A guide to bootstrap Kubernetes on baremetal or VMs without using a cloud providers managed k8s services. https://stevenpolley.net
Go to file
Steven Polley d6c903d719 Title 2023-12-22 22:41:30 -07:00
00-provisioning update repository name 2023-12-22 22:29:29 -07:00
05-cluster-bootstrap improve readme with links and content 2023-12-22 22:24:31 -07:00
06-cni-flannel improve readme with links and content 2023-12-22 22:24:31 -07:00
07-nfs-subdir-provisioner improve readme with links and content 2023-12-22 22:24:31 -07:00
08-ingress-nginx-controller improve readme with links and content 2023-12-22 22:24:31 -07:00
10-join-nodes improve readme with links and content 2023-12-22 22:24:31 -07:00
30-applications improve readme with links and content 2023-12-22 22:24:31 -07:00
.gitignore add butane and generated ignition files 2023-12-17 16:50:19 -07:00
README.md Title 2023-12-22 22:41:30 -07:00
logo.png Update Logo 2023-12-22 22:39:00 -07:00

README.md

Kubernetes Bootstrapping | Roll your own

alt text

This is documentation and a process I've created for bootstrapping a Kubernetes cluster on bare metal or VMs without using a cloud provider managed service. My use case for this is running my own personal services, and learning more about Kubernetes as I study for the CKA exam.

Each section can be followed in numerical order.