Auto-sync: 2026-04-17 13:17

This commit is contained in:
2026-04-17 13:17:36 +08:00
parent d6d05815db
commit 3b8e779cc0
24 changed files with 982 additions and 75 deletions

27
wiki/entities/K3s.md Normal file
View File

@@ -0,0 +1,27 @@
---
title: "K3s"
type: entity
tags: [kubernetes, lightweight, home-lab]
sources: [self-healing-home-server-infrastructure-management]
last_updated: 2026-04-17
---
## Description
轻量级 Kubernetes 发行版,专为资源受限环境和边缘计算设计,适合家庭实验室使用。
## Key Features
- 单一二进制文件,安装简单
- 内存占用 < 512MB
- 内置 Traefik Ingress 控制器
- 支持 SQLite 作为存储后端
- 适合边缘和 IoT 场景
## Use Cases
- 家庭实验室容器编排
- 边缘计算节点
- 开发/测试环境
- CI/CD runner
## Related
- [[Kubernetes]] — K3s 是上游 K8s 的轻量分支
- [[ArgoCD]] — GitOps 持续交付工具,运行在 K3s 集群上