Hi Team, quick question. If I'm using AWS Managed Services (OpenSearch, MSK, RDS), is it a requirement to deploy via EKS? Or can I use Docker?
✅ 1
b
better-orange-49102
07/03/2023, 6:38 AM
the case for docker vs EKS boils down to how big is a concern scale and reliability is to you, since you can't horizontally scale the pods in docker-compose, and whether or not the pods will auto restart if it goes wrong
you could use docker-compose for the datahub containers while the rest are managed services
l
loud-soccer-88763
07/03/2023, 6:41 AM
Got it, thanks! Yeah, I'm asking because I'm a newbie on EKS (K8s), still learning, and I find it quite a challenge to deploy stuffs on it (unless I have a detailed steps on what to do).