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/

相关推荐
风向决定发型丶9 小时前
K8S readinessGates详解
云原生·容器·kubernetes
ai产品老杨9 小时前
破局算力碎片化:基于K8s调度与Docker多架构镜像的GB28181/RTSP异构AI视频底座实践
docker·架构·kubernetes
returnthem9 小时前
Kubernetes集群架构组件全解
容器·架构·kubernetes
风向决定发型丶9 小时前
K8S中podManagementPolicy和updateStrategy的关系
云原生·容器·kubernetes
恋红尘1 天前
K8S 配置与调度-叩丁狼
云原生·容器·kubernetes
恋红尘1 天前
K8S Pod 基础解析-分篇-叩丁狼
云原生·容器·kubernetes·pod
丘桔1 天前
k8s01:容器运行时之争
云原生·容器·kubernetes
恋红尘1 天前
K8S 服务发现-叩丁狼
linux·docker·kubernetes
一直都在5721 天前
K8s详解
云原生·容器·kubernetes
恋红尘1 天前
K8S 高级调度-叩丁狼
adb·容器·kubernetes