What is the need for Container Orchestration

Consider you have 5-6 microservices for a single application performing various tasks, and all these microservices are put inside containers. Now, to make sure that these containers communicate with each other we need container orchestration.
Challenges without Container Orchestration - Kubernetes Interview Questions - Edureka
Fig 3: Challenges Without Container Orchestration – Kubernetes Interview Questions
As you can see in the above diagram, there were also many challenges that came into place without the use of container orchestration. So, to overcome these challenges the container orchestration came into place.

Q7. What are the features of Kubernetes?

The features of Kubernetes, are as follows:
Kubernetes Features - Kubernetes Interview Questions - Edureka