Relative Content

Tag Archive for kubernetesazure-devopsjupyter-notebookazure-pipelinesmlops

Run pods in parallel in Azure Devops to run a single job

I want to run my azure devops agent pool using kubernetes. I am using this to run a Jupyter notebook which takes quite a bit of time to run. I want to know if it is possible for one job which runs the jupyter notebook to be executed accross multiple pods so that time to run the piepline can be decreased.