- Tutorial series about container orcherstration using k8s covering the concepts and the practical sides.
Sympohny I - Intro
Containers Orchestration Author : Ahmed Ayman What is container orchestration ? Well, imagine you have an app that works with 3 containers for example back-end, front-end, database, when you deploy this application you can’t just work with one instance of each container on 1 server. Because if there’s a lot of traffic coming one server won’t be enough to process them at the same time, and you’ll end up with a dead server....