A company uses Kubernetes for container orchestration. Which security control should be implemented to enforce that only specific images from a trusted registry can run in the cluster?
Correct – admission controllers can validate image registry.
Why this answer
Admission controllers can intercept requests to the Kubernetes API server and enforce policies, such as allowing only images from a specific registry.