Skip to content

KubeDev/missao-monitoramento-elite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

missao-monitoramento-elite

Instalação no Kubernetes

https://artifacthub.io/packages/helm/prometheus-community/prometheus

Adicionando o repositório

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update

Comando de Instalação

helm install prometheus prometheus-community/prometheus --set server.service.type=LoadBalancer --set server.global.scrape_interval=10s


helm upgrade prometheus prometheus-community/prometheus --set server.service.type=LoadBalancer --set server.global.scrape_interval=10s

Grafana

Adicionando o repositorio

helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
helm install grafana grafana/grafana --set service.type=LoadBalancer

Comando para obter a senha do admin

kubectl get secret --namespace default grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published