Kubernetes Security for Developers
Kubernetes secures nothing by default. The service account token is auto-mounted into every pod, every pod can reach every other pod in the cluster, and a wildcard ClusterRole -- the pattern AI tools generate reliably -- gives any compromised workload full control of the cluster and every secret it contains. This course covers the attack paths that run through a real Kubernetes deployment, grounded in real incidents: the Tesla Kubernetes breach, Siloscape malware, SCARLETEEL, IngressNightmare, and the Slow Pisces crypto exchange heist. Each module explains a class of misconfiguration, shows the attack it enables, and gives the manifest or configuration that closes it.