OCPBUGS-58102: Expose ExternalDNS operand metrics via kube-rbac-proxy sidecar#371
OCPBUGS-58102: Expose ExternalDNS operand metrics via kube-rbac-proxy sidecar#371Thealisyed wants to merge 1 commit intoopenshift:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
41a3c55 to
0297cde
Compare
ExternalDNS operand pods bind metrics to 127.0.0.1, making them inaccessible from outside the pod. Prometheus cannot scrape them. This adds a kube-rbac-proxy sidecar to each operand deployment that proxies the localhost metrics over HTTPS, along with a Service (annotated for OpenShift serving cert) and ServiceMonitor for automatic Prometheus scraping. Resolves: OCPBUGS-58102 Assisted with Claude
0297cde to
3f8cd03
Compare
|
@Thealisyed: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@Thealisyed: This pull request references Jira Issue OCPBUGS-58102, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/assign |
|
/jira refresh |
|
@Thealisyed: This pull request references Jira Issue OCPBUGS-58102, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
The ExternalDNS operand binds its Prometheus metrics to localhost (127.0.0.1:7979), making them invisible to the cluster monitoring stack. This adds a kube-rbac-proxy sidecar to proxy metrics over HTTPS, along with a Service and ServiceMonitor for Prometheus discovery.
Assisted-by: Claude