Create ServiceAccount token kubectl

Generate a short-lived bound service account token

kubectl create token <sa-name> -n <ns> --duration=1h
more kubectl all 73 commands →