0 votes
in Kubernetes K8s by
What is orchestration when it comes to software and DevOps?

1 Answer

0 votes
by
Orchestration refers to the integration of multiple services that allows them to automate processes or synchronize information in a timely fashion. Say, for example, you have six or seven microservices for an application to run. If you place them in separate containers, this would inevitably create obstacles for communication. Orchestration would help in such a situation by enabling all services in individual containers to work seamlessly to accomplish a single goal.

Related questions

0 votes
asked Apr 25, 2021 in Kubernetes K8s by sharadyadav1986
0 votes
asked Apr 25, 2021 in Kubernetes K8s by sharadyadav1986
...