How to configure grafana with kubernetes plugin (with google cloud)?

I have already installed the plugin (https://github.com/grafana/kubernetes-app) but I am having difficulty setting up / connecting to the cluster.

I use kubernetes of google cloud, being grafana also runs in the cluster.

I use kubernetes of google cloud, being grafana also runs in the cluster. I have some difficulties in calling me through the dashboard grafana, can you help me?

When accessing kubernetes in google cloud, is the URL needed in the cluster configuration the master IP? to port 8080?

For authentication what is needed? In google cloud, I have access to: Username / Password / CA certificate. that’s all it takes?

thank you all. P.S. I am a beginner at grafana

Hi,

Have you read https://github.com/grafana/kubernetes-app#connecting-to-your-cluster?

Marcus

I am trying to connect my Cloud cluster thru kubernetes plugin in Grafana . But I do not have any authentication details, is it possible to connect ? It says as below.
The Deploy button will deploy the following: (1) A promtheus configmap which contains the prometheus jobs that collect metrics used by the dashboards in the kubernetes app (2) a Node Exporter deployment, and (3) a Kube-State Metrics deployment

My question is

  1. Can I deploy my cluster as stated above without authentication ?
  2. My goal is to get cluster metric in Grafana ?