> For the complete documentation index, see [llms.txt](https://til.yulrizka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.yulrizka.com/k8s/kubernetes-resource-short-name.md).

# kubernetes resource short name

```
kubectl get ingress
kubectl get ing
```

Most common usage

| deployments | deploy |
| ----------- | ------ |
| ingresses   | ing    |
| pods        | po     |
| replicasets | rs     |

Full commands

| certificates               | cert,certs |
| -------------------------- | ---------- |
| certificatesigningrequests | csr        |
| certificiaterequests       | cr,crs     |
| componentstatuses          | cs         |
| configmaps                 | cm         |
| cronjobs                   | cj         |
| customresourcedefinitions  | crd,crds   |
| daemonsets                 | ds         |
| endpoints                  | ep         |
| events                     | ev         |
| horizontalpodautoscalers   | hpa        |
| limitranges                | limits     |
| namespaces                 | ns         |
| networkpolicies            | netpol     |
| nodes                      | no         |
| persistentvolumeclaims     | pvc        |
| persistentvolumes          | pv         |
| podsecuritypolicies        | psp        |
| priorityclasses            | pc         |
| replicasets                | rs         |
| replicationcontrollers     | rc         |
| resourcequotas             | quota      |
| scheduledscalers           | ss         |
| serviceaccounts            | sa         |
| services                   | svc        |
| statefulsets               | sts        |
| storageclasses             | sc         |
