📄️ 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.
📄️ 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.