Viewing a single comment thread. View all comments

vicks9880 t1_is9zqxu wrote

MLOps is no different than DevOps, however there are more things on top of DevOps that you need to consider in MLOps. There is no one tutorial anyone can point you to, as everyone mentioned it totally depends on the use case and the infrastructure you want to build. You will get better idea if you just find online resources to learn individual pieces, like kubernetes, Jenkins, kubeflow, airflow, mlflow, metaflow, kedro and aws related basic stuff etc. once you have the clear idea of how each tool works and what they offer, you can piece together your entire MLOps infrastucture based on your need.

3