Code Monkey home page Code Monkey logo

Comments (5)

cbluth avatar cbluth commented on August 29, 2024 5

@bittu664

  1. ignore that page.

  2. extract the certificate keys from your KUBECONFIG with base64 -d

  3. go to configure a new "datasource"

  4. configure a new kubernetes datasource

  5. in the new datasource, use "TLS Client Auth"

  6. paste in the keys from step 2

  7. done


see here: #46 (comment)

from kubernetes-app.

baifuwa avatar baifuwa commented on August 29, 2024 1

I do not have #Client Cert and #Client Key. FYI I am using Digital ocean Kubernetes cluster when I am run this 2 command
cat ~/.kube/config | grep client-certificate-data | cut -d ' ' -f 6 | base64 -d
cat ~/.kube/config | grep client-key-data | cut -d ' ' -f 6 | base64 -d
it shows me nothing only show the #CA Cert, so what should I do now. But it works on only that cluster which is created manually just like kops etc.

try "Skip TLS Veryify"

from kubernetes-app.

bittu664 avatar bittu664 commented on August 29, 2024

I do not have #Client Cert and #Client Key. FYI I am using Digital ocean Kubernetes cluster when I am run this 2 command
cat ~/.kube/config | grep client-certificate-data | cut -d ' ' -f 6 | base64 -d
cat ~/.kube/config | grep client-key-data | cut -d ' ' -f 6 | base64 -d
it shows me nothing only show the #CA Cert, so what should I do now. But it works on only that cluster which is created manually just like kops etc.

from kubernetes-app.

adacaccia avatar adacaccia commented on August 29, 2024

Hello, any news on this?
I've only got "certificate-authority-data" on my KUBECONFIG, so I've decoded it with "base64 -d" as "-----BEGIN CERTIFICATE----- [...] -----END CERTIFICATE----", then copied this data to the TLS Cert field which appeared after selecting "With CA Cert" in the Kubernetes Datasource page.
But no luck! The dashboards show errors and remain empty.

Please advise on a proper and general way to configure of a Kubernetes cluster metrics' with Grafana 7.

from kubernetes-app.

maozhihui avatar maozhihui commented on August 29, 2024

add a new cluster, what is the mean of name?

from kubernetes-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.