Kubernets(Container Orchestrator)

Orhestration?
Managing the lifecycles of containers. These are GUI/tools to automate following tasks: Deployment, Scaling up/down, Movement of containers from one host to another, Load balancing, Health monitoring.
Examples of Container Orhestrators: Kubernets, Docker swarm, Nomad Kubernets Cluster has different microservices inside it.
            <--------------------k8s cluster----------------------------------->
                |----control-plane,master-------|   |---------Worker node-----|
                | micro_service1                |   |micro_service2           |
                |               micro_service4  |   |       micro_servicen    |
                |-------------------------------|   |-------------------------|