Plugin for monitoring K8s applications DevOpsProdigy KubeGraf v1.3.0: new release and new features

This week, the release of a new version of our plugin for Grafana, designed to monitor kubernetes applications DevOpsProdigy KubeGraf v1.3.0, took place .

Small disclaimer: this plugin is a revised version of the official plugin from Grafana (which has not been supported for about two years now). We have been developing it for more than six months. Key features of the plugin are:

  • integration with k8s-api to build a map of your applications, grouped by namespace / cluster node + binding to specific pods / services;
  • A summary page with all errors / warnings about the operation of nodes and cluster applications;
  • the ability to install the plugin with cloud k8s providers through authorization using bearer-tokena.

What's New in Version 1.3.0:

  • k8s (pod / pod_name, container / container_name) — Filip Havlíček : , , .
  • NodeOverview / / .




  • pod’.



  • ( Deployment’, Pod’ . .)
  • requested / allocatable (, ) node' .





  • , .

In the process of preparing this version, we were faced with a situation where you need to update a plugin to a specific version, but this version of the plugin is not yet in the official Grafana-store (for example, you want to build a plugin from a specific tag in a git repository). As a solution to this problem, we also developed a helm chart , with which it is possible to install / update any Grafana plugin directly from the git repository with the tag you need.

We are still waiting for your stars, issue and pull requests in our repository :-) You can

write to us in telegrams and Slack .

All Articles