You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing I noticed in sample file is that in deployment object there is no exposed port. Without exposed port how would service will be able to connect to pod? Please let me know what I am missing here.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I am trying to deploy the bull_exporter in kubernetes but target is showing "Down" in Prometheus.
I am using kube-prometheus-stack and following is my scrape-config.
honor_timestamps: true
scrape_interval: 5s
scrape_timeout: 5s
metrics_path: /discover_queues
scheme: http
follow_redirects: true
static_configs:
One thing I noticed in sample file is that in deployment object there is no exposed port. Without exposed port how would service will be able to connect to pod? Please let me know what I am missing here.
Thanks in advance.
The text was updated successfully, but these errors were encountered: