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 5b07a8246e More explicit instructions 2024-02-25 16:05:42 -07:00
00-provisioning update ssh key to ed25519 2024-02-25 12:40:37 -07:00
01-cluster-bootstrap more explicit instructions 2024-02-25 16:05:28 -07:00
02-cni-cilium More explicit instructions 2024-02-25 16:05:42 -07:00
02-cni-flannel More explicit instructions 2024-02-25 16:05:42 -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.