The nitty gritty of how to implement your own Validating Admission Webhook
Hey everyone, I recently implemented my own Validating Admission Webhook for the first time. Just wanted to share what I learned!
- The 2 main parts of a Kubernetes Validating Admission Webhook
- Parsing Admission Requests in a Validating Admission Webhook
- Validating Admission Requests in a Validating Admission Webhook
If you’ve never implemented your own admission webhook but have heard about them, I’d love your feedback on how helpful the posts were.