ctop
ctop copied to clipboard
Kubernetes
Can a connector for Kubernetes be defined in the code ?
Nice idea. I can try do it. I think need implement next algorithm: found all Services, for each service found all instances and collect of metrics for each an instance. Does anyone else have any ideas?
You may extract the current cluster usage via kubectl (there are some examples there: https://github.com/kubernetes/kubernetes/issues/17512). The only drawback is that k8s changes API overtime or add/removes functionalities and commands
Hey @bcicen! How are you? What do you think about continuing to work on the integration of a new connector for the latest version of kubernetes?