-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to reuse grafana and prometheus #769
Comments
You can disable each dependent deployment using the For example, to disable node exporter and kube-state-metrics from being deployed you can use these values. Note that you may also need to set the metrics:
kube-state-metrics:
enabled: true
labelMatchers:
app.kubernetes.io/name: kube-state-metrics
node-exporter:
enabled: true
labelMatchers:
app.kubernetes.io/name: prometheus-node-exporter.*
kube-state-metrics:
enabled: false
prometheus-node-exporter:
enabled: false For dashboards compatible with k8s-monitoring-helm chart, you can use Grafana Cloud Kubernetes Monitoring or the open-source kubernetes-mixin. |
thanks for the update, one more doubt if we install this k8s-monitoring-helm chart will this also install all dashboard? |
@jainpratik163 the k8s-monitoring-helm chart does not include any dashboards, alerting or recording rules. See here for more details on what is deployed: |
It would be nice to have a flag "provision compatible dashboards to a grafana instance" (not trivial but definitely a nice step towards a complete solution for k8s). |
we already have Prometheus/grafana/node-exporter/metric server already installed in our eks env.
so how can we use this k8s-monitoring helm chart?
Are there any grafana dashboards shared?
The text was updated successfully, but these errors were encountered: