Difference between revisions of "Kubectl get"
Jump to navigation
Jump to search
↑ https://stackoverflow.com/a/45046340/9269906
Line 24: | 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 psp eks.privileged]]</code> | * <code>[[kubectl get psp eks.privileged]]</code> | ||
* <code>[[kubectl get secret]]</code> | * <code>[[kubectl get secret]]</code> |
Revision as of 21:59, 19 July 2022
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
Contents
Examples
kubectl get all
kubectl get apiservices
kubectl get api-resources
kubectl get clusterroles
kubectl get crd
kubectl get deployment
kubectl get endpoints
kubectl get events
kubectl get hpa
kubectl get namespaces
kubectl get pvc
kubectl get replicaset
kubectl get statefulsets
kubectl get networkpolicy
kubectl get nodes
kubectl get nodes -w
kubectl get pods
kubectl get pod PODNAME -n NAMESPACE -o yaml | kubectl replace --force -f -
[1]kubectl get priorityclass
kubectl get psp eks.privileged
kubectl get secret
kubectl get services
kubectl get svc
kubectl get ServiceAccount
kubectl get pod NAME_POD --namespace=MY_TEST_NAMESPACE
kubectl get gateway
kubectl get ingress
kubectl get vms
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
kubectl get
: [all
|componentstatus | pods | apiservices | events
|event
|nodes
|replicaset
|services
|svc
|namespaces
|hpa
|secret | deployments | serviceaccounts | endpoints | daemonset | networkpolicy
],kubectl get -h
- Kubectl information commands:
cluster-info
|view
|pods
|nodes
|services
|version
|describe | logs
kubectl
: [cp | config | create
|delete
|edit | explain |
apply
|exec
|get
|set
|drain | uncordon | rolling-update
|rollout
|logs
|run
|auth
|label | annotate
|version
|top
|diff
|debug
|replace
|describe
|port-forward | proxy
|scale
|rollout
|api-resources
| expose deployment | expose | patch | attach | get endpoints | ~/.kube/config | kubectl logs --help | kubectl --help, kubectl-convert, kubectl autoscale, kubectl.kubernetes.io
Advertising: