Orchestration - CI/CD Glossary Definition
Orchestration is the automated coordination of multiple systems, services, or provisioning steps into an ordered, dependency-aware whole (for example, creating a network before the servers that use it).
Orchestration is the automated coordination of multiple systems, services, or provisioning steps into an ordered, dependency-aware whole (for example, creating a network before the servers that use it).
Orchestration handles the ordering and dependencies that individual provisioning steps cannot manage on their own.
Related guides
Provisioning - CI/CD Glossary DefinitionProvisioning: Provisioning is the act of creating and configuring infrastructure resources (compute, storage,…
Reconciliation Loop - CI/CD Glossary DefinitionReconciliation Loop: A reconciliation loop is a control mechanism that repeatedly compares desired state to c…
Control Plane - CI/CD Glossary DefinitionControl Plane: The control plane is the set of components that make global decisions about a system (scheduli…