Tabla de Contenidos

Dashboard

https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/

Instalación

<sxh>kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml</sxh>

Funcionamiento

Ejecutar <sxh>kubectl proxy –address 0.0.0.0 –accept-hosts '.*'</sxh>

Posteriormente para entrar desde un navegador <sxh>http://ipmastercluster:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/</sxh>

Referencias