LoadBalancer setup for ports 9090, 9093, and 3000? #1741
-
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! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Figured it out, was networkpolicy....
|
Beta Was this translation helpful? Give feedback.
Figured it out, was networkpolicy....