KubeNow
KubeNow copied to clipboard
Add platform for analytics and monitoring
Currently k8s has an API for analytics and monitoring of pods/nodes performance. This can be setup by deploying Heapster/Grafana. Users would only need to: kubectl top pod/node <name>.
More info: https://github.com/kubernetes/heapster/blob/master/docs/influxdb.md
Looks great! Maybe we could install it by default?