Slide 21
Slide 21 text
Sources:
Kubernetes Documentation
Basic and advanced configuration of Security-Enhanced Linux (SELinux)
Platform Security
setenforce 1 has protected organizations from vulnerabilities
in upstream Kubernetes
SELINUX
Not a security feature necessarily, Namespaces are a way to divide
cluster resources between multiple users which can minimize blast
radius.
Namespaces
Secure Computing Mode (seccomp) is a kernel feature that allows
you to filter system calls to the kernel from a container.
Seccomp
Control groups account for, control, prioritize, and limit system
resource usage (CPU, memory, disk I/O, etc.)
Cgroups
Pod security policies and network policies can codify business
requirements that can be applied cluster wide
Security policies