What is a Kubernetes Admission Controller and when does it execute?

Kubernetes Fundamentals Medium

Kubernetes Fundamentals — Medium

What is a Kubernetes Admission Controller and when does it execute?

Key points

  • Admission Controllers operate on API requests
  • They validate or mutate objects before persistence
  • This process occurs after authentication and authorization
  • Incorrect options confuse Admission Controllers with other Kubernetes components

Ready to go further?

Related questions