mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-10 20:04:36 +00:00
Use a better structure
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Kubernetes Dashboard
|
||||
## Kubernetes Dashboard
|
||||
|
||||
[Kubernetes Dashboard](https://github.com/kubernetes/dashboard) 是基于网页的 Kubernetes 用户界面。
|
||||
|
||||

|
||||
|
||||
## 部署
|
||||
### 部署
|
||||
|
||||
执行以下命令即可部署 Dashboard:
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
|
||||
```
|
||||
|
||||
## 访问
|
||||
### 访问
|
||||
|
||||
通过命令行代理访问,执行以下命令:
|
||||
|
||||
@@ -22,7 +22,7 @@ $ kubectl proxy
|
||||
|
||||
到 http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/ 即可访问。
|
||||
|
||||
## 登录
|
||||
### 登录
|
||||
|
||||
目前,Dashboard 仅支持使用 Bearer 令牌登录。下面教大家如何创建该令牌:
|
||||
|
||||
@@ -40,6 +40,6 @@ echo ${DASHBOARD_LOGIN_TOKEN}
|
||||
|
||||
将结果粘贴到登录页面,即可登录。
|
||||
|
||||
## 参考文档
|
||||
### 参考文档
|
||||
|
||||
* [官方文档](https://kubernetes.io/zh/docs/tasks/access-application-cluster/web-ui-dashboard/)
|
||||
|
||||
Reference in New Issue
Block a user