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