Tools/AWS_Fargate
AWS Fargate
Serverless compute engine for containers, working with both ECS and EKS — runs containers without managing or patching EC2 instances. No direct open-source equivalent for the "serverless container" abstraction itself (it requires a cloud-managed control plane), but Knative is the closest open-source project bringing serverless-style scale-to-zero container execution to a self-managed Kubernetes cluster.
Related
- Amazon_ECS (unresolved)
- Amazon_EKS (unresolved)
- Kubernetes