Editing Kubectl get

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
 
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
 
Possible resource types include (case insensitive): pods (po), services (svc), replicationcontrollers (rc), nodes (no), events (ev), componentstatuses (cs), limitranges (limits), persistentvolumes (pv), persistentvolumeclaims (pvc), resourcequotas (quota), namespaces (ns), endpoints (ep), horizontalpodautoscalers (hpa), serviceaccounts or secrets.
 
 
k get deploy,rs,ingress,svc,pods,[[cr]],certificate,secrets,[[endpointslices]],[[Kubernetes EndPoints|endpoints]]
 
[[k events -A]]
 
[[k logs nginx-ingress-controller]]
 
[[k describe]] deploy,rs,ingress,svc,pods,[[cr]],certificate,secrets,[[endpointslices]],[[Kubernetes EndPoints|endpoints]]
 
 
 
* <code>[[kubectl]] get</code>
 
* <code>[[kubectl]] get</code>
 
* <code>[[kubectl get --all-namespaces]]</code>
 
* <code>[[kubectl get --all-namespaces]]</code>
Line 14: Line 6:
  
 
== Examples ==
 
== Examples ==
* <code>[[kubectl get --help]]</code>
 
 
* <code>[[kubectl get all]]</code>
 
* <code>[[kubectl get all]]</code>
* <code>[[kubectl get all -A]]</code>
 
* <code>kubectl get [[svc]],[[pods]],[[ingress]],[[kubectl get deployments|deployments]]</code> .../...
 
 
* <code>[[kubectl get apiservices]]</code>
 
* <code>[[kubectl get apiservices]]</code>
 
* <code>[[kubectl get api-resources]]</code>
 
* <code>[[kubectl get api-resources]]</code>
* <code>[[kubectl get certificates]]</code>
 
* <code>[[kubectl get --raw]] /apis/[[admissionregistration.k8s.io]]/v1/validatingwebhookconfigurations | jq</code>
 
 
* <code>[[kubectl get clusterroles]]</code>
 
* <code>[[kubectl get clusterroles]]</code>
 
* <code>[[kubectl get crd]]</code>
 
* <code>[[kubectl get crd]]</code>
* <code>[[kubectl get configmap]]</code>
 
 
* <code>[[kubectl get deployment]]</code>
 
* <code>[[kubectl get deployment]]</code>
 
* <code>[[kubectl get endpoints]]</code>
 
* <code>[[kubectl get endpoints]]</code>
 
* <code>[[kubectl get events]]</code>
 
* <code>[[kubectl get events]]</code>
 
* <code>[[kubectl get hpa]]</code>
 
* <code>[[kubectl get hpa]]</code>
* <code>[[kubectl get limitrange]]</code>
 
 
* <code>[[kubectl get namespaces]]</code>
 
* <code>[[kubectl get namespaces]]</code>
 
* <code>[[kubectl get pvc]]</code>
 
* <code>[[kubectl get pvc]]</code>
Line 39: Line 24:
 
* <code>[[kubectl get pods]]</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 pod]] PODNAME -n NAMESPACE -o yaml | kubectl replace --force -f -</code><ref>https://stackoverflow.com/a/45046340/9269906</ref>
* <code>[[kubectl get priorityclass]]</code>
 
* <code>[[kubectl get provisioner]]</code>
 
 
* <code>[[kubectl get psp eks.privileged]]</code>
 
* <code>[[kubectl get psp eks.privileged]]</code>
 
* <code>[[kubectl get secret]]</code>
 
* <code>[[kubectl get secret]]</code>
Line 50: Line 33:
 
* <code>[[kubectl get ingress]]</code>
 
* <code>[[kubectl get ingress]]</code>
 
* <code>[[kubectl get vms]]</code>
 
* <code>[[kubectl get vms]]</code>
* <code>[[kubectl api-resources]] --verbs=list --namespaced -o name | xargs -n 1 [[kubectl get]] --ignore-not-found --show-kind -n your-namespace</code>
 
  
 
  kubectl get
 
  kubectl get
Line 66: Line 48:
 
* <code>[[kind (Kubernetes)]]</code>
 
* <code>[[kind (Kubernetes)]]</code>
 
* <code>[[eksctl get]]</code>
 
* <code>[[eksctl get]]</code>
* <code>[[--watch]]</code>
 
* [[Download module]]
 
  
 
== See also ==
 
== See also ==
* {{creationTimestamp}}
 
 
* {{kubectl get}}
 
* {{kubectl get}}
 
* {{kubectl info}}
 
* {{kubectl info}}

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: