🤖Prometheus Federation For Kubernetes
Harici Prometheus ile kubernetes cluster'ı monitör etmek.
Kubernetes cluster'a prometheus kurulumu:
helm repo add prometheus-community https://prometheus-community.github.io/helm-chartshelm repo updatehelm install kube-prometheus-stack-1 --create-namespace --namespace kube-prometheus-stack prometheus-community/kube-prometheus-stack
kubectl --namespace kube-prometheus-stack get pods
kubectl port-forward -n kube-prometheus-stack svc/kube-prometheus-stack-1-prometheus 9090:9090 --address=0.0.0.0 &

Prometheus Federation Yapılandırma:

Last updated