From 98cf33ea7347b80c01dbc2e729cfc3187533fdc3 Mon Sep 17 00:00:00 2001 From: Todd Ekenstam <3845995+tekenstam@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:29:47 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 87e5029..e82ea6b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ The minion-manager enables the intelligent use of Spot Instances in Kubernetes. +## 🚨 ⚠️THIS PROJECT IS NOW BEING ABANDONED ⚠️ 🚨 + +We originally developed Minion Manager in 2018 to intelligently manage the use of AWS Spot Instances in Kubernetes. Since then, there have been many changes to how Kubernetes is run and operated in AWS, the most significant being the introduction of [EKS](https://aws.amazon.com/eks/), [Managed Node Groups](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html), and, most recently, [Karpenter](https://github.com/kubernetes-sigs/karpenter). + +We recommend [using Karpenter to manage Spot Instances](https://aws.amazon.com/blogs/containers/using-amazon-ec2-spot-instances-with-karpenter/). The Minion Manager repository will be archived, and there will be no further updates or releases. + ## What does it do? * The minion-manager operates on autoscaling groups (ASGs).