Phase 5Advanced6 of 10 in Kubernetes
Security
Who can do what to the cluster, what a container is actually allowed to do once it's running, and the guardrails that block a bad manifest before it's ever scheduled.
A cluster with no security configuration lets any pod reach any other pod (Phase 3.3 already covered this), any user with cluster access do anything, and any container run as root with full privileges. This phase covers the four layers that actually lock that down: who can act on the API, what a running container can do, how real secrets get managed safely, and the admission checks that enforce all of it automatically.
0/4 · 0%
4 topics ~56 min 12 code blocks & diagrams