📄️ Docker Executor
The Docker executor is the default execution mode for local development and single-host deployments. It uses the Docker daemon on the host machine to run job steps as individual containers.
📄️ Kubernetes Executor *(Deprecated)*
The Kubernetes executor is the legacy integration mode and is no longer recommended for new deployments. It will be removed in a future release.
📄️ Hades Operator *(Recommended)*
The Hades Operator is the production-grade execution mode for Kubernetes. It implements the Kubernetes Operator pattern using Custom Resource Definitions (CRDs), giving Hades deep, native integration with the Kubernetes control plane.