We Ranned the Kubecost in the cluster and we got a the new issue while using of virtual service

0

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.

livenessProbe: httpGet: path: /healthz port: 9003

readliness: httpGet: path: /healthz port: 9003

additionally with the intial deploy seconds and other attributes too

Venkata
已提問 1 個月前檢視次數 77 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南

相關內容