-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a Kubernetes (K8) plugin #2026
Comments
Be aware, that Docker is not supported anymore by Kubernetes starting with v1.23. Therefore it would be better to support other Container runtimes as stated in this issue #2226 |
Pod monitoring on a Kubernetes cluster introduces some questions:
Perhaps a dedicated software will be more adapted: https://github.com/nicolargo/klances |
You could run glances as DaemonSet to collect metrics of all containers on all hosts. But Docker isn't supported by Kubernetes anyway today so I think support for other container runtimes needs to be implemted first: #2226 |
This issue is stale because it has been open for 3 months with no activity. |
any news on this? Would be fantastic I think! |
This issue is stale because it has been open for 3 months with no activity. |
As Glances can monitor Docker containers, it will be nice to have an additional K8 plugins to display pod/namespace.
Lib to use: https://github.com/kubernetes-client/python/
The text was updated successfully, but these errors were encountered: