Study. uk . com
  1. Home
  2. All questions
  3. Question 37

CKA study material · question 37 of 1000

In what order does the API server process an incoming request?

  1. Authentication, then authorization, then admission control
  2. Admission control, then authentication, then authorization
  3. Authentication, then admission control, then authorization
  4. Authorization, then authentication, then admission control
Show the answer

Answer: A. Authentication, then authorization, then admission control

Authentication comes first, then authorization, and admission controllers act only on requests already allowed.

Source: Authorization (Kubernetes) — Authorization verdicts

Challenge yourself on this topic → Study as cards