Difference between revisions of "Kubectl get"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
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.
 
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 ingress,svc,pods,[[cr]],certificate,secrets,[[endpointslices]],[[Kubernetes EndPoints|endpoints]]
+
  k get deploy,ingress,svc,pods,[[cr]],certificate,secrets,[[endpointslices]],[[Kubernetes EndPoints|endpoints]]
 
  [[k events -A]]
 
  [[k events -A]]
 
  [[k logs nginx-ingress-controller]]  
 
  [[k logs nginx-ingress-controller]]  
  k describe ingress,svc,pods,[[cr]],certificate,secrets,[[endpointslices]],[[Kubernetes EndPoints|endpoints]]
+
  k describe deploy,ingress,svc,pods,[[cr]],certificate,secrets,[[endpointslices]],[[Kubernetes EndPoints|endpoints]]
  
 
* <code>[[kubectl]] get</code>
 
* <code>[[kubectl]] get</code>

Revision as of 07:10, 16 February 2024

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,ingress,svc,pods,cr,certificate,secrets,endpointslices,endpoints
k events -A
k logs nginx-ingress-controller 
k describe deploy,ingress,svc,pods,cr,certificate,secrets,endpointslices,endpoints

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

Errors

kubectl get nodes
error: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1alpha1"

Related terms

See also

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