Getting started with Flux
Clone this repo
Clone thsi repo with git clone https://github.com/lookatitude/flux-infra.git
.
Navigate to the flux-infra
directory.
Kubernetes Cluster
In order to follow this manual you’ll need to setup a local kuberntes cluster.
Existing cluster
If you have a local cluster already just change your context to that cluster and move to step 2
Setup local cluster with Kind
Follow the steps on kind to install Kind in your system.
After the kind cli is installed just spin your new cluster:
Continue reading