#kubecost (2019-10)

https://www.kubecost.com/

Kubernetes resource and cost management

Archive: https://archive.sweetops.com/kubecost/

2019-10-08

AG avatar

@AG if the prometheus-node-exporter already running in the cluster, how do I use it for kubecost

webb avatar

If it’s running on the default nodePort it should just get picked up by or Prometheus

1
webb avatar

You can also disable our node exporter

AG avatar

@webb will it work if node-exporter running in different namespace?

webb avatar

Yep, it should if port is correct. Our front end (settings) will tell you if those metrics are not scraped successfully.

AG avatar

Thank you @webb

webb avatar

Of course! Let me know if we can help anywhere else

AG avatar

sure. Recently I started working on it.. will definitely post here if any question. Thanks again.

2019-10-10

AG avatar

how to encrypt passwords in helm values.yaml, any good documents is appreciated. Thanks

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

see my answer in #kubernetes

2019-10-22

AG avatar

@here after increasing pvc for prometheus-server and restarting the pod still seeing the below error

AG avatar

err="opening storage failed: zero-pad torn page: write /data/wal/00001581: no space left on device"

2019-10-31

webb avatar

Hi @AG this is a new one for me. Is this for the prometheus-server volume itself or something else?

AG avatar

Hi @webb it is resolved now. It was the problem with PVC where its not updating the volume size. worked when re-increased the size.

webb avatar

Glad to hear! Let me know if you have any other questions or issues.

    keyboard_arrow_up