Skip to main content

Can I run workloads directly on the login node?

No. The login node is a shared resource for submitting jobs, managing files, and running lightweight commands. Compute-h …

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 inst …

How do I run containers with Pyxis and Enroot in Slurm?

Pyxis and Enroot are NVIDIA tools that let you run OCI-compatible container images inside Slurm jobs. SUNK includes Pyxi …

How do I set up the SUNK Pod Scheduler to share Nodes between Pods and Slurm jobs?

The SUNK Pod Scheduler reconciles resource accounting between Slurm and the Kubernetes scheduler so Pods and Slurm jobs …

How do I submit my first training job?

After SSH-ing into the login node, use srun for interactive jobs and sbatch for batch scripts. For a quick smoke test, r …
Last modified on June 18, 2026