Admission Controller [glossary]ai-synthesized · conf 0.82
A piece of code that intercepts requests to the Kubernetes API server prior to persistence of the object.
extensionsecurity
A piece of code that intercepts requests to the Kubernetes API server prior to persistence of the object.
Why it matters Admission Controllers ensure that only valid and compliant objects are created in the cluster, preventing security vulnerabilities.
Key facts - Intercepts requests to the Kubernetes API server - Ensures compliance with cluster policies
Common pitfalls - Misconfigured Admission Controller can lead to denial of service
Related Kubernetes API Server, Cluster Policies
Sources
reference/glossary/admission-controller.md · doc — “A piece of code that intercepts requests to the Kubernetes API server prior to persistence of the object.”