DEV Community

Discussion on: The best automated deployment tool is… the one that fits your needs

Collapse
 
defman profile image
Sergey Kislyakov

We're moving our apps to docker, push them to our private registry and deploy them in a k8s cluster. Our next step is CI/CD, so every merge request will trigger a new docker container build that will be automatically pushed and deployed.

Collapse
 
geshan profile image
Geshan Manandhar

You are heading on the right path. Google container builder is a great tool.

Collapse
 
taragrg6 profile image
taragurung

That's exactly what we do but we use the docker-swarm instead of k8s.