- Install
Flux
cli
curl -s https://toolkit.fluxcd.io/install.sh | bash -s $PWD
- Install
Flux
controllers on k8s cluster
./flux install
- Verify
flux
pods inready
state
kubectl get pod -n flux-system
- Observe flux custom resources
kubectl get crds -A