Create kube service account and get the associated token
Create a new service account.
kubectl create serviceaccount <account_name>
Retrieve details of the created service account in JSON format.
kubectl get serviceaccounts <account_name> -o json