Auto-sync: 2026-04-19 14:51

This commit is contained in:
2026-04-19 14:51:38 +08:00
parent 5ee507c33a
commit fc0dde291f
103 changed files with 3687 additions and 12 deletions

29
wiki/concepts/Fargate.md Normal file
View File

@@ -0,0 +1,29 @@
---
title: "Fargate"
type: concept
tags: [AWS, Serverless, Container]
---
## Description
Fargate 是 AWS 提供的无服务器容器运行环境,让用户无需管理底层服务器即可运行容器。在 Fargate 模式下AWS 负责管理节点、操作系统和补丁升级。
## Features
- 无需预置或管理服务器
- 按实际使用的计算资源付费
- AWS 自动处理节点管理和安全补丁
- 与 EKS 和 ECS 集成
## Use Case
在 EKS 中使用 Fargate 运行无状态工作负载,让 AWS 管理底层基础设施,专注于应用逻辑。
## Related Entities
- [[AWS]]
- [[EKS]]
- [[ECS]]
## Related Concepts
- [[EKS 可靠性]]
- [[Serverless-Computing]]
## Connections
- [[Fargate]] ← 提供 [[EKS 可靠性]]