Hi all! Not sure if this is the right place to ask this but here goes:

Currently working on a migration from ECS to EKS. I have one working environment that includes one namespace running some containerized services and an EC2 instance running some other services required for the environment to function.

Dev envs look like this today: One EC2 instance running all services, some through Docker and others through PM2.

My question is: Does it make sense to replicate this format for every developer? A namespace running services and an EC2 instance running some others? Or keep it as it is today and replace pm2 for local k8 orchestration?

Thanks in advance~

  • NovaPrime@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    27 days ago

    Ignoring cost/complexity/drift questions, you should always have your dev environments reflect prod as close as possible, however you set that up

    • pissman@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      27 days ago

      The decision will be based upon the parameters you mentioned, with a focus on cost, so they are a bit hard to ignore :)