| |
| 🔗 Stories, Tutorials & Articles |
| |
|
| |
| Spotlight on SIG Architecture: API Governance |
| |
| |
Kubernetes SIG Architecture’s API Governance crew is tightening the screws on stability, consistency, and cross-cutting sanity across the whole API surface. Not just REST. They’re eyeing the overlooked stuff too - CLI flags, config formats, anything that shapes how users and tools touch the system.
The big win: GA-level schema validation for Custom Resource Definitions (CRDs). That’s a major step toward bringing discipline to parts of the API ecosystem that used to be “just don’t break it, probably.” |
|
| |
|
| |
|
| |
| Zero-Downtime Ingress Controller Migration in Kubernetes |
| |
| |
Ingress-nginx is heading for the exits - end-of-life drops March 2026. That puts Kubernetes operators on the hook to swap in a new ingress controller.
The migration path? Run both old and new in parallel. Use DNS cutover. Point explicitly with Ingress classes. Done right, the switchover hits zero downtime. |
|
| |
|
| |
|
| |
| LLMs on Kubernetes: Same Cluster, Different Threat Model |
| |
| |
Running LLMs on Kubernetes opens up a new can of worms - stuff infra hardening won’t catch. You need a policy-smart gateway to vet inputs, lock down tool use, and whitelist models. No shortcuts.
This post drops a reference gateway build using mirrord (for fast, in-cluster tinkering) and Cloudsmith (to track and secure every last artifact) |
|
| |
|
| |
|
| |
| The State of Java on Kubernetes 2026: Why Defaults are Killing Your Performance |
| |
| |
Akamas just dropped fresh numbers: over 60% of Java apps running on Kubernetes stick with default JVM settings. That means sluggish memory use, GC thrash, and CPUs getting choked out.
Even with "container-friendly" Java builds out there, most teams still skip setting GC types or heap sizes. Kubernetes doesn’t play nice with those gaps - performance tanks fast. |
|
| |
|
| |
|
| |
| Migrating from Slurm to Kubernetes |
| |
| |
SkyPilot drops a clean interface that blends Slurm with Kubernetes. AI/ML teams get to keep their Slurm-style comforts - job scripts, gang scheduling, GPU guarantees, interactive workflows - but pick up Kubernetes perks like container isolation and rich ecosystem hooks.
It handles the messy bits: pods, containers, networking. Distributed training? Covered. Supports volumes and multi-node storage layouts. |
|
| |
|
| |
👉 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. |