Introduction to Admission Control
Get introduced to admission control in Kubernetes.
Authentication and authorization
All the requests that are being sent to the kube-apiserver
need to pass through the authentication, authorization, and admission control stages, and then come to the final resource validation and persistent storage stages.
It’s quite straightforward that all the requests need to get authenticated and authorized, because we need to know exactly who the request senders are and make sure they have the privileges to do these operations.
...
Access this course and 1400+ top-rated courses and projects.