Search code examples
kubernetesservice-accounts

Is it okay to delete "default" service account in particular namespace?


I was confused by one of CKS exam question, it was asked to find and delete the service account which are not in use.

There were no pods using "default" service account, was I then supposed to delete it as well?


Solution

  • The answer is yes, you can delete the "default" service account if not in use.