Skip to content

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

License

Notifications You must be signed in to change notification settings

yeahdongcn/kubemulti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published