c语言sscanf函数的用法是什么
414
2022-09-10
K8S学习笔记之Grafana App for Kubernetes的配置
Grafana有一套针对Kubernetes监控的APP,和Grafana-Zabbix App类似,但是配置咋一看比较麻烦,主要参数都是来自K8S。
这款APP的详细介绍请参考Grafana App for Kubernetes
#CA Cert cat ~/.kube/config | grep certificate-authority-data | cut -d ' ' -f 6 | base64 -d#Client Cert cat ~/.kube/config | grep client-certificate-data | cut -d ' ' -f 6 | base64 -d#Client Key cat ~/.kube/config | grep client-key-data | cut -d ' ' -f 6 | base64 -d
1. all the needed data is stored in your .kube/config YAML file2. paste the url stored in the "clusters.cluster.server" .kube/config field into the "HTTP URL" field for the plugin
注意:当你填写了以上信息,你相当于把K8S集群的钥匙交给了Grafana,请务必做好安全和防护,确保填写的证书和秘钥不能泄露!!!!
参考1
参考2
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~