Linux - K8S - Dashboard 进阶Octant

# 下载安装
[16:54:01 root@master1 ~]#wget https://github.com/vmware-tanzu/octant/releases/download/v0.24.0/octant_0.24.0_Linux-64bit.deb

[16:54:26 root@master1 ~]#dpkg -i octant_0.24.0_Linux-64bit.deb 
Selecting previously unselected package octant.
(Reading database ... 71966 files and directories currently installed.)
Preparing to unpack octant_0.24.0_Linux-64bit.deb ...
Unpacking octant (0.24.0) ...
Setting up octant (0.24.0) ...
[16:56:57 root@master1 ~]#octant version
Version:  0.24.0
Git commit:  5a8648921cc2779eb62a0ac11147f12aa29f831c
Built:  2021-09-09T01:54:00Z

# 开始检测,注意要安装火狐和配置hosts
[17:08:02 root@master1 ~]#octant --kubeconfig=/etc/kubernetes/admin.conf --listener-addr=0.0.0.0:8000 --ui-url=octant.example.com --namespace-list kubsystem,default,kubernetes-dashboard

  

 

posted @ 2022-01-09 17:11  每天都在学习的自己  阅读(152)  评论(0)    收藏  举报