this post was submitted on 06 Nov 2025
7 points (100.0% liked)

DevOps

2030 readers
1 users here now

DevOps integrates and automates the work of software development (Dev) and IT operations (Ops) as a means for improving and shortening the systems development life cycle.

Rules:

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

Hi all,

I'm on a team right now that is converting a lot of apps that are running on ec2 over to eks, and we're starting with apps that make the most sense for eks. Apps like LGTM stack which have lots of distributed components, Airflow, etc.

We're setting up flux and renovate which really streamlines maintenance, and I like it so much that I'm wondering about converting apps that aren't particularly well suited for kubernetes over to eks just to use the same toolset.

We have some apps on ec2 that are essentially just a single docker container, they can be run in parallel but they don't have to talk to each other.

Some of these apps don't require many resources, so the $70 / month control plane cost of EKS is significant, which I imagine is the biggest reason we wouldn't convert over.

Just curious what thoughts are on this.

top 2 comments
sorted by: hot top controversial new old
[–] Shadow@lemmy.ca 4 points 2 months ago

Yes. $70/month is nothing compared to salaries, having a unified toolset saves time and energy.

We run everything in gke and use minikube on dev workstations to reproduce prod.

[–] synae@lemmy.dbzer0.com 3 points 2 months ago

Yes, in fact we are now at a point where people need to provide justification that something can't be run in k8s before provisioning the infra to run their non-k8s workload. Aka, kubernetes is an enforced default in our shop.