From 3874cce08e72fd1551835aaa2e176197ffad74c7 Mon Sep 17 00:00:00 2001 From: resah <3407199+resah@users.noreply.github.com> Date: Tue, 12 Apr 2022 15:25:38 +0200 Subject: [PATCH] chore: fixing typos in "AWS Fargate" --- radar/2022-03-28/aws_fargate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2022-03-28/aws_fargate.md b/radar/2022-03-28/aws_fargate.md index 00f155a..2926351 100644 --- a/radar/2022-03-28/aws_fargate.md +++ b/radar/2022-03-28/aws_fargate.md @@ -4,4 +4,4 @@ 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 +It 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, which allows you not having to deal with clusters or nodes abstracting everything away from you.