> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Can I submit Slurm jobs from Kubernetes Pods using slurmrestd?

Yes. SUNK can deploy `slurmrestd` as an in-cluster Service so authenticated Pods can submit jobs through its REST API instead of SSH-ing into a login node. Enable it by setting `rest.enabled: true` in your SUNK `values.yaml`, and configure the Service under `rest.service.*` (and the deployment under other `rest.*` keys).

Note that SUNK recommends keeping `rest.enabled` disabled for most use cases. Enable `slurmrestd` only if you have a specific need to call the Slurm REST API from in-cluster Pods.

For full parameter details, see [Slurm parameters](/products/sunk/reference/slurm-parameters).

***

<Badge stroke shape="pill" color="blue" size="md">[Workload Scheduling](/support/sunk/tags/workload-scheduling)</Badge>
