ahmet alp balkan @ahmet.dev · Jun 23

Open sourcing a new kubectl plugin called `kubectl node-resource` that queries allocations/utilizations for all/subset of the Kubernetes nodes. It has optimizations for large clusters. We've needed this in our set up to quickly answer questions. github.com/ahmetb/kubec...

43 likes 1 replies

?

Replies

Karl · Jun 24

Why a CLI and not a metrics dashboard? I would think you would want to answer utilization/efficiency/cost questions over a time period, rather than just at any given instant. Tho I guess allocation at a given instant might be useful for making a decision about where to schedule a new workload.