Complete prometheus monitoring stack setup on Kubernetes.
- You need deploy nginx ingress in your cluster
- You need deploy certmanager in your cluster
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.9.1/cert-manager.yaml
kubectl apply -f .
kubectl apply -f node-exporter/
kubectl apply -f kube-state-metrics/
kubectl apply -f alert-manager/
kubectl apply -f grafana/