0 votes
in Kubernetes K8s by
Why do we need Container orchestration in Kubernetes?

1 Answer

0 votes
by

Container orchestration is used to communicate with several micro-services that are placed inside a single container of an application to perform various tasks. 

  1. The use of container orchestration is as follows:
  2. It controls and automates various tasks such as deployment, scaling, etc.,
  3. Reduces the complexity of running time
  4. Scaling becomes easy
  5. It is used to deploy and manage complex containerized applications
  6. Reduces manual setting up services
...