更新 kubernetes-DashBoard.md

This commit is contained in:
wxin 2025-05-17 14:29:18 +08:00
parent 30120fda1e
commit e70b94d812

View File

@ -87,11 +87,11 @@ ca.crt: 1099 bytes
在登录页面上输入上面的token 在登录页面上输入上面的token
![](accents\images-202505130040.png) ![](http://182.92.143.66:40072/directlink/img/kubernetes/images-202505130040.png)
出现下面的页面代表成功 出现下面的页面代表成功
![](accents\images-202505130041.png) ![](http://182.92.143.66:40072/directlink/img/kubernetes/images-202505130041.png)
### 2. 使用Dashboard ### 2. 使用Dashboard
@ -101,29 +101,29 @@ ca.crt: 1099 bytes
选择指定的命名空间dev然后点击Deployments查看dev空间下的所有deployment 选择指定的命名空间dev然后点击Deployments查看dev空间下的所有deployment
![](accents\images-202505150047.png) ![](http://182.92.143.66:40072/directlink/img/kubernetes/images-202505150047.png)
**扩缩容** **扩缩容**
在Deployment上点击缩放然后指定目标副本数量点击确定 在Deployment上点击缩放然后指定目标副本数量点击确定
![](accents\images-202505150048.png) ![](http://182.92.143.66:40072/directlink/img/kubernetes/images-202505150048.png)
![](accents\images-202505150049.png) ![](http://182.92.143.66:40072/directlink/img/kubernetes/images-202505150049.png)
**编辑** **编辑**
在Deployment上点击编辑然后修改yaml文件点击确定 在Deployment上点击编辑然后修改yaml文件点击确定
![](accents\images-202505150050.png) ![](http://182.92.143.66:40072/directlink/img/kubernetes/images-202505150050.png)
![](accents\images-202505150051.png) ![](http://182.92.143.66:40072/directlink/img/kubernetes/images-202505150051.png)
**查看Pod** **查看Pod**
点击Pods, 查看pods列表 点击Pods, 查看pods列表
![](accents\images-202505150052.png) ![](http://182.92.143.66:40072/directlink/img/kubernetes/images-202505150052.png)
**操作Pod** **操作Pod**