- Home
- All questions
- Question 37
CKA study material · question 37 of 1000
In what order does the API server process an incoming request?
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