!!! INFRA IS DECOMMISSIONED !!!
Gitops experiment with Digital Ocean Kubernetes Service, Flux CD and github
public IP: 146.190.6.63
https://github.com/aljorhythm/insecure-reveal-env-variables
Updates to the repo will publish an image to Docker Hub and picked up by FluxCD in the K8s cluster
Set up
export GITHUB_TOKEN=<FILL>
export DO_SPACES_ACCESS_KEY=<FILL>
export DO_SPACES_SECRET_KEY=<FILL>
Bootstrap
flux bootstrap github --owner=aljorhythm \
--components-extra=image-reflector-controller,image-automation-controller \
--repository=syn-deploy-ops --path clusters/dev \
--personal \
--read-write-key
flux reconcile source git flux-system
flux get images all --all-namespaces
flux suspend image update flux-system
flux resume image update flux-system