Installing FluxCD CLI:

curl -s <https://fluxcd.io/install.sh> | sudo bash
# Buat tes fluxnya dah aman blm
flux --version
flux check --pre
export GITHUB_TOKEN=<github-pat-token>
export GITHUB_USER=<github-username>

flux bootstrap github \\
	--token-auth \\
  --owner=$GITHUB_USER \\
  --repository=<repository-name> \\
  --branch=main \\
  --path=./clusters/kube-playground \\
  --personal \\
  --components-extra='image-reflector-controller,image-automation-controller'

Repository Type: Mono Repository

Uninstalling:

flux uninstall

Tutorial Link:

https://fluxcd.io/flux/get-started/

https://github.com/marcel-dempers/docker-development-youtube-series/tree/master/kubernetes/fluxcd

FULL YOUTUBE TUTORIAL LINK GACORRR:

https://www.youtube.com/watch?v=vp-oFksFoZs

Youtube Tutorial: