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

37 lines
658 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 05-01-k3s 部署 Homer 首页面板
> 在 K3s 中部署 Homer作为家庭实验室的统一导航页。
---
## 部署思路
- Homer 作为普通 Web 应用运行在 K3s
- 通过 Traefik 暴露域名(例如 `home.example.com`
---
## 快速部署
```bash
kubectl create ns homer
kubectl apply -f ansible/files/homer/homer.yaml
```
**唯一真源**[`ansible/files/homer/homer.yaml`](../ansible/files/homer/homer.yaml)Deployment + Service + Ingress按需改 `host`)。
---
## 验证
```bash
kubectl -n homer get pod,svc,ing -o wide
curl -I --max-time 3 http://192.168.2.61/
```
---
## 下一步
- `05-02-onenav首页面板.md`