Changer l’éditeur pour nano

Linux On Linux (Ubuntu, for example), typically the default command-line EDITOR is Vim. If so, no further action is needed to use the kubectl edit command. If you want to use a different editor, create an environment variable named KUBE_EDITOR with the value set to the path of your preferred text editor. JAVA_HOME 1.1 Edit /etc/environment file with a text editor like vim … Read more

Exposer le Dashboard K8s

https://stackoverflow.com/questions/48286170/how-to-access-canonical-kubernetes-dashboard-externally Pour rendre accesible le dashboard Kurbernetes “form outside the machine” il est possible de modifier le type d’exposition de clusterIp a NodePort. remplacer “type: ClusterIp” par “type: NodePort” en executant la commande suivante on recupere le port d’exposition resultat le dashboard est accecible https://<master-ip>:31834