Quantcast
Channel: Kubernetes - How to show all service accounts - DevOps Stack Exchange
Browsing all 3 articles
Browse latest View live

Answer by Tanish Islam for Kubernetes - How to show all service accounts

kubectl get sa --all-namespaces This will only provide the service accounts.In general, you can have a comma separated list of resources to display.Example:kubectl get pods,svc,sa,deployments...

View Article



Answer by Wesley Rolnick for Kubernetes - How to show all service accounts

The command you listed will show you your resources.Instead try: kubectl get serviceAccounts

View Article

Kubernetes - How to show all service accounts

How do I show all service accounts In Kubernetes?I have tried kubectl get --all-namespaces all. It does not show service accounts.How can I use kubectl to list all service accounts?

View Article
Browsing all 3 articles
Browse latest View live




Latest Images