Pods & Pixels

Pods & Pixels

Share this post

Pods & Pixels
Pods & Pixels
Building a Validating Admission Webhook in Kubernetes

Building a Validating Admission Webhook in Kubernetes

Christopher Adamson's avatar
Christopher Adamson
Aug 03, 2025
∙ Paid

Share this post

Pods & Pixels
Pods & Pixels
Building a Validating Admission Webhook in Kubernetes
Share

Kubernetes admission controllers are plugins that govern and validate requests to the API server. A validating admission webhook is an external HTTPS service that the API server calls with an AdmissionReview object. Your webhook inspects the request (e.g. “create pod”, “update deployment”) and returns an AdmissionReview response indicating whether to allow or deny it.

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.

Already a paid subscriber? Sign in
© 2025 Christopher Adamson
Privacy ∙ Terms ∙ Collection notice
Start writingGet the app
Substack is the home for great culture

Share