Kubernetes Admission Controllers concept is very popular these days, especially dynamic ones:
MutatingAdmissionWebhook and ValidatingAdmissionWebhook. 🌟 Before jump into the details of how we can write one of these, let's explain a little bit about, what are they, what we can do with them. An admission controller is a piece…