Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Setting up a K3S Kubernetes cluster using RPI4

NotificationsYou must be signed in to change notification settings

REBELinBLUE/k3s-rpi-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build aKubernetes (k3s) cluster with RPis and utilizeGitOps for managing cluster state.

Thanks to the following pages

Pre-reqs:

  • This was done using a cluster of 4 x RPi 4 4GB
  • All Pi's are connected via a local ethernet switch on a 10.0.0.0/24 LAN
  • The master node connects to the outside world on WiFi, and provides NAT for the the rest of the cluster.

Directory layout description

.# Flux will scan and deploy from this directory├── ./manifests│# Initial setup of the cluster├── ./setup│   │# Scripts for setting things up│   ├── ./bin│   │# Config for RPI│   └─ ./nodes│# Docker builds for ARM devices└── ./docker

Network topology

IPFunctionMAC Address
192.168.115.1Router
192.168.115.193Master wifi interface
10.0.0.0/24k3s cluster CIDR
10.0.0.1k3s master (master)dc:a6:32:67:76:f1
10.0.0.2k3s worker (node-1)dc:a6:32:67:77:06
10.0.0.3k3s worker (node-2)dc:a6:32:67:76:b8
10.0.0.4k3s worker (node-3)dc:a6:32:67:77:3e

Hardware list

About

Setting up a K3S Kubernetes cluster using RPI4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp