Admission Controllers Admission controllers provide a mechanism to validate or modify Kubernetes object creation requests before the object is actually created. This definition might not make complete sense right now but we will be able to understand what this means as the tutorial progresses, so don’t worry about it :). There are two kinds of admission controllers in Kubernetes. Validating admission controller Mutating admission controller Let’s try to understand each of them by means of...