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 Kindkubectl ShortcutExample Command
Kustomizationkskubectl get ks -n flux-system
HelmReleasehrkubectl get hr -n cert-manager
HelmChart (Internal)hckubectl 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