astefanutti / kubebox

⎈❏ Terminal and Web console for Kubernetes
http://astefanutti.github.io/kubebox
MIT License
2.15k stars 142 forks source link

What are the prerequisites for kubebox to work on a k8s cluster #42

Closed rajeshrcmc closed 5 years ago

rajeshrcmc commented 5 years ago

Does kubebox need metrics server running ? , will it work with kube-state-metrics

astefanutti commented 5 years ago

Kubebox currently retrieves resources usage metrics from the Kubelet embedded cAdvisor. So it does not need metrics-server nor kube-state-metrics. We are planning to support these in the future to add more metrics, though they will remain optional.