Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I'm assuming you're referring to instabilities in Docker networking. I can't point to anything specific, but that's because we've seen it as an unnecessary layer of complexity, that's trying to solve a problem that most companies don't/won't have.

DNS + a load balancer is proven and stable. We have 65,536 available ports on linux, and doing port mapping to prevent conflicts across containers is trivial (Empire handles this for us). Client side service discovery is usually unnecessary for most Docker use cases (stateless services), where a load balancer is a better fit (why push load balancing to clients? Would you expect your browser to have to load balance when visiting google.com?).

I'm sure there are cases where networking overlays are a good fit, I just haven't found one yet.



You don't have to use overlay. Docker networking is pluggable and any networking configuration supported by Linux can easily ne expised to Docker via network plugins. The most common configurations (bridge, nat, host networking, no networking, overlay) are built-in.


    > I'm assuming you're referring to instabilities in Docker networking
I don't know... whichever instabilities you were thinking of when you said "If stability is more important than bells and whistles..."




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: