| LocalOrchestrator | local | built-in | Runs your pipelines locally. |
| LocalDockerOrchestrator | local_docker | built-in | Runs your pipelines locally using Docker. |
| KubernetesOrchestrator | kubernetes | kubernetes | Runs your pipelines in Kubernetes clusters. |
| KubeflowOrchestrator | kubeflow | kubeflow | Runs your pipelines using Kubeflow. |
| VertexOrchestrator | vertex | gcp | Runs your pipelines in Vertex AI. |
| SagemakerOrchestrator | sagemaker | aws | Runs your pipelines in Sagemaker. |
| TektonOrchestrator | tekton | tekton | Runs your pipelines using Tekton. |
| AirflowOrchestrator | airflow | airflow | Runs your pipelines using Airflow. |
| GitHubActionsOrchestrator | github | github | Runs your pipelines using GitHub Actions. |
| Custom Implementation | custom | | Extend the orchestrator abstraction and provide your own implementation |