I am assuming, because pod contains service account ( by default mounting default service account), pod is being created.
If i do autoMountServiceAccountToken as false, then also my pod is creating. In that case how authentication happening ?
kubectl command ( client ) + service account token --> requesting to create pod -> server is validating and accepting request to create the pod.
is my understand wrong ?