Below you will find pages that utilize the taxonomy term “Kubeflow”
Post
TDS article - Kubeflow MLOps : Automatic pipeline deployment with CI / CD / CT
In this second Kubeflow article, I build upon what was created in the first one and :
Make an advanced pipeline that contains pre-processing, model building, inference and performance evaluation Use GitHub Actions to perform CI and CD Connect GitHub Actions to the Kubeflow endpoint and launch the updated pipeline This article has been peer-reviewed and published in “Towards Data Science”. Kubeflow being new and its documentation being sparse for environments other than GCP made this article a rapid success, with more than 2000 reads in the first 2 days.
Post
Medium article - Basic Kubeflow Pipeline From Scratch
In this article, I go through every step that is necessary to have a functioning pipeline :
Create a Kuberneter cluster Install Kubeflow Create a container registry Build a container image and push it to your registry Give Kubeflow access to your S3 buckets Create Kubeflow components with input and output artifacts Create a Kubeflow pipeline, upload it and run it This article has been peer-reviewed and published in “Towards Data Science”.