Hi Team, quick question. If I'm using AWS Managed ...
# all-things-deployment
l
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
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
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).