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

cost-model container is running and responding to the healthz endpoint, but the response is empty. #169

Closed
VenkySubbaraj opened this issue Apr 23, 2024 · 2 comments

Comments

@VenkySubbaraj
Copy link

The Kubecost cost-analyzer service is properly configured and exposing port 9003 for the cost-model container. The service is targeting the correct port (9003) and has an endpoint pointing to the cost-model container's IP (10.164.100.70:9003).
When you executed the curl command inside the cost-analyzer-frontend container to access the healthz endpoint of the cost-model container (http://localhost:9003/healthz), it returned an empty response. This indicates that the cost-model container is running and responding to the healthz endpoint, but the response is empty.

@michaelmdresser
Copy link
Contributor

Hi @VenkySubbaraj, is this a problem with the kubectl cost CLI tool?

It sounds like you're reporting something unrelated, in which case I recommend reaching out via a GitHub issue on our Helm chart (https://github.com/kubecost/cost-analyzer-helm-chart/issues/new/choose) or in the Kubecost Slack.

@AjayTripathy
Copy link
Contributor

As a note, /healthz is supposed to respond with a 200 and nothing else. What are you actually seeing in terms of data/ui?

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

No branches or pull requests

3 participants