Kubernetes and Cloud Native Associate (KCNA) — Question 137

What service account does a Pod use in a given namespace when the service account is not specified?

Answer options

Correct answer: D

Explanation

When a Pod does not specify a service account, it automatically uses the 'default' service account associated with its namespace. The other options, such as 'admin', 'sysadmin', and 'root', are not standard service accounts in Kubernetes and would not be utilized by default.