Hacker News new | ask | show | jobs
by geggam 3739 days ago
Because docker lacks security and we ran docker in a vm

so....

1 VM to run 1 docker container to run 1 jvm .... probably 10 vms per host.... instead of 20 jvms per host

...and we added consul + Haproxy and a few other pieces we didnt need ( think srv records ) ... which added yet more hardware

1 comments

> 1 VM to run 1 docker container to run 1 jvm .... probably 10 vms per host.... instead of 20 jvms per host

That doesn't make sense, the Linux overhead is not enough to make it that much less dense. You get better HA by running 20 VM's instead of 20 JVM's because machines crash taking out 20 apps instead of 1. I know the physical host can crash taking out 20 hosts, but you have that problem in either scenario.

I have yet to work at a place where making sense was the driving factor for technology choices :)