===== Dashboard =====
https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-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 ====
* https://www.returngis.net/2019/03/instalar-kubernetes-dashboard-en-tu-cluster/
* https://techexpert.tips/es/kubernetes-es/panel-de-control-de-kubernetes-habilitar-la-autenticacion-de-usuario/
* https://www.jorgedelacruz.es/2017/12/19/kubernetes-dashboard/
* https://www.maquinasvirtuales.eu/instalacion-dashboard-en-kubernetes/
* https://juantrucupei.wordpress.com/2018/03/25/instalacion-y-configuracion-interfaz-web-ui-dashboard-kubernetes/