Kubernetes
The k8s executor runs pipeline tasks on a Kubernetes cluster. It submits each task as a Kubernetes job, or as a Kubernetes pod when k8s.computeResourceType is set to Pod.
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.