Skip to content
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

Open
nicolargo opened this issue Apr 8, 2022 · 6 comments
Open

Create a Kubernetes (K8) plugin #2026

nicolargo opened this issue Apr 8, 2022 · 6 comments

Comments

@nicolargo
Copy link
Owner

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/

@christianhuth
Copy link

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

@nicolargo
Copy link
Owner Author

Pod monitoring on a Kubernetes cluster introduces some questions:

  • the pod can run on other node (Glances is done to monitor the localhost)
  • by default only CPU and MEM usage can be monitored, not the disk I/O and net Rx/Tx

Perhaps a dedicated software will be more adapted: https://github.com/nicolargo/klances

@christianhuth
Copy link

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

Copy link

This issue is stale because it has been open for 3 months with no activity.

@cboettig
Copy link

any news on this? Would be fantastic I think!

@github-actions github-actions bot removed the inactive label Jun 30, 2024
Copy link

This issue is stale because it has been open for 3 months with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants