...

/

Admission Control

Admission Control

Get introduced to admission control in Kubernetes.

We'll cover the following...

Admission control runs immediately after successful authentication and authorization and is all about policies.

Types of admission control

Kubernetes supports two types of admission controllers:

  • Mutating

  • Validating

The names tell us a lot. Mutating ...