This is a Kubernetes cluster deployed using K3s and managed with the Homelab tool.
| Setting | Value |
|---|---|
| Kubernetes Distribution | K3s v1.33.3+k3s1 |
| Cluster Domain | bubtaylor.com |
| Load Balancer | MetalLB |
| Ingress Controller | NGINX Ingress |
GitOps continuous deployment platform: argocd.bubtaylor.com which is restricted to access through the ingress annoations to only allow access from the local network segments.
A simple test service: whoami.bubtaylor.com
This website provides information about the cluster configuration (managed by ArgoCD). The bootstrap app that is not managed by argo is about.bubtaylor.com
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.10 whoami.bubtaylor.com
192.168.0.10 about.bubtaylor.com
192.168.0.10 argocd.bubtaylor.com