A guide to bootstrap Kubernetes on baremetal or VMs without using a cloud providers managed k8s services.
https://stevenpolley.net
00-provisioning | ||
01-cluster-bootstrap | ||
02-cni-cilium | ||
02-cni-flannel | ||
03-join-nodes | ||
04-nfs-subdir-provisioner | ||
05-ingress-controller-nginx | ||
06-cert-manager | ||
10-applications | ||
.gitignore | ||
logo.png | ||
README.md |
Kubernetes Bootstrapping | Roll your own
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.