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

Include each pod's resource usage details when querying a node #178

Open
bergerx opened this issue Oct 1, 2021 · 0 comments
Open

Include each pod's resource usage details when querying a node #178

bergerx opened this issue Oct 1, 2021 · 0 comments

Comments

@bergerx
Copy link
Owner

bergerx commented Oct 1, 2021

Currently describe prints the below details when querying a node. But the real-time utilization is missing in that picture.

Non-terminated Pods:          (12 in total)
  Namespace                   Name                                CPU Requests  CPU Limits  Memory Requests  Memory Limits  AGE
  ---------                   ----                                ------------  ----------  ---------------  -------------  ---
  kube-system                 coredns-6955765f44-gcntl            100m (5%)     0 (0%)      70Mi (3%)        170Mi (9%)     3h56m
  kube-system                 coredns-6955765f44-knpzb            100m (5%)     0 (0%)      70Mi (3%)        170Mi (9%)     18d
  kube-system                 etcd-minikube                       0 (0%)        0 (0%)      0 (0%)           0 (0%)         18d
  kube-system                 kube-apiserver-minikube             250m (12%)    0 (0%)      0 (0%)           0 (0%)         18d
  kube-system                 kube-controller-manager-minikube    200m (10%)    0 (0%)      0 (0%)           0 (0%)         18d
  kube-system                 kube-proxy-8n656                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         18d
  kube-system                 kube-scheduler-minikube             100m (5%)     0 (0%)      0 (0%)           0 (0%)         18d
  kube-system                 metrics-server-6754dbc9df-frtfb     0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d
  kube-system                 storage-provisioner                 0 (0%)        0 (0%)      0 (0%)           0 (0%)         18d
  test1                       web-0                               0 (0%)        0 (0%)      0 (0%)           0 (0%)         12d
  test1                       web-1                               0 (0%)        0 (0%)      0 (0%)           0 (0%)         12d
  test1                       web-2                               0 (0%)        0 (0%)      0 (0%)           0 (0%)         12d

But operators would like to find the answer for "Which pod is 'actually' using most resources?"

(This may be a bit stretch goal for this plugin)

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

No branches or pull requests

1 participant