kubenetes metrics-server監控資源
metrics-server版本相容:
1.檢視節點資源錯誤
[root@test35 ~]# kubectl top node
W0726 13:34:14.328777 14884 top_node.go:119] Using json format to get metrics. Next release will switch to protocol-buffers, switch early by passing --use-protocol-buffers flag
error: Metrics API not available
[root@test35 ~]#
2.下載映象
[root@test35 ~]# grep image components.yaml
image: k8s.gcr.io/metrics-server/metrics-server:v0.6.0 --檢視映象倉庫
imagePullPolicy: IfNotPresent
[root@test35 ~]# docker pull registry.cn-hangzhou.aliyuncs.com/zailushang/metrics-server:v0.6.0
v0.6.0: Pulling from zailushang/metrics-server
2df365faf0e3: Pull complete
aae7d2b1eda3: Pull complete
Digest: sha256:60a353297a2b74ef6eea928fe2d44efc8d8e6298441bf1184b2e3bc25ca1b3e2
Status: Downloaded newer image for registry.cn-hangzhou.aliyuncs.com/zailushang/metrics-server:v0.6.0
registry.cn-hangzhou.aliyuncs.com/zailushang/metrics-server:v0.6.0
You have mail in /var/spool/mail/root
[root@test35 ~]# docker tag registry.cn-hangzhou.aliyuncs.com/zailushang/metrics-server:v0.6.0 k8s.gcr.io/metrics-server/metrics-server:v0.6.0
[root@test35 ~]# docker images | grep metrics
registry.cn-hangzhou.aliyuncs.com/zailushang/metrics-server v0.6.0 5787924fe1d8 6 months ago 68.8MB
k8s.gcr.io/metrics-server/metrics-server v0.6.0 5787924fe1d8 6 months ago 68.8MB
[root@test35 ~]#
3.部署metrics-server元件
下載地址:
[root@test35 ~]# kubectl apply -f components.yaml
serviceaccount/metrics-server created
clusterrole.rbac.authorization.k8s.io/system:aggregated-metrics-reader created
clusterrole.rbac.authorization.k8s.io/system:metrics-server created
rolebinding.rbac.authorization.k8s.io/metrics-server-auth-reader created
clusterrolebinding.rbac.authorization.k8s.io/metrics-server:system:auth-delegator created
clusterrolebinding.rbac.authorization.k8s.io/system:metrics-server created
service/metrics-server created
deployment.apps/metrics-server created
apiservice.apiregistration.k8s.io/v1beta1.metrics.k8s.io created
[root@test35 ~]#
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25854343/viewspace-2907649/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 使用metrics-server監控k8s的資源指標ServerK8S指標
- iOS監控:資源使用iOS
- 資源監控工具 glances
- 阿里雲容器Kubernetes監控(一)-資源監控阿里
- 監控linux系統資源Linux
- 資源分享:mongodb官方監控MMSMongoDB
- 資源監控工具 - Hyperic HQ
- jmeter 監控伺服器資源 求助!!!JMeter伺服器
- Mytop工具來監控MySQL資源MySql
- AIX系統資源監控SHELL指令碼AI指令碼
- 使用 Performance API 實現前端資源監控ORMAPI前端
- 開源監控利器grafanaGrafana
- 【效能監控】如何有效監測網頁靜態資源大小?網頁
- 利用Resource Timing監控資源載入速度
- 6個監控linux資源的快速工具Linux
- hpux下主機資源監控的工具glanceUX
- 開源監控利器Prometheus初探Prometheus
- 監控系統資源的6個Linux工具Linux
- 監控系統是資訊資源管理的基礎
- WebSphere MQ File Transfer Edition 中的資源監控功能WebMQ
- 【監控】open-falcon v0.2 部署、小米開源監控部署
- 使用 Shell 指令碼監控 Linux 系統程式資源指令碼Linux
- 6個監控linux系統資源的快速工具Linux
- SQL Server 2008 資源調控器監視SQLServer
- 資料庫監控資料庫
- 前端資料監控到底在監控什麼?前端
- MySQL監控-Datadog資料庫監控調研MySql資料庫
- kubeadm搭建kubenetes叢集(Ubuntu 20.04,kubenetes 1.20.5)Ubuntu
- 開源監控系統Prometheus介紹Prometheus
- Monit:開源伺服器監控工具伺服器
- (轉)開源IT監控系統對比
- DCIM 系統增強資料中心的電源監控能力
- Linux中一個高效的資源監控器 – BpytopLinux
- 做了兩款資料庫監控工具,打算在近期開源資料庫
- Linux下系統資源監控工具Collectl基本介紹Linux
- linux_系統資源監控指令碼_system_monitorLinux指令碼
- 在Linux中,如何監控系統資源使用情況?Linux
- 在Linux中,如何進行系統資源的監控?Linux