From 6be7e5b02d4e1468849796eb8c4bc28897e7c621 Mon Sep 17 00:00:00 2001 From: Fabrizio Branca Date: Wed, 6 Apr 2022 16:18:12 +0200 Subject: [PATCH] add [platforms-and-aoe-services][adopt] AWS Fargate --- radar/2022-03-28/aws_fargate.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 radar/2022-03-28/aws_fargate.md diff --git a/radar/2022-03-28/aws_fargate.md b/radar/2022-03-28/aws_fargate.md new file mode 100644 index 0000000..00f155a --- /dev/null +++ b/radar/2022-03-28/aws_fargate.md @@ -0,0 +1,7 @@ +--- +title: "AWS Fargate" +ring: adopt +quadrant: platforms-and-aoe-services +--- + +I doesn't always have to be Kubernetes. For projects with a small number of applications launching and managing a Kubernetes cluster might be just too much. AWS Fargate is a nice alternative for running your containerized applications. Everything can be provisioned via Terraform and AWS Fargate allows you not having to deal with clusters or nodes abstracting everything away from you. \ No newline at end of file