Exam KCNA All QuestionsBrowse all questions from this exam
Question 5

What is the default value for authorization-mode in Kubernetes API server?

    Correct Answer: B

    The default value for the authorization-mode in Kubernetes API server is --authorization-mode=AlwaysAllow. This means that all requests are allowed by default unless another authorization mode is specified.

Discussion
nvtienanhOption: B

The given answer is correct. https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/#:~:text=%2D%2Dauthorization%2Dmode%20strings%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0Default%3A%20%22AlwaysAllow%22