Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.79 KB

File metadata and controls

40 lines (30 loc) · 1.79 KB

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