$ kubectl create clusterrolebinding $USER-edit --clusterrole=edit --user=$USER
Best practices around RBAC will be discussed in Chapter 9, Helm Security Considerations
Welcome at microwebservices.eu, my interests: microservices.com.pl, Java, cloud on AWS, J2EE, containerization/Dockerization, Kubernetes, JEE, EJB, JSP, Maven, Web Services, SOAP, REST, High Availability Systems, Genetic Algorithms, Neural Networks etc. See linkedin.com/in/grathor33/, bitbucket.org and https://github.com/grathor33/
$ kubectl create clusterrolebinding $USER-edit --clusterrole=edit --user=$USER
Best practices around RBAC will be discussed in Chapter 9, Helm Security Considerations
The kubectl config view command can be used to view the kubeconfig file. Notice how the clusters, contexts, and user stanzas of kubeconfig correspond to the previously described commands, as shown:
$ kubectl config view
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/helm-user/.minikube/ca.crt
server: https://192.168.99.102:8443