Why is no Service created for the metrics port? #1593
|
In the helm chart there's a metrics port but no Service gets created for it, why is that? |
Answered by
marquiz
Apr 16, 2024
Replies: 2 comments 1 reply
|
Hi @UntouchedWagons, a bit delayed answer, but I think the answer is that it was not needed when that part was written. If prometheus monitoring is enabled via the helm chart we monitor pods directly (with the @UntouchedWagons would you have need for a service? |
1 reply
Answer selected by
marquiz
|
No no that's okay I was just kinda confused. My understanding was that if pod A wants to interact with pod B somehow it has to be through a Service object. It looks like I was mistaken. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @UntouchedWagons, a bit delayed answer, but I think the answer is that it was not needed when that part was written. If prometheus monitoring is enabled via the helm chart we monitor pods directly (with the
PodMonitorobjects) and no services are needed. Maybe @ArangoGutierrez can comment, too, as the original author of the metrics support for NFD.@UntouchedWagons would you have need for a service?