CatalystCode / kubemalt

Kubernetes guidance for MALT (Monitoring, Alerting, Logging, and Tracing)
6 stars 2 forks source link

Issues accessing Jaeger and Grafana with given instructions #39

Closed andrebriggs closed 5 years ago

andrebriggs commented 5 years ago

Following the directions here I get issues accessing the linked portals. Is anyone having issues? This may have nothing to do with KubeMALT but Prometheus and Kibana portals work for me.

I want to double check that these instructions work for others:

Jaeger is at

http://localhost:4000/

This is what I see in the console after getting a 404:

$ kubectl port-forward -n jaeger svc/jaeger-query 4000:80
Forwarding from 127.0.0.1:4000 -> 16686
Forwarding from [::1]:4000 -> 16686
Handling connection for 4000
E0211 13:18:10.933193   85207 portforward.go:331] an error occurred forwarding 4000 -> 16686: error forwarding port 16686 to pod 2b5fb636549517aedc78bf4a1106b79c79a2f72cb30f6bc3d955779817d32f74, uid : exit status 1: 2019/02/11 21:18:10 socat[31879] E connect(5, AF=2 127.0.0.1:16686, 16): Connection refused

Grafana

http://localhost:3000/

This is what I see in the console after getting a 404:

$ kubectl port-forward -n grafana svc/grafana 3000:80
Forwarding from 127.0.0.1:3000 -> 3000
Forwarding from [::1]:3000 -> 3000
Handling connection for 3000
E0211 18:02:01.709567   85955 portforward.go:331] an error occurred forwarding 3000 -> 3000: error forwarding port 3000 to pod 2c159ceb14aa736ec0f89c8d7e0d95fb46746e630c0ab000ee076f96d4ef5c38, uid : exit status 1: 2019/02/12 02:02:01 socat[11514] E connect(5, AF=2 127.0.0.1:3000, 16): Connection refused
andrebriggs commented 5 years ago

These services were failing because of https://github.com/Microsoft/fabrikate/issues/56. Closing

timfpark commented 5 years ago

Release 0.2.2 addresses this issue: https://github.com/Microsoft/fabrikate/releases/tag/0.2.2