Issue with opensearch-operator-controller-manager-metrics-service #481
Unanswered
karan56625
asked this question in
Q&A
Replies: 1 comment
-
Hi @karan56625. The manager container offers its metrics at port 8080 as you have seen, but only on localhost (127.0.0.1). The kube-rbac-proxy (running as a sidecar) then exposes that to the kubernetes cluster on 8443 with TLS and authentication. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team, what is the significance of
opensearch-operator-controller-manager-metrics-service
service? It exposes 8443 port ofopensearch-operator-controller-manager
, but metrics ofopensearch-operator-controller-manager
are exposed at 8080 port. Whenever I try to hitopensearch-operator-controller-manager-metrics-service
service, I always get unauthorised.Beta Was this translation helpful? Give feedback.
All reactions