How Kubernetes Scheduler and API Server Trust Each Other: Inside the mTLS Handshake
Aug 15, 2025 · 2 min read · 1️⃣ Scheduler–API Server TLS Trust Flow Think of it like a secure handshake inside the Kubernetes control plane: Kubernetes CA is created during kubeadm init → stored in /etc/kubernetes/pki/ca.crt (public) and /etc/kubernetes/pki/ca.key (private). ...
Join discussion