Files
nexus/wiki/entities/ArgoCD.md
2026-04-17 13:17:36 +08:00

27 lines
689 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.
---
title: "ArgoCD"
type: entity
tags: [gitops, deployment, kubernetes]
sources: [self-healing-home-server-infrastructure-management]
last_updated: 2026-04-17
---
## Description
GitOps 持续交付工具,用于 Kubernetes 应用程序的自动化部署和管理。
## Key Features
- 声明式应用定义
- 自动同步集群状态与 Git 仓库
- 可视化 UI 和 CLI
- 回滚和审计功能
- 多租户支持
## Use Cases
- K3s 集群的持续部署
- 基础设施即代码的自动化同步
- 家庭实验室应用的部署管理
## Related
- [[Kubernetes]] — ArgoCD 部署的目标平台
- [[K3s]] — 轻量级 K8s运行 ArgoCD
- [[GitOps]] — ArgoCD 实践的运维模式