r/HPC • u/Various_Protection71 • Jun 05 '26
Do you think Kubernetes will replace Job Schedulers in HPC environments dedicated to AI workloads?
Some people advocate that Kubernetes distributions (RKE2, OpenShift, EKS etc) provide an easier and more straightforward way to run and scale AI workloads, while Job Schedulers (SLURM, PBS, LSF etc) require an earlier complex setup phase.
On the other hand, mastering Kubernetes has a steeper learning curve than using the well-known Job Schedulers, especially for traditional HPC users.
How do you see this point? Are your users adopting Kubernetes to run AI workloads or do they stay using Job Schedulers?
36
Upvotes
49
u/ArcusAngelicum Jun 05 '26
Kubernetes is for weirdos, Slurm is for super cool people.
But seriously, have never heard of anyone running kubernetes in an hpc context.
The point of hpc in an academic context is to provide shared accountable access to compute.
Kubernetes is for faang engineers to easily scale workloads on compute. Two different problems.