NOTE: I need to find another way to understand the Service Account concept.
Create a service account:
kubectl create serviceaccount dashboard-sa
A service account automatically creates a token as a Secret. You can see the secret name via:
kubectl describe serviceaccount dashboard-sa