Allow loading remote contents and showing images to get the best out of this email.FAUN.dev's Kubernetes Weekly Newsletter
 
🔗 View in your browser.   |  ✍️ Publish on FAUN.dev   |  🦄 Become a sponsor
 
Allow loading remote contents and showing images to get the best out of this email.
 
KubernetesLinks
 
This Week in Kubernetes, with Kaptain the Shark
 
 
🔍 Inside this Issue
 
 
Kubernetes keeps quietly moving the goalposts: v1.36 is already teeing up removals, security tweaks, and a few sacred cows headed for the exit. At the same time, observability is getting more portable, and AI infra is hardening from hype into real projects and safer runtimes.

🧱 Broadcom Makes Its Pitch To Run Kubernetes On VMware VCF
🧭 How OpenTelemetry Helps Teams Change Observability Backends Without Re-Instrumenting Everything
🧨 Kubernetes v1.36 Sneak Peek
🧩 llm-d officially a CNCF Sandbox project
☁️ Offload GA: The Full Power of Docker, for Every Developer, Everywhere.
🛡️ Sandboxes: Run Agents in YOLO Mode, Safely

Steal the ideas, skip the scars.

Cheers!
FAUN.dev() Team
 
 
⭐ Patrons
 
faun.dev faun.dev
 
Learn Git in a Day: From Zero to Real-World Workflows
 
 
Most developers pick up Git by copying commands from the internet and hoping for the best. It works, until it doesn't. One messy merge conflict or a detached HEAD, and suddenly you're stuck with no idea what went wrong or how to fix it.

This course takes a different approach. Instead of handing you a list of commands to memorize, it builds your understanding from the ground up - how Git actually thinks about your files, your history, and your changes.

You'll go from "what's a commit?" to confidently branching, merging, resolving conflicts, collaborating with a team, and keeping a clean project history.

No prior Git experience needed. Just basic comfort with a terminal and you're good to go. By the end of the day, you won't just know the commands - you'll understand why they work, and you'll be able to think your way through problems you've never seen before.

Stop guessing and start understanding how git works.

Enroll now and learn Git the right way
 
 
👉 Spread the word and help developers find you by promoting your projects on FAUN. Get in touch for more information.
 
🐾 From FAUNers
 
faun.dev faun.dev
 
How OpenTelemetry Helps Teams Change Observability Backends Without Re-Instrumenting Everything
 
 
OpenTelemetry reduces backend coupling by standardizing how telemetry is generated, described, transported, and processed before it reaches any observability platform. The biggest migration advantage comes from using OpenTelemetry APIs and SDKs, OTLP, and the Collector, which make telemetry pipelines more portable across backends. The Collector is the operational pivot point because it can receive, process, and export telemetry to one or more destinations from a centralized control layer.
 
 

👉 Got something to share? Create your FAUN Page and start publishing your blog posts, tools, and updates. Grow your audience, and get discovered by the developer community.

 
🔗 Stories, Tutorials & Articles
 
cloud.google.com cloud.google.com
 
llm-d officially a CNCF Sandbox project
 
 
At Google Cloud, the llm-d project has been accepted as a Cloud Native Computing Foundation (CNCF) Sandbox project. This collaboration with industry leaders like Red Hat, IBM Research, CoreWeave, and NVIDIA aims to provide a framework for any model, accelerator, or cloud. The introduction of GKE Inference Gateway and Kubernetes LeaderWorkerSet (LWS) API, along with the integration of vLLM for Cloud TPUs, are enhancing the infrastructure for AI serving at scale.
 
 
nextplatform.com nextplatform.com
 
Broadcom Makes Its Pitch To Run Kubernetes On VMware VCF
 
 
Broadcom's $69 billion acquisition of virtualization pioneer VMware in late 2023 brought about significant price increases and a shift towards subscription-based licensing. The company aims to establish VMware Cloud Foundation (VCF) as the foundation for enterprise workloads gravitating towards private cloud environments. VMware is continuously expanding its Kubernetes features and contributing to the open source community to simplify cloud infrastructures and support advanced workloads.

System shift: Broadcom steers enterprise workloads into private, VCF-based clouds. Kubernetes tooling gets centralized. Community controllers make room for integrated alternatives like Avi.
 
 
docker.com docker.com
 
Docker Offload now Generally Available: The Full Power of Docker, for Every Developer, Everywhere.
 
 
Docker Offload is a managed cloud service that moves the container engine to Docker’s secure cloud, allowing developers to run Docker from any environment without changing their workflows. With Docker Offload, developers can keep using the same commands and workflows they are accustomed to in Docker Desktop. Every connection runs over an encrypted tunnel on SOC 2 Certified infrastructure for increased security.
 
 
docker.com docker.com
 
Sandboxes: Run Agents in YOLO Mode, Safely
 
 
Over a quarter of production code is now AI-authored, with agents boosting pull requests by 60% when allowed to run autonomously in YOLO mode.

Docker Sandboxes provide a safe boundary for agents, enabling fully autonomous operation without risking your machine or data.
 
 
kubernetes.io kubernetes.io
 
Kubernetes v1.36 Sneak Peek
 
 
Kubernetes v1.36, coming in April 2026, will feature removals and deprecations, with enhancements that include retirement of the Ingress NGINX project and the deprecation of .spec.externalIPs in Service.Additionally, the release will remove the gitRepo volume driver and introduce enhancements like faster SELinux labeling for volumes and external signing of ServiceAccount tokens with the potential for DRA Driver support for Device taints and tolerations.
 
 

👉 Got something to share? Create your FAUN Page and start publishing your blog posts, tools, and updates. Grow your audience, and get discovered by the developer community.

 
⚙️ Tools, Apps & Software
 
github.com github.com
 
mhever/gitops-remediator
 
 
A Go service that watches a Kubernetes namespace for specific failure events, assembles a diagnostic context bundle, sends it to DeepSeek R1 for root cause analysis and patch generation, then opens a PR against the GitOps repo with the proposed fix. You merge. FluxCD reconciles. Loop closed.
 
 
github.com github.com
 
ccbkkb/MicroWARP
 
 
Rdesktop - Containers containing full desktop environments in many popular flavors for Ubuntu accessible via RDP.
 
 
github.com github.com
 
manishchaudhary101/kube-argus
 
 
Real-time Kubernetes dashboard for SREs — live cluster state, drain wizard, YAML editor, just-in-time exec access, cost analysis, and AI diagnosis in a single binary
 
 
github.com github.com
 
linuxserver/docker-rdesktop
 
 
Containers containing full desktop environments in many popular flavors for Ubuntu accessible via RDP.
 
 
github.com github.com
 
KRMed/build-your-own-cloud
 
 
A complete guide to building a self-hosted Kubernetes cloud on bare hardware
 
 

👉 Spread the word and help developers find and follow your Open Source project by promoting it on FAUN. Get in touch for more information.

 
🤔 Did you know?
 
 
Did you know that a Kubernetes node can report Ready while its pod network is completely broken? The control plane tracks node health through kubelet heartbeats, not actual data-plane connectivity, so a failed CNI plugin or corrupt kube-proxy rules won't change the node's status. The scheduler keeps placing pods on the broken node, which can silently turn a networking failure into a widening application outage.
 
 
🤖 Once, SenseiOne Said
 
 
"Kubernetes makes failure routine so you can ignore it until it becomes systemic. In a distributed system, your biggest outage is often a controller faithfully enforcing the wrong intent. Containers don't stop chaos; they just give it a clean API."
— SenseiOne
 

(*) SenseiOne is FAUN.dev’s work-in-progress AI agent

 
⚡Growth Notes
 
 
Engineers who proudly run kubectl apply through CI but never diff the live cluster state against the Git source are practicing GitOps in name only. The drift you don't detect from manual hotfixes and ad-hoc kubectl edit sessions accumulates silently until the next full reconciliation breaks a service that was only healthy because someone patched it by hand three months ago.
 
Each week, we share a practical move to grow faster and work smarter
 
😂 Meme of the week
 
 
 
 
❤️ Thanks for reading
 
 
👋 Keep in touch and follow us on social media:
- 💼LinkedIn
- 📝Medium
- 🐦Twitter
- 👥Facebook
- 📰Reddit
- 📸Instagram

👌 Was this newsletter helpful?
We'd really appreciate it if you could forward it to your friends!

🙏 Never miss an issue!
To receive our future emails in your inbox, don't forget to add community@faun.dev to your contacts.

🤩 Want to sponsor our newsletter?
Reach out to us at sponsors@faun.dev and we'll get back to you as soon as possible.
 

KubernetesLinks #523: Kubernetes v1.36 Sneak Peek
Legend: ✅ = Editor's Choice / ♻️ = Old but Gold / ⭐ = Promoted / 🔰 = Beginner Friendly

You received this email because you are subscribed to FAUN.dev.
We (🐾) help developers (👣) learn and grow by keeping them up with what matters.

You can manage your subscription options here (recommended) or use the old way here (legacy). If you have any problem, read this or reply to this email.