k8s的几个常用可视化管理工具

1, lens

lens 是开发工具,地址是https://k8slens.dev/

下载这个工具,可以用这个工具 管理k8s集群


2, octant

yum install octant_0.6.0_Linux-64bit.rpm
依赖于 admin.conf,运行后会在你本地打开浏览器
效果跟 dashbaord 类似



3, rancher

https://www.rancher.cn/

著名的 多集群管理软件


4, weave-scope

weave 是weaveworks 推出的,就是那个weave cni 插件的公司。

https://github.com/weaveworks/scope

两种方式,如果只是想看单个服务器上的容器等信息

sudo curl -L git.io/scope -o /usr/local/bin/scope (有时候不行,直接放/usr/bin/scope)

sudo chmod a+x /usr/local/bin/scope

scope launch

另外可以在 整个k8s上部署

[root@rancher weave]# kubectl apply -f "https://cloud.weave.works/k8s/scope.yaml?k8s-version=$(kubectl version | base64 | tr -d '\n')"

namespace/weave created

serviceaccount/weave-scope created

clusterrole.rbac.authorization.k8s.io/weave-scope created

clusterrolebinding.rbac.authorization.k8s.io/weave-scope created

deployment.apps/weave-scope-app created

service/weave-scope-app created

deployment.apps/weave-scope-cluster-agent created

daemonset.apps/weave-scope-agent created







5,kubord

 网址:https://www.kuboard.cn/

kubectl apply -f https://kuboard.cn/install-script/kuboard.yaml

kubectl apply -f https://addons.kuboard.cn/metrics-server/0.3.7/metrics-server.yaml

kubectl get pods -l k8s.kuboard.cn/name=kuboard -n kube-system

 echo $(kubectl -n kube-system get secret $(kubectl -n kube-system get secret | grep kuboard-user | awk '{print $1}') -o go-template='{{.data.token}}' | base64

-d) 

拿到 token 在 http://nodeip:32567 登录



6,kubesphere 

kubesphere 是青云(qingcloud)的产品 


kubectl apply -f https://raw.githubusercontent.com/kubesphere/ks-installer/v3.0.0/deploy/kubesphere-installer.yaml

kubectl apply -f https://raw.githubusercontent.com/kubesphere/ks-installer/v3.0.0/deploy/cluster-configuration.yaml 


如果数顺利的话,在https://nodeip:30880 登录

admin

p@88wrd


7, kubebox 



9,  compass

https://github.com/withlin/compass



10,k9s 

https://github.com/derailed/k9s


11,goldpinger

https://github.com/bloomberg/goldpinger

合智互联客户成功服务热线:400-1565-661

admin
admin管理员

上一篇:【API进阶之路】本季大结局:API带来的微创新,打动投资人鼓励我创业
下一篇:编程指南的那些事儿

留言评论

暂无留言
取消
扫码支持