helm一键部署grafana

一键部署命令

bash 复制代码
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
helm install prometheus prometheus-community/kube-prometheus-stack

暴露服务

bash 复制代码
kubectl port-forward --address 0.0.0.0 deployment/prometheus-grafana 3000

使用浏览器登录

username: admin

password: prom-operator

参考文档

Install Prometheus and Grafana on Kubernetes using Helm (k21academy.com)

https://k21academy.com/docker-kubernetes/prometheus-grafana-monitoring/

相关推荐
Cloud孙文波12 小时前
探索Apache APISIX:动态高性能API网关
云原生·kubernetes·apisix
博睿谷IT99_20 小时前
Linux 云计算核心技术:原理、组件与 K8s 实战部署
linux·kubernetes·云计算
有谁看见我的剑了?20 小时前
k8s storageclasses nfs-provisioner 部署
docker·容器·kubernetes
维尔切1 天前
Docker 监控平台部署
运维·docker·容器·grafana·prometheus
红尘客栈21 天前
k8s的ymal文件
docker·容器·kubernetes
hello_2501 天前
k8s opa集成
云原生·容器·kubernetes
RancherLabs1 天前
Rancher 社区双周报| Longhorn v1.10.0 重磅发布,企业级存储性能全面升级
kubernetes·k8s·rancher
风清再凯1 天前
06_k8s数据持久化
云原生·容器·kubernetes
_BugMan2 天前
【k8s】基础概念+下载安装教程
容器·rpc·kubernetes
Y-Loong2 天前
Kubernetes Pod 网络与 Service 网络全解析
网络·kubernetes