hi AgitatedDove14 thanks for answering. Kubernetes is unexplored for me, but your answer makes sense. I am going to start implementing things hands on will ask if any doubts. Thanks again.
Hi NonsensicalSeaanemone47
I'm assuming you mean k8s as compute cluster?
If so, then yes clearml adds priority scheduling on top of your existing kl8s cluster. It also allows you to reuse images as the k8s spins the base container image and then inside the container image the agent sets the environment of the experiment (clones code, apply diff, install missing python packages etc.)
It also gives visibility into the executed pods.
Make sense ?