phpsystems / kubernetes-raspberry-pi-cluster-hat

My implementation of a kubernetes cluster using Raspberry Pi 3, Zero and ClusterHAT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install Kubernetes from scratch using Raspberry Pi and ClusterHAT

This is a learning exercise on how to install Kubernetes from scratch on Raspberry Pi 3 (master) and Zeros (workers).

In this guide I'll walk you through the famous guide Kubernetes The Hard Way created by Kelsey Hightower I like to call this guide: the very very hard way.

The final result should look like this:

Prerequisites

  • Basic understanding on Linux command line (Debian/Raspbian is recommended)
  • Basic knowledge of Linux networking (general networking)
  • Basic understanding on containers (no docker is required)
  • Local Wi-fi or a free Ethernet port connection
  • Lots of patience - you'll need it!

Content

Extras

About

My implementation of a kubernetes cluster using Raspberry Pi 3, Zero and ClusterHAT

License:MIT License


Languages

Language:Shell 100.0%