This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
система_kubernetes [2025/12/14 06:10] val [Volumes] |
система_kubernetes [2025/12/14 06:20] (current) val |
||
|---|---|---|---|
| Line 2502: | Line 2502: | ||
| kube1:~/users# kubectl delete clusterrolebindings user1-cluster-admin | kube1:~/users# kubectl delete clusterrolebindings user1-cluster-admin | ||
| </code> | </code> | ||
| - | ===== Kubernetes Dashboard ===== | + | |
| + | ===== Dashboards ===== | ||
| + | |||
| + | ==== k9s ==== | ||
| + | |||
| + | * [[https://habr.com/ru/companies/flant/articles/524196/|Обзор k9s — продвинутого терминального интерфейса для Kubernetes]] | ||
| + | * [[https://notes.kodekloud.com/docs/Kubernetes-Troubleshooting-for-Application-Developers/Prerequisites/k9s-Walkthrough|k9s Walkthrough]] | ||
| + | |||
| + | <code> | ||
| + | kube1# wget https://github.com/derailed/k9s/releases/download/v0.50.16/k9s_linux_amd64.deb | ||
| + | |||
| + | kube1# dpkg -i k9s_linux_amd64.deb | ||
| + | </code> | ||
| + | |||
| + | ==== Kubernetes Dashboard ==== | ||
| * https://www.bytebase.com/blog/top-open-source-kubernetes-dashboard/ | * https://www.bytebase.com/blog/top-open-source-kubernetes-dashboard/ | ||
| Line 2551: | Line 2565: | ||
| </code> | </code> | ||
| - | ==== Доступ через proxy ==== | + | === Доступ через proxy === |
| <code> | <code> | ||
| Line 2560: | Line 2574: | ||
| - | ==== Доступ через port-forward ==== | + | === Доступ через port-forward === |
| <code> | <code> | ||
| $ kubectl -n kubernetes-dashboard port-forward svc/kubernetes-dashboard-kong-proxy 8443:443 | $ kubectl -n kubernetes-dashboard port-forward svc/kubernetes-dashboard-kong-proxy 8443:443 | ||
| Line 2567: | Line 2581: | ||
| * https://localhost:8443 | * https://localhost:8443 | ||
| - | ==== Создание долговременного токена ==== | + | === Создание долговременного токена === |
| <code> | <code> | ||
| $ cat dashboard-secret-for-token.yaml | $ cat dashboard-secret-for-token.yaml | ||