Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.11 KB

wifirouter.md

File metadata and controls

37 lines (25 loc) · 1.11 KB

Kubernetes Master Node Networking

Introduction

The Kubernetes Master node will also act as:

  1. A DHCP Server, serving addresses to the Ethernet Switch attached Kubernetes nodes
  2. Network packet switcher between Kebernetes Ethernet Nodes and WiFi external network.

Disconnect Ethernet Cable

Ensure Ethernet cable is unplugged from Raspberry Pi as packet routing gets modified and it will cause install issues later in the script.

Initialise System

  1. Patch for Pi Sense HAT on Raspbian Buster
  2. Rename system
  3. Update system
  4. Configure network
  5. and reboot
./scripts/initialise.sh

Install and configure DHCP Server

./scripts/dhcp-server.sh