kubernetes-app
kubernetes-app copied to clipboard
A set of dashboards and panels for kubernetes.
I can not see the pod name in the metrics. Please see the attached file. 
https://grafana.com/grafana/plugins/grafana-kubernetes-app the documentation states: ``` grafana-cli plugins install kubernetes-app ``` this is what i get: ``` /usr/share/grafana $ grafana-cli plugins install kubernetes-app Error: ✗ Failed to find requested plugin, check...
I have successfully configured the plugin to monitore my GKE kubernetes cluster, I have Grafana installed using the official stable helm chart (same for prometheus). My problem is that non...
this is for grafana version: v6.6.1 (21bf8b71bc) configuring a new kubernetes-api datasource always results in failures (404 errors) the failing URL is this: http://grafana.mydomain:3000/api/datasources/proxy/4/apis/apps/v1beta1/namespaces/kube-system/deployments ``` {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"the server could not find...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Grafana 5.1.3. When going `/datasources` page, the icon for the datasource `http://HOSTNAME/public/plugins/grafana-kubernetes-datasource/img/logo.svg`always 404. Grafana is running as a pod within K8s. The logo is present in the repo, but the...
https://grafana.com/grafana/plugins/grafana-kubernetes-app Overview > Documentation > Installation ``` NG) grafana-cli plugins install kubernetes-app OK) grafana-cli plugins install grafana-kubernetes-app ```
There are a lot of problems and this place seems to be abandoned. This app looks fine, but it's incompatible with current versions of underlying components. Are there some plans...
After some debugging on why the plugin was working on our dev cluster but was not working for our staging one, I've found that it requires legacy authorization to be...
Added a grafana deployment on a k8s cluster, apiVersion: apps/v1 kind: Deployment metadata: name: grafana namespace: monitoring spec: replicas: 1 selector: matchLabels: app: grafana template: metadata: labels: app: grafana spec:...