Development

Getting started with Flux

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.

Continue reading
Getting started with Kind

Getting started with Kind

Introduction When you are developing applications that will ultimatly use kubernetes you ideally want your developement environment to be as close to your staging or production environments. Kind helps you create a local kubernetes cluster easely and in a repeatable way, it also helps you use your local environment to test some scenarios.

Continue reading