Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 549 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 549 Bytes

kubectl-resource

Useful for overall cluster resources (cpu and mem limit). It works on kubectl config current-context. So you should be sure that you are working on right context.

Prerequisites

  • Kubectl
  • Jq (Jid for debugging and finding Jq pattern out)

Install

npm i

Run

npm run start -- --namespace=my-team --clusterCount=3

For service level details

npm run start -- --namespace=my-team --clusterCount=3 --detailed

Prints results as csv

npm run start -- --namespace=my-team --clusterCount=3 --csv