A CLI utility for your Kubernetes nodes.
nodegizmo kubectl plugin is available in krew plugin manager. Anyone can install with the following steps:
- Install
krew
for kuebctl using the following doc. -
> kubectl krew install nodegizmo
Generic node related information
- NodeName
- K8sVersion
- Image
- OS & Architecture info
- NodeStatus (Ready/NotReady)
- Taints
- Node Provider (AWS/Azure/GCP)
- Topology info (Region & Zone)
Node Capacity information
- CPU
- Memory
- Disk
- Ephemeral storage
- Pod capacities
- Nodepool related information
Nodepool related information
- Grouped by NodePool ID
- Node list
- Topology info (Region & Zone)
- Instance type
- K8sVersion
- Nodepool provider (supported: EKS/AKS/GKE/Karpenter)
Exec into any node by spawning a nsenter
pod automatically based on the node selection.