Kubernetes Admission Controllers
An Admission Controller is a component that integrates with the Kubernetes API server to intercept every request that creates, modifies, or deletes a Kubernetes object. It can validate requests to ensure they comply with defined policies and reject them if they do not, or it can mutate requests by modifying or adding fields before the object is stored. This mechanism allows for the automatic enforcement of security, compliance standards, default values, and organizational conventions.
Keep reading with a 7-day free trial
Subscribe to Pods & Pixels to keep reading this post and get 7 days of free access to the full post archives.