nerdexam
Linux_Foundation

CKAD · Question #5

Update the app-a deployment in the production namespace to run as the restrictedservice service account. The service account has already been created.

``bash kubectl set serviceaccount deployment app-a restrictedservice -n production ``

Submitted by jaden.t· May 4, 2026Application Environment, Configuration and Security

Question

Update the app-a deployment in the production namespace to run as the restrictedservice service account. The service account has already been created.

Explanation

kubectl set serviceaccount deployment app-a restrictedservice -n production

Topics

#Deployments#Service Accounts#Pod Security#Kubernetes Configuration

Community Discussion

No community discussion yet for this question.

Full CKAD Practice