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/

相关推荐
西西小飞龙7 小时前
Docker和K8S中pod、services、container的介绍和关系
docker·容器·kubernetes
you来有去20 小时前
记录一下在k3s快速创建gitlab
java·kubernetes·gitlab
格桑阿sir20 小时前
Kubernetes控制平面组件:API Server Node 授权机制 详解
kubernetes·kubelet·authorization·apiserver·node授权机制·noderestriction·资源拦截
舌尖上的五香1 天前
k8s拉取harbor镜像部署
云原生·容器·kubernetes
qq_448941081 天前
12、k8s安全机制
安全·kubernetes
斯普信专业组1 天前
深入探讨K8s资源管理和性能优化
容器·性能优化·kubernetes
终端行者1 天前
k8s中pod的调度策略之pod的亲和性调度与反亲和性调度 一文搞懂 k8s中创建的pod如何调度?
容器·kubernetes
人才瘾大1 天前
docker和k8s
docker·kubernetes
挣扎与觉醒中的技术人1 天前
Kubernetes (K8S) 高效使用技巧与实践指南
网络·云原生·容器·kubernetes