Workshop Description
Cloud-native architectures create a distinctive PQC migration challenge. A typical Kubernetes cluster running Istio or Linkerd establishes thousands of mTLS connections per second between services. Every one of those connections relies on certificate-based authentication that will need to transition to post-quantum algorithms. The certificates are larger, the handshakes are slower, and the toolchain (cert-manager, SPIFFE/SPIRE, Sigstore) must support PQC end to end.
This workshop addresses the specific engineering challenges of that transition. Participants work through the migration path for service mesh mTLS (Istio Citadel and Linkerd identity controller), workload identity provisioning (SPIFFE SVIDs with hybrid PQC certificates), certificate lifecycle management (cert-manager with PQC issuers), and supply chain signing (Sigstore/Cosign with PQC algorithms). The session includes concrete performance data: ML-KEM-768 adds approximately 0.5ms per handshake versus ECDH P-256, and ML-DSA-65 certificates are roughly 8 times larger than ECDSA equivalents. At microservice scale, these numbers drive capacity planning decisions that must happen before migration begins.
What participants cover
- Service mesh mTLS migration: PQC certificate issuance in Istio (Citadel) and Linkerd, Envoy proxy hybrid TLS 1.3 support, and sidecar performance implications
- Workload identity: SPIFFE/SPIRE PQC SVID issuance, hybrid certificate attestation, and cross-trust-domain federation
- Certificate management: cert-manager PQC Issuer configuration, integration with Vault and AWS PCA for PQC root CAs, and automated rotation for larger certificates
- Supply chain security: Sigstore/Cosign PQC signature support, SLSA v1.0 attestation with post-quantum algorithms, and OCI registry compatibility
- Performance engineering: handshake latency budgets, certificate bandwidth overhead, and Envoy sidecar memory scaling at 10,000+ connections per second
- Migration sequencing: ingress gateway to east-west mTLS to supply chain signing, with rollback procedures for each phase