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

Kubernetes Module #142

Closed
spaghettifunk opened this issue Jun 3, 2018 · 2 comments
Closed

Kubernetes Module #142

spaghettifunk opened this issue Jun 3, 2018 · 2 comments
Labels
💥 feature "Good luck, you're gonna need it."

Comments

@spaghettifunk
Copy link

Feature Request

It would be nice to have a module to get the information about the resources in a kubernetes cluster.
Seeing the pods, deployments and such would be very nice but also, it would be rather cool to see the metrics of the resources regarding the nodes.

Summary

It should fairly simple to connect to the cluster by pointing to the kubeconfig file. Formatting when there are a lot of pods though, is quite a challenge I believe.

@senorprogrammer senorprogrammer added 💥 feature "Good luck, you're gonna need it." low and removed low labels Jun 4, 2018
@steve-winter
Copy link

I am looking at this, and now have a version that can present Kubernetes info.

My view is it may be more relevant to just highlight counts of Pods in each state, and possibly wider resource information. Something like;

Namespace: my-namespace
Healthy Pods: 23
Unhealthy Pods: 2 (Everything that is not ready)

Uses k8s.io APIs which has added ~8mb in vendoring to project so far.

steve-winter referenced this issue in steve-winter/wtf Mar 24, 2019
@senorprogrammer
Copy link
Collaborator

Added by @sudermanjr in #526

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💥 feature "Good luck, you're gonna need it."
Development

No branches or pull requests

3 participants