Building a Kubernetes Mutating Admission Webhook
Kubernetes admission webhooks extend the API server by allowing custom logic to intercept requests that create, update, or delete objects. There are two types of admission webhooks: validating webhooks, which assess and either approve or reject requests without changing them, and mutating webhooks, which can modify objects in-flight before they are persisted in the cluster.
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.