flux shortcuts when working with flux resources such as helmrepository, kustomization
Sometimes i think we type too much to get the same info again and again. Here are some shortcust whenever we are working with flux resources.
| Full Resource Kind | kubectl Shortcut | Example Command |
| Kustomization | ks | kubectl get ks -n flux-system |
| HelmRelease | hr | kubectl get hr -n cert-manager |
HelmChart (Internal) | hc | kubectl get hc -n flux-system |
And if you're keep to know more about other resources, run this command :-
kubectl api-resources | grep source.toolkit.fluxcd.io
Comments