Created
January 31, 2022 19:17
-
-
Save AimeeKnight/c6e5486c4928c64031215efef933e39e to your computer and use it in GitHub Desktop.
Kubectl shortcuts
This file contains hidden or 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
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 | |
certificiaterequests = cr, crs | |
certificates = cert, certs | |
certificatesigningrequests = csr | |
ingresses = ing | |
networkpolicies = netpol | |
podsecuritypolicies = psp | |
replicasets = rs | |
scheduledscalers = ss | |
priorityclasses = pc | |
storageclasses = sc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment