API server authentication and authorization

5 minutes 5 Questions

In Kubernetes, the kube-apiserver acts as the gatekeeper for the cluster. Securing access involves two distinct, sequential stages: Authentication (AuthN) and Authorization (AuthZ). **Authentication** addresses the question: "Who are you?" Since Kubernetes does not maintain a native database for s…

Test mode:
More API server authentication and authorization questions
30 questions (total)