Created
February 11, 2023 19:52
-
-
Save rajeshisnepali/5d9999957f6a9a3b49b3f5065ecf5e9c to your computer and use it in GitHub Desktop.
kubectl resources shortcuts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bindings | |
componentstatuses cs | |
configmaps cm | |
endpoints ep | |
events ev | |
limitranges limits | |
namespaces ns | |
nodes no | |
persistentvolumeclaims pvc | |
persistentvolumes pv | |
pods po | |
replicationcontrollers rc | |
resourcequotas quota | |
serviceaccounts sa | |
services svc | |
customresourcedefinitions crd,crds | |
daemonsets ds | |
deployments deploy | |
replicasets rs | |
statefulsets sts | |
horizontalpodautoscalers hpa | |
cronjobs cj | |
certificatesigningrequests csr | |
events ev | |
istiooperators iop,io | |
destinationrules dr | |
gateways gw | |
serviceentries se | |
virtualservices vs | |
workloadentries we | |
workloadgroups wg | |
ingresses ing | |
networkpolicies netpol | |
poddisruptionbudgets pdb | |
priorityclasses pc | |
peerauthentications pa | |
requestauthentications ra | |
storageclasses sc | |
telemetries telemetry |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment