Difference between revisions of "Kubectl get"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
* <code>[[kubectl get api-resources]]</code>
 
* <code>[[kubectl get api-resources]]</code>
 
* <code>[[kubectl get clusterroles]]</code>
 
* <code>[[kubectl get clusterroles]]</code>
* <code>[[kubectl get nodes]]</code>
 
* <code>[[kubectl get nodes]] -w</code>
 
* <code>[[kubectl get pods]]</code>
 
* <code>[[kubectl get pod]] PODNAME -n NAMESPACE -o yaml | kubectl replace --force -f -</code><ref>https://stackoverflow.com/a/45046340/9269906</ref>
 
 
* <code>[[kubectl get deploy]]</code>
 
* <code>[[kubectl get deploy]]</code>
 
* <code>[[kubectl get deployment]]</code>
 
* <code>[[kubectl get deployment]]</code>
Line 20: Line 16:
 
* <code>[[kubectl get pvc]]</code>
 
* <code>[[kubectl get pvc]]</code>
 
* <code>[[kubectl get replicaset]]</code>
 
* <code>[[kubectl get replicaset]]</code>
 
+
* <code>[[kubectl get nodes]]</code>
 +
* <code>[[kubectl get nodes]] -w</code>
 +
* <code>[[kubectl get pods]]</code>
 +
* <code>[[kubectl get pod]] PODNAME -n NAMESPACE -o yaml | kubectl replace --force -f -</code><ref>https://stackoverflow.com/a/45046340/9269906</ref>
 
* <code>[[kubectl get secret]]</code>
 
* <code>[[kubectl get secret]]</code>
 
* <code>[[kubectl get services]]</code>
 
* <code>[[kubectl get services]]</code>

Revision as of 19:50, 3 December 2021

Examples

kubectl get
You must specify the type of resource to get. Use "kubectl api-resources" for a complete list of supported resources.

error: Required resource not specified.
Use "kubectl explain <resource>" for a detailed description of that resource (e.g. kubectl explain pods).
See 'kubectl get -h' for help and examples

Related terms

See also

  • https://stackoverflow.com/a/45046340/9269906
  • Advertising: