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

CKA study material · question 38 of 1000

Several authorization modules are configured and none of them has an opinion about a request. What happens?

  1. The request is passed to admission control unauthorized
  2. The request is retried against the first module
  3. The request is allowed, because nothing denied it
  4. The request is denied
Show the answer

Answer: D. The request is denied

Kubernetes authorization is deny-by-default; a request no authorizer approves is refused.

Source: Authorization (Kubernetes) — Authorization verdicts

Challenge yourself on this topic → Study as cards