Files
Deploy-Laboratory/docs/05-01-k3s-部署homer首页面板.md
2026-03-21 04:36:06 +08:00

658 B
Raw Blame History

05-01-k3s 部署 Homer 首页面板

在 K3s 中部署 Homer作为家庭实验室的统一导航页。


部署思路

  • Homer 作为普通 Web 应用运行在 K3s
  • 通过 Traefik 暴露域名(例如 home.example.com

快速部署

kubectl create ns homer
kubectl apply -f ansible/files/homer/homer.yaml

唯一真源ansible/files/homer/homer.yamlDeployment + Service + Ingress按需改 host)。


验证

kubectl -n homer get pod,svc,ing -o wide
curl -I --max-time 3 http://192.168.2.61/

下一步

  • 05-02-onenav首页面板.md