Kubernetes
The k8s executor runs pipeline tasks on a Kubernetes cluster. It submits each task as a Kubernetes pod, or as a Kubernetes job when k8s.computeResourceType is set to Job.
Use the following process directives to control resource requests and other job characteristics:
See Kubernetes for how to set up a Kubernetes cluster to run Nextflow pipelines.