DataCentersX > Compute Ops > Orchestration Operations
DC Orchestration Operations/span>
Orchestration is the execution layer that carries out scheduling decisions and manages workload lifecycle. Where Workload Scheduling decides where and when a workload should run, orchestration provisions the resources, deploys the containers or VMs, monitors health, restarts on failure, scales in or out, drains nodes for maintenance, and coordinates updates and rollbacks. The orchestrator is the operational platform that translates scheduler decisions and operator intent into running workloads. Schedulers decide; orchestrators execute. Most modern platforms (Kubernetes prominently) include both, but the disciplines are distinct and operated by different teams at scale.
What orchestrators do
| Function | What it covers |
|---|---|
| Resource provisioning | Creating containers, VMs, network policies, storage volumes per workload requirements |
| Deployment | Pulling images, applying configuration, starting workloads, registering with service discovery |
| Health management | Liveness and readiness checking, automatic restart of failed instances, node-level health |
| Scaling | Horizontal pod autoscaling, vertical scaling, cluster autoscaling based on metrics |
| Service discovery and networking | DNS, load balancing, service mesh, network policy enforcement |
| Configuration and secrets | ConfigMaps, secrets management, environment-specific configuration injection |
| Storage orchestration | Persistent volume provisioning, attachment, snapshot, backup integration |
| Update and rollback | Rolling updates, canary deployments, blue/green, automated rollback on failure |
| Maintenance coordination | Node draining for maintenance, OS updates, hardware replacement |
| Multi-cluster management | Federated workload deployment, cross-cluster failover, fleet management |
Orchestrator landscape
| Platform | Origin | Distinctive |
|---|---|---|
| Kubernetes | Google-originated; CNCF | Dominant container orchestrator; ecosystem of operators, mesh, GitOps tooling |
| Red Hat OpenShift | Red Hat / IBM | Enterprise Kubernetes distribution with integrated operations; common in regulated industries |
| Rancher | SUSE | Multi-cluster Kubernetes management; mid-market and enterprise focus |
| VMware vSphere / Tanzu | VMware (now Broadcom) | VM orchestration baseline; Tanzu adds Kubernetes; broad enterprise installed base |