A guide to bootstrap Kubernetes on baremetal or VMs without using a cloud providers managed k8s services. https://stevenpolley.net
Go to file
2023-12-22 22:24:31 -07:00
00-provisioning Separate out helper functions into a file instead of embedded in the readme 2023-12-22 20:22:50 -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
logo.png improve readme with links and content 2023-12-22 22:24:31 -07:00
README.md improve readme with links and content 2023-12-22 22:24:31 -07:00

deadbeef.codes-k8s

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.