Kubernetes User | Normal user

--

Kubernetes clusters are accessed by application, processes or normal human users. As such, kubernetes don’t have in-built function to create users or manager users. The user authentication is managed using certificate. So, for any user to access the kubernetes cluster, a certificate needs to be created.

How do normal users get access to kubernetes cluster?

For a normal user to be able to authenticate and invoke an API. 
1. User must have certificate issued by the Kubernetes cluster.
2. Then present that certificate to the Kubernetes API.
# Create private Key:

--

--

Khemnath chauhan
Khemnath chauhan

No responses yet