Intermediate
Kubernetes
Q75 / 100
What is the purpose of "ServiceAccounts" in Kubernetes?
Correct! Well done.
Incorrect.
The correct answer is B) They provide an identity for processes running in Pods to authenticate with the Kubernetes API, with permissions controlled via RBAC bindings
B
Correct Answer
They provide an identity for processes running in Pods to authenticate with the Kubernetes API, with permissions controlled via RBAC bindings
Explanation
Every Pod runs under a ServiceAccount (default if not specified), which provides an identity that can be granted specific API permissions via RBAC, enabling applications to interact with the Kubernetes API securely.
Progress
75/100