Golden Codes - armanexplorer planet

Practical code snippets for Django, Python, Bash, Git and All!

View on GitHub
# specific config
kubectl get pod <pod-name> -n <namespace> -o=jsonpath='{.spec.serviceAccountName}'
# full config
kubectl get pod <pod-name> -n <namespace> -o yaml