Authentication & User Management in K8S
kubectl config view
# default --
Context contains:-
IP: Port
Username
Password
There are two types of Authentications:-
Use Password-Based
Key Based
User —> Certificate ( CRT ) —> client.crt & ca.crt
Password —> Key ( Private ) —> client.ke...
devopswithpiyushkabra.hashnode.dev2 min read