https://github.com/zmalik/kubectl-nodepool
kubectl plugin to inspect group of nodes
https://github.com/zmalik/kubectl-nodepool
Last synced: about 1 year ago
JSON representation
kubectl plugin to inspect group of nodes
- Host: GitHub
- URL: https://github.com/zmalik/kubectl-nodepool
- Owner: zmalik
- License: apache-2.0
- Created: 2022-12-23T16:30:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T09:58:28.000Z (over 3 years ago)
- Last Synced: 2025-02-01T23:41:17.615Z (over 1 year ago)
- Language: Go
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kubectl-nodepool
kubectl plugin to inspect group of nodes
The plugin uses common node labels to group nodes into nodepools.
Currently supports *AKS*, *GKE* and *EKS* clusters
## Installation
```
go install github.com/zmalik/kubectl-nodepool@latest
```
## Usage
```
> kubectl nodepool
NAME ARCH OS TYPE NODES
nodepool1 amd64 linux Standard_D4s_v4 1
nodepool2 amd64 linux Standard_D2as_v4 4
```