A layer-by-layer breakdown of which Kubernetes components are affected by quantum computing, which wave each belongs to, and what engineers should do right now.
Rows 1–3 (Wave 1) are active engineering concerns in your clusters today.
Rows 4–6 (Waves 2–3) are architectural foresight — design signals, not sprint tickets.
k8s v1.35 · NIST FIPS 203/204/205 · Aug 2024 · arXiv:2408.01436
etcd --version | grep -i go — if Go < 1.24, your secrets store is classically encrypted regardless of what PQC your API server is doing. These are two independently encrypted channels.kubectl version -o json | jq '.serverVersion.goVersion' — must show go1.24+ on both client and server. Managed clusters vary — check before assuming PQC is active on your AKS/EKS/GKE control plane.