- 14 more key points in Pro version
- 9 more common mistakes in Pro version
- 9 more exam tips in Pro version
- 27 more related questions in Pro version
Summary
NetworkPolicy is a Kubernetes API policy object that describes allowed Layer 3/4 traffic for selected Pods; actual enforcement depends on a compatible network plugin. The CIS Kubernetes Benchmark provides hardening recommendations for Kubernetes components. CKS expects you to interpret findings and verify the real component configuration rather than memorize a single score. Ingress defines HTTP/HTTPS routing, but an Ingress resource does nothing without an Ingress controller. Nodes expose powerful management surfaces. Protecting kubelet and node metadata means strong authentication, authorization, encrypted transport, restricted network reachability, and least-privilege RBAC. Binary integrity is a supply-chain control at cluster setup time. Download from an expected source, obtain verification data from a trusted source, verify before execution, and choose a version compatible with the cluster.
Key Points
- Use Network security policies to restrict cluster level access: Ingress isolation and egress isolation are independent. A Pod can be isolated for one direction but not the other.
Common Mistakes
- Use Network security policies to restrict cluster level access: Assuming deny policies override allow policies
Exam Tips
- Use Network security policies to restrict cluster level access: Start by asking: which Pods are selected, for which direction, and is the peer expressed correctly?