去年 InfoQ 上发表了一篇 Octant: Local and Real-Time Dashboard for Kubernetes Workloads,Octant 是 VMvare 开源的类似 Kubernetes Dashboard 的一个工具,最近尝试在集群里部署了一下。
官方的部署文档没有给容器化的部署方式,因为我是在集群里部署的 Deployment,所以这里简单介绍一下。
部署是通过官方提供的 Dockerfile 来运行的容器,直接使用就可以了。主要需要注意一些参数。通过 docker run -it octant:latest bash 看下 octant 命令的 help 信息。
root@7acc99872bc8:/# ./octant -h
octant is a dashboard for high bandwidth cluster analysis operations
Usage:
octant [flags]
octant [command]
Available Commands:
help Help about any command
version Show version
Flags:
--context string initial context
--disable-cluster-overview disable cluster overview
--enable-feature-applications enable applications feature
--kubeconfig string absolute path to kubeConfig

本文介绍Octant,一款由VMware开源的Kubernetes仪表板工具,旨在提供高带宽集群分析操作的可视化界面。文章详细描述了如何在Kubernetes集群中部署Octant,包括使用Dockerfile进行容器化部署的步骤,以及如何设置关键参数以适应集群环境。此外,还对比了Octant与Kubernetes Dashboard的功能和展示效果。
最低0.47元/天 解锁文章
1177

被折叠的 条评论
为什么被折叠?



