Monitoreo y observabilidad en KUBERNETES

Описание к видео Monitoreo y observabilidad en KUBERNETES

En este video vamos a estar instalando el stack completo de Grafana con Prometheus y Loki en un cluster de Kuberentes desde cero con helm charts.

Tiempos:
0:00 Intro
2:46 Instalando Grafana y Prometheus en Kuberentes
10:23 Instalando Loki Grafana en Kubernetes
18:46 Fin

Podes unirte al canal desde acá    / @caosbinario  

Guias
charts:
https://artifacthub.io/packages/helm/...
https://grafana.com/docs/loki/latest/...

######## Grafana + Prometeheus ########
helm repo add prometheus-community https://prometheus-community.github.i...
helm repo update
helm install prometheus `
-n monitoring prometheus-community/kube-prometheus-stack `
--create-namespace

kubectl -n monitoring get all
kubectl port-forward svc/prometheus-grafana -n monitoring 3000:80
usuario: admin / pass: prom-operator

######## Loki ########
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update

helm install -n monitoring `
--values loki-values.yml loki grafana/loki

Redes
Web: https://caosbinario.com
Mail: [email protected]
Instagram:   / caosbinario  
Tiktok:   / caosbinario  
Twitch:   / caosbinario  
Github: https://github.com/caosbinario

Комментарии

Информация по комментариям в разработке