> ## 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.

# Workload Scheduling

<Card title="Can I run workloads directly on the login node?" href="/support/sunk/articles/can-i-run-workloads-directly-on-the-login-node" arrow="true" horizontal>
  No. The login node is a shared resource for submitting jobs, managing files, and running lightweight commands. Compute-h ...
</Card>

<Card title="Can I submit Slurm jobs from Kubernetes Pods using slurmrestd?" href="/support/sunk/articles/can-i-submit-slurm-jobs-from-kubernetes-pods-using-slurmrestd" arrow="true" horizontal>
  Yes. SUNK can deploy slurmrestd as an in-cluster Service so authenticated Pods can submit jobs through its REST API inst ...
</Card>

<Card title="How do I run containers with Pyxis and Enroot in Slurm?" href="/support/sunk/articles/how-do-i-run-containers-with-pyxis-and-enroot-in-slurm" arrow="true" horizontal>
  Pyxis and Enroot are NVIDIA tools that let you run OCI-compatible container images inside Slurm jobs. SUNK includes Pyxi ...
</Card>

<Card title="How do I set up the SUNK Pod Scheduler to share Nodes between Pods and Slurm jobs?" href="/support/sunk/articles/how-do-i-set-up-the-sunk-pod-scheduler-to-share-nodes-between-pods-and-slurm-jobs" arrow="true" horizontal>
  The SUNK Pod Scheduler reconciles resource accounting between Slurm and the Kubernetes scheduler so Pods and Slurm jobs  ...
</Card>

<Card title="How do I submit my first training job?" href="/support/sunk/articles/how-do-i-submit-my-first-training-job" arrow="true" horizontal>
  After SSH-ing into the login node, use srun for interactive jobs and sbatch for batch scripts. For a quick smoke test, r ...
</Card>
