What is admission controller in kubernetes? is that any of that mumshad course c . . .

Yuvaraj K:
What is admission controller in kubernetes? is that any of that mumshad course covered the topics.

unnivkn:
Hi… An admission controller is a piece of code that intercepts requests to the Kubernetes API server prior to persistence of the object, but after the request is authenticated and authorized. This is part of CKS