Step-by-Step Guide: Creating a Kubernetes User for kubectl
By default, Kubernetes does not have users like Linux. Instead, authentication is managed using TLS certificates, service accounts, OpenID, etc.
If you carefully see the Kube Config file you ...