DEV Community

Pacharapol Withayasakpunt
Pacharapol Withayasakpunt

Posted on

Where do you deploy your Docker?

  • How much does it cost?
  • Auto scaling?
  • HTTPS?

Also, I hate to name the URL myself, like in Heroku.

Top comments (2)

Collapse
 
chrisme profile image
Chris • Edited

Self hosted GitLab CI builds and uploads to GitLab internal Container Registry.

From there it's pulled by Kubernetes (hosted at DigitalOcean). Smallest price would be 10$/Month for minimal Kubernetes, plus 10$/Month (can be used by as many projects as needed) for a Loadbalancer (so that you have a static IP). From there you can for example have free https with LetsEncrypt.
Price-wise at some point it surely outscales providers like Heroku, because u have to pay them per project.

Though this setup requires knowledge or enthusiasm on entering the world of devops :-)

Collapse
 
ale_jacques profile image
Alexandre Jacques

I'm using Linode VPS. But it takes some hand work (have to deal with configuring all by hand: DNS, databases, etc.)

I have 2 VPS instances: 1 for Docker + 1 for databases.