LoadBalancer setup for ports 9090, 9093, and 3000? #1741
Answered
by
pyrodex
pyrodex
asked this question in
Show and tell
|
I have a k8s cluster deployed with Canal and MetalLB working without issues when I publish other services via LoadBalancer (e.g. MySQL). However when I try with the vanilla setup of kube-prometheus using the example.jsonnet file I can't get the services to respond. Services before LoadBalancer: Services after LoadBalancer: CURL showing inaccessible access to the ports on the assigned internal IP. So what am I doing wrong here or is there some type of configuration I am missing? I am learning k8s after having experience in Docker and have containerized my current prometheus and various exporters. Thanks! |
Answered by
pyrodex
Apr 27, 2022
Replies: 1 comment 1 reply
|
Figured it out, was networkpolicy.... |
1 reply
Answer selected by
pyrodex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured it out, was networkpolicy....