HNNewShowAskJobs
Built with Tanstack Start
We Recommend Managed Node Groups over Fargate for EKS Add-Ons(docs.cloudposse.com)
11 points by mooreds 2 days ago | 6 comments
  • master_crab2 days ago

    I feel the real problem here is mixing and matching kubernetes with ECS. They aren’t really meant to play together and were never designed to integrate together.

    • mindcrash20 hours ago |parent

      That's false. The only thing which slows things down is that Autoscaler is provisioning compute resources in a way which is dog slow.

      If you add Karpenter (https://karpenter.sh) to the cluster it can scale based on the rules set out in the configuration and sends out requests directly to the underlying cloud orchestrator. Which in practice means it spins up new compute resources near instantly.

      I see that they added support for Azure aswell recently (been a while since I used it)

    • ilogika day ago |parent

      who said anything about ecs?

      • master_craba day ago |parent

        I’m just showing my age since fargate was initially tied to ECS (and still mostly used with it). But the general issues still remain the same. It’s a container orchestrator trying to integrate with another container orchestrater.

        • ilogik7 hours ago |parent

          I've actually had no issues running karpenter on fargate. Not sure what other uses cases there are for it, though.

  • ilogika day ago

    When talking about EKS Auto Mode, you wrote "Available only for Kubernetes 1.29+". The oldest kubernetes version you can create on AWS is 1.31 at the moment.