Unable to access Kubernetes metrics in Stackdriver while working with google container

I am running a Kubernetes cluster in a google container. By default, my metrics don't go to Stackdriver.

Should I start the Heapster service explicitly, or is it automatically managed by the container itself?

+1


source to share


1 answer


If your cluster does not have a Heapster container, your cluster was created before we enabled cluster monitoring by default.



We are working to allow users to retroactively enable monitoring, but if you want metrics injected into the stack driver, today you will need to create a new cluster (running Heapster itself is not enough for metrics to be collected).

+1


source







All Articles