An open API service indexing awesome lists of open source software.

https://github.com/yeahdongcn/kubemulti

A kubectl plugin to query multiple namespace at the same time.
https://github.com/yeahdongcn/kubemulti

kubectl kubectl-plugin mulitiple namespace plugin

Last synced: over 1 year ago
JSON representation

A kubectl plugin to query multiple namespace at the same time.

Awesome Lists containing this project

README

          

# kubemulti

A `kubectl` plugin to query multiple namespace at the same time.

```
$ kubemulti get pods -n cdi -n default
NAMESPACE NAME READY STATUS RESTARTS AGE
cdi cdi-apiserver-b9984b66c-d8l4z 1/1 Running 0 76m
cdi cdi-deployment-695bb6698f-dsllh 1/1 Running 0 76m
cdi cdi-operator-66d96fbb8b-t4565 1/1 Running 0 83m
cdi cdi-uploadproxy-6bd6cb85d7-fm584 1/1 Running 0 76m
default nfs-nfs-subdir-external-provisioner-546b74ccb7-9sn5w 1/1 Running 0 82m
```

## TODO

- [ ] kubectl get pods -n cdi -n default -o wide
- [ ] kubectl get pods,deployments -n cdi -n default