profile picture

docker, kubernetes, orcherstration, containers

Containers and Container Orchestration

Today we are going to talk about container and container orchestration, and solution like docker and Kubernetes. Why use containers? Developing and deploying web application relays on different stages. Each of these stages depends on multiple libraries, depending on other runtimes and specific versions of each software. Configure this environment can be really hard, and reproduce this environment across a team of developers to make sure the development will not run into problems of matching dependencies versions and stack and even deploy this environment to testing, staging.

Read more...