From 702cc02edda9a4171ebe3252bb55aabbe44d908b Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 28 Apr 2024 22:11:55 -0700 Subject: [PATCH] Note about the cluster being shutdown --- infra/fargate/readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/infra/fargate/readme.md b/infra/fargate/readme.md index 44ab086..1d6ca3b 100644 --- a/infra/fargate/readme.md +++ b/infra/fargate/readme.md @@ -1,5 +1,17 @@ # Fargate configuration + +**Now deprecated**! This entire cluster has been removed since I have started moving +everything over to Vultr's Kubernetes Engine instead. This migration is happening +in two phases. + +Phase 1: VPS Host migration, where I dump all the sites onto a cheaper single +host because AWS is just too expensive at this point. + + +Phase 2: Moving to VKE since I can use K8s and not break the bank just to +host a handful of small personal projects. + ## Blue/Green Deployments Services such as `nginx/beta` ( which serves static content ) are deployed &