This is a Kubernetes cluster deployed using K3s and managed with the Homelab tool.
192.168.0.11
192.168.0.31
192.168.0.32
192.168.0.33
| 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.21
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.21 whoami.bubtaylor.com
192.168.0.21 about.bubtaylor.com