Kyle Brown

Results 26 comments of Kyle Brown

@xhejtman you are able to create a cost allocation report with a filter on namespaces. I suggest you create one for the various "system" namespaces and then save it so...

Hello @alexec for determining which workloads are the most costly you would want to use the kubecost [ allocations view](http://demo.kubecost.io/allocations.html). You can set a date range and choose how to...

@alexec Thanks for the clarification. We don't really have any specific tooling for identifying cost related to Argo Workflows at this time. As Workflows bring up pods and make use...

argo v2.2 now has a more specific annotation to track resources: ``` annotations: argocd.argoproj.io/tracking-id: my-app:apps/Deployment:default/nginx-deployment ```

hello @janlauber thanks for the request. Are you thinking of a like a fixed price per ingress k8s resource or some other metric for allocation? Kubecost collects network and cloud...

Log before code change: ``` $ kubectl -n kubecost logs kubecost-cost-analyzer-654dbcf97c-k84bm cost-model I0421 22:36:03.557312 1 router.go:808] Starting cost-model (git commit "1.78.0") I0421 22:36:03.557480 1 router.go:829] Prometheus/Thanos Client Max Concurrency set...

Container built after code changes: quay.io/kbrwn/cost-model:node-label-log

@AjayTripathy Since the issue is accessing out of bound memory resulting in a panic, the options are to use go recovery via a defer or change the code to avoid...

@dwbrown2 @AjayTripathy It is not very clear which queries from cost-analyzer-frontend repo which queries are made to make these checks. Maybe I am just looking at the wrong file? queries.js?...

We have received this feedback in a customer call: "The savings tool is not useful to teams who have specific resource utilization targets that do not match the default. Having...