Way to see deployment status of kubernetes pods in grafana

10/18/2018

Is there a way to see the status of pod deployments (success / failure) in grafana or is this only possible on the kubernetes dashboard? I ask because we want to expose the grafana dashboard to our micro service engineers so they can see some pod metrics and hopefully the status of theire deployments but we try to avoid exposing the kubernetes dashboard to them.

Best regards

-- PouletFreak
grafana
istio
kubernetes
prometheus

1 Answer

10/18/2018

Yes, please see the setup here:

Promethous grafana Setup

Other ways to do these dashboards are:

  • deploy metricbeat as daemonset on the cluster with kibana dashboards to ELK
  • deploy fluentd as dameond set to get the same
-- Ijaz Ahmad Khan
Source: StackOverflow