Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment not working in Kubernetes #231

Open
dipeshprajapatixoxoday opened this issue Aug 8, 2022 · 0 comments
Open

Deployment not working in Kubernetes #231

dipeshprajapatixoxoday opened this issue Aug 8, 2022 · 0 comments

Comments

@dipeshprajapatixoxoday
Copy link

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.

  • job_name: bull-exporter
    honor_timestamps: true
    scrape_interval: 5s
    scrape_timeout: 5s
    metrics_path: /discover_queues
    scheme: http
    follow_redirects: true
    static_configs:
    • targets:
      • bull-exporter.qaenv2:5959

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant