Platform Briefing — Kubernetes 1.28 Release
The Kubernetes project released version 1.28 on 24 August 2023, advancing sidecar container support, image security defaults, and beta stability for Pod Security admission that platform teams must incorporate into cluster upgrade plans.
Kubernetes 1.28 arrived on 24 August 2023 with upgrades to workload reliability and secure defaults. The release adds sidecar container lifecycle controls to improve init sequencing, strengthens image verification features, and promotes Pod Security admission to stable, requiring platform teams to revisit admission policies and node upgrade playbooks.
What changed
- Sidecar containers gained better lifecycle management via the
SidecarContainersfeature gate, improving startup/shutdown ordering. - Pod Security admission graduated, giving clusters a stable mechanism to enforce baseline/restricted policies without PodSecurityPolicy.
- Image signature verification and provenance features advanced, including support for verifying Kubernetes release artifacts.
Why it matters
- Platform operators can reduce flaky deployments by sequencing init and sidecar containers explicitly, improving rollout reliability for service meshes and logging agents.
- Stable Pod Security admission enables consistent enforcement of least-privilege settings; policy configs must be revisited before enabling cluster-wide.
- Image verification changes support supply-chain risk reduction and align with emerging attestation workflows (Sigstore/COSIGN).
Upgrade guidance
- Test the 1.28 control plane in staging, enabling
SidecarContainersand validating admission controller behavior with existing workloads. - Update Pod Security admission configurations to align with baseline/restricted profiles and document exemptions for legacy namespaces.
- Refresh cluster hardening guides to integrate image signature verification and audit artifact provenance for components and addons.
Continue in the Developer pillar
Return to the hub for curated research and deep-dive guides.
Latest guides
-
Secure Software Supply Chain Tooling Guide — Zeph Tech
Engineer developer platforms that deliver verifiable provenance, SBOM distribution, vendor assurance, and runtime integrity aligned with SLSA v1.0, NIST SP 800-204D, and CISA SBOM…
-
AI-Assisted Development Governance Guide — Zeph Tech
Govern GitHub Copilot, Azure AI, and internal generative assistants with controls aligned to NIST AI RMF 1.0, EU AI Act enforcement timelines, OMB M-24-10, and enterprise privacy…
-
Developer Enablement & Platform Operations Guide — Zeph Tech
Plan AI-assisted development, secure SDLC controls, and runtime upgrades using Zeph Tech research on GitHub Copilot, GitHub Advanced Security, and major language lifecycles.




