Google News
logo
Kubernetes - Interview Questions
What do you understand by the term orchestration when it comes to software and DevOps?
The term orchestration specifies integrating multiple services that allow them to automate processes or synchronize information in a specific time sequence.
 
For example, suppose we have six or seven microservices for an application to run, then if you place them in separate containers, this would inevitably create obstacles for communication. Using orchestration, we can do it quickly to enable all services in individual containers to work seamlessly to accomplish a single goal.
Advertisement