Flux with Kind and Soft Serve

Originally post to hackmd.io This article covers getting a local Kind cluster setup with Flux and the self hosted git server Soft Serve. Requirements You will need to have the following installed: docker installation kubectl installation kustomize installation flux installation kind installation soft installation Assumptions I am assuming the following things: Running on Linux Familiar with: Docker YAML Git Kind kubectl Let’s get Started We need to run two copies of Soft Serve in order to be able to access and configure the software....

<span title='2022-02-28 00:00:00 +0000 UTC'>2022-02-28</span>&nbsp;·&nbsp;11 min&nbsp;·&nbsp;Luke Mallon

KuBerryPi

I’m going to run through what is needed to get Kubernetes running on a cluster of Raspberry Pi 3 machines. Thankfully with the addition of kubeadm this has become fairly trivial. The getting started guide for kubeadm can give you more information about the tool itself, I’ll outline the steps here but feel free to go to that getting started guide. There are a few blog posts out there that discuss doing this and suggest using hypriot (because docker didn’t officially support the arm architecture) as the OS to use....

<span title='2017-02-14 00:00:00 +0000 UTC'>2017-02-14</span>&nbsp;·&nbsp;7 min&nbsp;·&nbsp;Luke Mallon