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/

相关推荐
叫致寒吧10 小时前
k8s部署
云原生·容器·kubernetes
叫致寒吧10 小时前
k8s操作(三)
网络·容器·kubernetes
oMcLin12 小时前
如何在 Red Hat Linux 8 上实现 Kubernetes 自定义资源管理器(CRD)扩展,支持微服务架构
linux·架构·kubernetes
海鸥8115 小时前
K8S中使用 reloader 实现滚动升级
云原生·容器·kubernetes
阿常呓语15 小时前
深入理解 Kubernetes 中的探针
云原生·容器·kubernetes
Hui Baby16 小时前
K8S管理GPU等简述
云原生·容器·kubernetes
牛奔17 小时前
Kubernetes 节点安全维护全流程:从驱逐 Pod 到彻底清理残留
java·安全·云原生·容器·kubernetes
flying robot18 小时前
Prometheus[2.33.3]grafana[12.3.1]监控安装
grafana·prometheus
伞啊伞18 小时前
k8s(三)操作管理
云原生·容器·kubernetes
flying robot18 小时前
Grafana对xx-export监控和AlertManager 告警
grafana