Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anterior Revisión previa | |||
| docs:virtualizacion:docker:kubernetes_dashboard [2019/04/19 23:57] – [References] rodolfo | docs:virtualizacion:docker:kubernetes_dashboard [2020/04/09 19:48] (actual) – borrado rodolfo | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| - | ====== Kubernetes dashboard ====== | ||
| - | Installation: | ||
| - | |||
| - | $ kubectl apply -f https:// | ||
| - | |||
| - | Validate: | ||
| - | |||
| - | $ kubectl -n kube-system get po | grep dashboard | ||
| - | kubernetes-dashboard-7d5dcdb6d9-zxpqr | ||
| - | |||
| - | Get secrets to login (web basic user/ | ||
| - | |||
| - | $ kops get secrets kube --type secret -oplaintext | ||
| - | Using cluster from kubectl context: myfirstcluster.k8s.local | ||
| - | | ||
| - | aU2nDUu5wiHZLGsbO2ARycV3XQq3OkcI | ||
| - | |||
| - | Get master hostname: | ||
| - | |||
| - | $ kubectl cluster-info | ||
| - | |||
| - | Access web: | ||
| - | |||
| - | https://< | ||
| - | |||
| - | Select **Token** to access: | ||
| - | |||
| - | $ kops get secrets admin --type secret -oplaintext | ||
| - | Using cluster from kubectl context: myfirstcluster.k8s.local | ||
| - | | ||
| - | fxHzDdOsAHnWJSSLQ0fjV8aWRrhm345W | ||
| - | |||
| - | {{: | ||
| - | ===== References ===== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||