It's Linux Foundation Mentorship Term 1 time. If you know anyone who wants to do a paid mentorship working on open source projects please send them to these links to apply?

Improve Cluster API in Headlamp, https://github.com/headlamp-k8s/plugins/issues/485

Volcano in Headlamp, https://github.com/kubernetes-sigs/headlamp/issues/4359

Improve Knative in Headlamp, https://github.com/headlamp-k8s/plugins/issues/486

Strimzi in Headlamp, https://github.com/headlamp-k8s/plugins/issues/488

Kubeflow in Headlamp, https://github.com/kubernetes-sigs/headlamp/issues/3710

#Kubernetes #Headlamp, #Volcano, #Knative #ClusterAPI #Kubeflow #CNCF #lfx

Cluster API Headlamp CAPI project - Linux Foundation paid mentorship project · Issue #485 · headlamp-k8s/plugins

This issue is for a Linux Foundation mentorship project. A paid 12 week program. See https://mentorship.lfx.linuxfoundation.org/project/250e2884-e196-4788-b8dd-fe9c5edb237d There you can learn more...

GitHub

He's used this to find bugs in popular k8s controllers, like knative.

#kubernetes #kubecon #knative

Knative Serving v1.20 was recently released. The project also became a graduated CNCF project!
https://knative.dev/blog/releases/announcing-knative-v1-20-release/#table-of-contents

#knative #cncf #kubernetes #serverless

v1.20 release - Knative

Knative v1.20 release announcement

Cloud Native Computing Foundation Announces Knative’s Graduation

Graduation marks Knative’s readiness for widespread production use, with upcoming features aimed at bridging legacy systems and expanding AI and cloud native integrations Key Highlights: SAN FRANCISCO…

CNCF

The problem of having knowledge is knowing when to use. 😅

Case in point, right now thinking either #systemd activation socket or #knative on #kubernetes for home stuff. 🫠 The goal here is HTTP requests turn on service, does some stuff, and gracefully drains down on idle.

Well as of today I’m officially laid off...

If anyone is looking for a Senior Platform Engineer with a lot of #Kubernetes, #Crossplane, #Terraform, and #Knative, please send them my way! 💜

#GetFediHired #FediHired #FediHire

Data center emissions are surging. Every millisecond counts. Can native #Java with #Knative tilt the balance? Marius Stein & Vishal Shanbhag explore how new builds bring old stacks into a greener future.

The full story: https://javapro.io/2025/06/11/greener-code-sustainable-java-deployments-with-native-builds-and-knative-serverless-on-kubernetes/

#GraalVM #Cloud #JVM @graalvm

Somehow I can't get #knative to work properly with contour ontop of #cilium as cni.
Always routes itself into some kind of loop holes.
v1.18 release - Knative

Knative v1.18 release announcement

Currently trying to get #knative in my homelab going. Stumbling into issues with getting kourier running. Somehow the envoy keep crashing due to now reachable upstreams. Using the knative operator for getting the knative-serving up an running. Does someone else ran into the same issue?

config-wise its pretty easy currently
```
apiVersion: operator.knative.dev/v1beta1
kind: KnativeServing
metadata:
name: knative-serving
spec:
ingress:
kourier:
enabled: true
service-type: "ClusterIP"
```

tags for visibility: #kubernetes #knative #KnativeServing