Kubernetes Creating a multi-arch K8 cluster - Part 5 - Add a x86-Node Adding a x86/AMD64 node to the cluster is similar to the steps described in part 2 and part 3 of this guide. This part will add a few details
Kubernetes Creating a multi-arch K8 cluster - Part 4 - Setup a load-balancer and NFS After part 3 of this blog series we have a fully working Kubernetes cluster. Load-BalancerIt has one major drawback: All exposed ports of running pods/services are only reachable under
Kubernetes Creating a multi-arch K8 cluster - Part 3 - Install Docker and Kubernetes The following steps have to be done on all Raspberry Pi's in the cluster! Prepare Docker installationEnable the linux kernel control groups (cgroups) for Docker and Kubernetes. These cgroups are
Raspberry PI Creating a multi-arch K8 cluster - Part 2 - Installing the OS One goal was to use Kubernetes on 64-bit because this architecture is widely supported with a growing number of docker images while arm32v6/v7 is silently dying. Only a 64-bit