Giter Site home page Giter Site logo

Comments (8)

giulioroggero avatar giulioroggero commented on May 30, 2024 1

@jerrwy you should use this URL for proxy after the run of kubectl proxy

http://127.0.0.1:8001/api/v1/namespaces/monitoring/services/http:grafana:/proxy

In that way you are calling service http:grafana and you are asking a proxy on it

from prometheus.

pipo02mix avatar pipo02mix commented on May 30, 2024

If you are running it in minkube you have to expose the grafana service (Nodeport type) or run a kubectl proxy

from prometheus.

jerrwy avatar jerrwy commented on May 30, 2024

i had run kubectl proxy
when i visit http://localhost:8001/api/v1/namespaces/monitoring/services/grafana:3000
i get result

{
	"kind": "Status",
	"apiVersion": "v1",
	"metadata": {},
	"status": "Failure",
	"message": "services \"grafana:3000\" not found",
	"reason": "NotFound",
	"details": {
		"name": "grafana:3000",
		"kind": "services"
	},
	"code": 404
}

how can i visit grafana dashboard UI ?

from prometheus.

giulioroggero avatar giulioroggero commented on May 30, 2024

If you still have problems another approach is to go directly to pod without proxy

Run
kubectl port-forward $(kubectl get pods --selector=app=grafana -n monitoring --output=jsonpath="{.items..metadata.name}") -n monitoring 9200:3000

and then go to

http://localhost:9200

from prometheus.

jerrwy avatar jerrwy commented on May 30, 2024

thx! it worked!

from prometheus.

jerrwy avatar jerrwy commented on May 30, 2024

how can i visit prometheus targets in kubectl proxy?
i have try http://127.0.0.1:8001/api/v1/namespaces/monitoring/services/http:prometheus:/proxy
but return result

{
	"kind": "Status",
	"apiVersion": "v1",
	"metadata": {},
	"status": "Failure",
	"message": "no endpoints available for service \"http:prometheus:\"",
	"reason": "ServiceUnavailable",
	"code": 503
}

from prometheus.

jerrwy avatar jerrwy commented on May 30, 2024

thx~ i am use kubectl port-forward command visit prometheus targets now

from prometheus.

pipo02mix avatar pipo02mix commented on May 30, 2024

Yeah, port forward should be the way in case you don't expose it through an ingress resource. Adding this info in the readme

from prometheus.

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.