blob: 0fc760558f70182bd4ad537c868b71931d5f384f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# k3s Setup
3-node HA k3s cluster running on the Rocky Linux VMs r0/r1/r2 (one per
FreeBSD bhyve host f0/f1/f2). All control-plane and etcd traffic flows
over WireGuard.
## Sub-references
- [Install](k3s-setup/install.md) — bootstrap, kubeconfig, etcd/controller-manager metrics, built-in components, NFS PV pattern, ArgoCD, node IP summary, useful commands
- [Ingress](k3s-setup/ingress.md) — OpenBSD `relayd` (internet) and FreeBSD `relayd` on CARP VIP (LAN), cert-manager wildcard, ingress pattern
- [Troubleshooting](k3s-setup/troubleshooting.md) — etcd Raft log corruption recovery; cluster-wide NFS outage pointer
|