The Wire · Showcase
KUBERNETES DOCS EXPAND GLOBALLY WHILE INFRASTRUCTURE HARDENS
By RepoJournal · Filed · About Kubernetes
Japanese and Russian translations of core security documentation shipped overnight, while the platform infrastructure tightens with distroless base images and Go 1.27 compatibility fixes across the stack.
The documentation team published Japanese and Russian translations of critical security content [1][2], expanding Kubernetes accessibility to non-English-speaking operators at scale. The website infrastructure itself got a simultaneous overhaul: contributor-site bumped Hugo to 0.144.2 and Node to 20.17.0 [3], while Docsy upgraded to 0.8.0 [4] to unify tooling across both the main docs and contributor experiences. On the core platform side, golang.org/x/net moved from v0.54.0 to v0.55.0 [5] to fix ci-kubernetes-e2e-kind-golang-tip failures under Go 1.27, a critical compatibility fix that unblocks tip builds. Kops tightened its attack surface by switching to gcr.io/distroless/static as the base image [6], eliminating unnecessary OS packages from production binaries. The autoscaler promoted inPlaceSkipDisruptionBudget from Alpha to Beta [7], making it the default behavior in Helm charts for safer in-place node updates.
Action items
- → Review and test the Go 1.27 compatibility fix before next tip build kubernetes/kubernetes [immediate]
- → Plan Kops deployment to pick up distroless base image hardening kubernetes/kops [plan]
- → Monitor inPlaceSkipDisruptionBudget Beta behavior in autoscaler rollouts kubernetes/autoscaler [monitor]
References
- [1] [ja] Translate content/en/docs/concepts/security/linux-kernel-security-constraints.md into Japanese ↗ kubernetes/website
- [2] [ru] Translate concepts/overview index ↗ kubernetes/website
- [3] Bump versions of Hugo and Node ↗ kubernetes/contributor-site
- [4] feat: upgrade docsy to 0.8.0 and fix layouts ↗ kubernetes/contributor-site
- [5] Bump golang.org/x/net from v0.54.0 to v0.55.0 ↗ kubernetes/kubernetes
- [6] build: use gcr.io/distroless/static as base image ↗ kubernetes/kops
- [7] InPlace with inPlaceSkipDisruptionBudget flag ↗ kubernetes/autoscaler
FAQ
- What changed in Kubernetes on May 24, 2026?
- Japanese and Russian translations of core security documentation shipped overnight, while the platform infrastructure tightens with distroless base images and Go 1.27 compatibility fixes across the stack.
- What should Kubernetes teams do about it?
- Review and test the Go 1.27 compatibility fix before next tip build • Plan Kops deployment to pick up distroless base image hardening • Monitor inPlaceSkipDisruptionBudget Beta behavior in autoscaler rollouts
- Which Kubernetes repositories shipped on May 24, 2026?
- kubernetes/website, kubernetes/contributor-site, kubernetes/kubernetes, kubernetes/kops, kubernetes/autoscaler