0 votes
in Kubernetes K8s by
What is the need for Container Orchestration?

1 Answer

0 votes
by

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.

...