Octant--vmware开源k8s可视化Dashboard

网友投稿 310 2022-11-07

Octant--vmware开源k8s可视化Dashboard

最近在浏览github的时候,发现vmware公司开源了一款k8s的可视化Dashboard工具Octant,出于好奇就在测试环境进行了部署测试。 Octant的GitHub地址: Octant

下载并安装

我使用的是centos系统,所以我们下载最新版的.rpm包进行下载安装

# wget rpm -ivh octant_0.23.0_Linux-64bit.rpm

启动

安装完成后,使用octant命令启动即可,启动前需要指定一些参数,使用octant --help可查命令帮助

命令帮助 # octant --help octant is a dashboard for high bandwidth cluster analysis operations Usage: octant [flags] octant [command] Available Commands: completion generate the autocompletion script for the specified shell 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 file -n, --namespace string initial namespace --namespace-list strings a list of namespaces to use on start --plugin-path string plugin path -v, --verbose turn on debug logging --client-max-recv-msg-size int client max receiver message size (default 16777216) --accepted-hosts string accepted hosts list [DEV] --client-qps float32 maximum QPS for client [DEV] (default 200) --client-burst int maximum burst for client throttle [DEV] (default 400) --disable-open-browser disable automatic launching of the browser [DEV] --disable-origin-check disable cross origin resource check -c, --enable-opencensus enable open census [DEV] --klog-verbosity int klog verbosity level [DEV] --listener-addr string listener address for the octant frontend [DEV] --local-content string local content path [DEV] --proxy-frontend string url to send frontend request to [DEV] --ui-url string dashboard url [DEV] --browser-path string the browser path to open the browser on --memstats string log memory usage to this file --meminterval string interval to poll memory usage (requires --memstats), valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". (default "100ms") -h, --help help for octant Use "octant [command] --help" for more information about a command.

--kubeconfig 指定k8s集群的config文件 --listener-addr 指定访问监听的地址及端口 --ui-url Dashboard面板访问域名 --browser-path 访问路径

# octant --kubeconfig=/root/.kube/config --listener-addr=0.0.0.0:8000 --ui-url=k8s.octant.com

页面访问

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:目前Type-C接口为什么还没有实现全面普及
下一篇:安捷伦推出了用于CSI-3接口及联盟标准组织协议的全新分析仪
相关文章

 发表评论

暂时没有评论,来抢沙发吧~