What is orchestration in Kubernetes?

devquora
devquora

Posted On: Feb 25, 2020

 

Container orchestration in Kubernetes is an automatic method of scheduling the work of each container for applications based on microservices within multiple clusters. Config files decide on how to work between containers and the orchestration tool also schedules deployment of containers and concludes the host for the container. After a host is determined, the orchestration tool manages the lifecycle of the container and then, the container orchestration tools operate in any environment that manages containers.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Kubernetes Interview Questions

    What do you understand by Kubernetes?

    Kubernetes is basically a type of an open – source container...

    Kubernetes Interview Questions

    What are the difference between Kubernetes and Docker Swarm?

    The followings are the main difference between Kubernetes and docker and they are..

    Kubernetes Interview Questions

    What are nodes in kubernetes?

    A node is a type of work machine in Kubernetes that was previously known as a minion...