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 27e38c2030 remove mandelmap example application 2024-02-18 17:59:29 -07:00
00-provisioning Update title 2023-12-22 22:47:59 -07:00
01-cluster-bootstrap resequence directories 2023-12-22 22:47:02 -07:00
02-cni-cilium Add notes for cilium 2024-02-18 17:58:52 -07:00
02-cni-flannel resequence directories 2023-12-22 22:47:02 -07:00
03-join-nodes Resequence steps and add cert-manager 2023-12-31 11:26:32 -07:00
04-nfs-subdir-provisioner Resequence steps and add cert-manager 2023-12-31 11:26:32 -07:00
05-ingress-controller-nginx Add letsencrypt 2024-02-18 17:59:20 -07:00
06-cert-manager Add letsencrypt 2024-02-18 17:59:20 -07:00
10-applications remove mandelmap example application 2024-02-18 17:59:29 -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.