Files
nexus/wiki/concepts/Fargate.md
2026-04-19 14:51:38 +08:00

29 lines
747 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: "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 可靠性]]