Skip to main content

Kubernetes Cluster Using Raspberry Pi

I setup a kubernetes cluster using Raspberry pi. It was much easier than I had imagined.

https://i.imgur.com/GlSDW8O.png

I used a Raspberry 4 for the master, and an agent. And I used two Raspberry B for two agents.

https://i.imgur.com/kCB1tq0.png

I setup using mhausenblas tutorial, which uses k3s for setting up of kubernetes on raspberry pis. I used k3sup tool for installation of packages, which worked well.

My overall goal ran into some challenges.

Givem all these, I still have the my local kubernetes cluster up and running and I am excited about the possiblities of using kubernetes on raspberry pis.