In this section, we will take a look at authentication in a kubernetes cluster
All user access is managed by apiserver and all of the requests goes through apiserver.
There are different authentication mechanisms that can be configured.
If you set up via kubeadm then update kube-apiserver.yaml manifest file with the option.
$ curl -v -k http://master-node-ip:6443/api/v1/pods -u "user1:password123"
We can have additional column in the user-details.csv file to assign users to specific groups.