The Simplest Kubernetes Deployment? K3S, HA, Loadbalancer! Kubernetes At Home: Part 3
The 3rd video in the 7 part mini-series detailing how to configure Kubernetes in your homelab.
This video walks through a K3S script to automatically deploy a highly available Kubernetes cluster. Simply configure a few variables and run the script to have a highly available, loadbalanced K3S cluster in a few minutes.
Kubernetes Script:
https://github.com/JamesTurland/JimsGarage/tree/main/Kubernetes/K3S-Deploy
Recommended Hardware: https://github.com/JamesTurland/JimsGarage/blob/main/Homelab-Buyer's-Guide/Q3-2023.md
Discord: https://discord.gg/qW5vEBekz5
Twitter: https://twitter.com/jimsgarage_
Reddit: https://www.reddit.com/user/Jims-Garage
GitHub: https://github.com/JamesTurland/JimsGarage
00:00 - Introduction to Kubernetes Deployment Script
01:30 - Script Dependencies
03:09 - Script Variables
08:44 - How the Script Works
19:34 - Preparing to Run Script
21:20 - Running the Script & Walkthrough
25:15 - Checking Nginx Works
25:53 - Outro & Next Videos