Kubectl Deep Dive - Admission Granted
Welcome back to the Kubectl Deep Dive (KUDD). In KUDD #01 we built a local KinD lab π§ͺ, and in KUDD #02 we stopped treating kubectl like magic and called the API server directly π. Today we walk through the gate πͺ. Admission control is the part of the API request processing (after authentication and authorization) that gets to change or reject every object on its way into the cluster, and as of Kubernetes 1.36 there is a brand new, much lighter way to do declarative mutation that lives entirely inside the API server itself π.
“The cheapest, fastest, and most reliable components of a computer system are those that aren’t there.” ~ Gordon Bell

















































