0 votes
in Kubernetes K8s by
What is Container Orchestration?

2 Answers

0 votes
by
microservices are put in individual containers, but won’t be able to communicate without container orchestration. So, as orchestration means the amalgamation of all instruments playing together in harmony in music, similarly container orchestration means all the services in individual containers working together to fulfill the needs of a single server.
0 votes
by

 Consider a scenario where you have 5-6 microservices for an application. Now, these microservices are put in individual containers, but won’t be able to communicate without container orchestration. So, as orchestration means the amalgamation of all instruments playing together in harmony in music, similarly container orchestration means all the services in individual containers working together to fulfill the needs of a single server.\

Related questions

0 votes
asked Apr 25, 2021 in Kubernetes K8s by sharadyadav1986
+1 vote
asked Sep 27, 2022 in Kubernetes K8s by SakshiSharma
...