When microservice architecture is discussed, Docker and Kubernetes are often a central part of the discussion - and with good reason. When used together, they make it convenient to build and manage an application with a microservice architecture. Since both tools are often used in combination with each other, it’s easy to think they’re one in the same. But each one has an important, yet separate, role in turning applications into self-contained modules that minimize the probability and impact of deployment errors.
Read More