State/Version: 20240225
Once the stage is prepared Kubernetes can be deployed.
The first iteartion of the Kubernetes homelab was provisioned as described on rechno-tims blog.
Currently I replaced π·οΈk3s with π·οΈtalos because it fits better into my automated provisioning and configuration workflow.
The code is documented here: π homelab repository on github.
Deploying π·οΈtalos to the Staging cluster follows the same procedure as on the Development cluster. The code is documented here: π homelab repository on github.
# Create the k8s cluster
k3d cluster create --api-port 6550 -p "8081:80@loadbalancer" --agents 2