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/
Thursday, February 29, 2024
Tuesday, February 27, 2024
Monday, February 26, 2024
Sunday, February 25, 2024
Teoria względności – Wikipedia, wolna encyklopedia
Teoria grup – Wikipedia, wolna encyklopedia
Archimedes – Wikipedia, wolna encyklopedia. Prawo...
Saturday, February 24, 2024
Friday, February 23, 2024
Thursday, February 22, 2024
Friday, February 16, 2024
Thursday, February 15, 2024
Wednesday, February 14, 2024
Tuesday, February 13, 2024
Thursday, February 8, 2024
Monday, February 5, 2024
kubectl create clusterrolebinding ... RBAC
$ kubectl create clusterrolebinding $USER-edit --clusterrole=edit --user=$USER
Best practices around RBAC will be discussed in Chapter 9, Helm Security Considerations
kubectl config view
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