Difference between revisions of "List all resources from a namespace"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
* <code>[[aquasecurity.github.io]]</code>
 
* <code>[[aquasecurity.github.io]]</code>
 
* <code>[[kube-dump ns -n]]</code>
 
* <code>[[kube-dump ns -n]]</code>
 +
* [[configmap/]]
  
 
== See also ==
 
== See also ==

Revision as of 08:51, 10 October 2023


kubectl api-resources --verbs=list --namespaced -o name | xargs -n 1 kubectl get --ignore-not-found --show-kind -n your-namespace


Related

See also

Advertising: