A Simple Service Discovery Solution for Docker

A Simple Service Discovery Solution for Docker

The ambassador pattern is an approach for multi-host Docker application deployment. It helps containers on different hosts to discover each other and communicate. Despite of the variants, the idea can be illustrated as ...
| | docker, visual ops
Is Docker leaving Immutable Infrastructure?

Is Docker leaving Immutable Infrastructure?

According to Chad Fowler’s definition, Immutable Infrastructure can be defined as: “[S]ervers (or whatever) are deployed once and not changed. If they are changed for some reason, they are marked for garbage ...