This is a Kubernetes cluster deployed using K3s and managed with the Homelab tool.
192.168.0.11 - Primary Master (etcd init)
192.168.0.12 - Secondary Master (etcd member)
192.168.0.31 - Workload execution
192.168.0.32 - Workload execution
192.168.0.33 - Workload execution
| Setting | Value |
|---|---|
| Kubernetes Distribution | K3s |
| Cluster Domain | bubtaylor.com |
| Disabled Services | traefik, servicelb, local-storage |
This cluster uses MetalLB to provide LoadBalancer services with the following IP ranges:
NGINX Ingress Controller is deployed with a static IP: 192.168.0.20
This cluster uses Longhorn for persistent storage:
A simple test service is deployed at: whoami.bubtaylor.com
This website provides information about the cluster configuration.
You can access this cluster using kubectl with the following command:
kubectl config use-context homelab-k3s
To access services by domain name, add the following entries to your hosts file:
192.168.0.20 whoami.bubtaylor.com
192.168.0.20 about.bubtaylor.com