meta data de esta página

Dashboard

Instalación

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

Funcionamiento

Ejecutar

kubectl proxy --address 0.0.0.0 --accept-hosts '.*'

Posteriormente para entrar desde un navegador

http://ipmastercluster:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/

Referencias