Kubernetes Security Controls
Here is a summary of Kubernetes Security Controls.
Background
Threat Modeling
- Docker containers are not a security boundary
- RCE in application running in a container (We want to limit the damage)
- Restrict isolated attacker on the network as much as possible (Principle of least privilege)
Concerns
- Want to avoid limiting
