Auto-sync: 2026-04-21 17:12

This commit is contained in:
2026-04-21 17:12:45 +08:00
parent 914c8f6925
commit 0fe7ba237f
1888 changed files with 220 additions and 68174 deletions

View File

@@ -1,27 +0,0 @@
---
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 集群上