Hands-on exercise – building a data science architecture using open source technologies
In this hands-on exercise, you will build an ML platform using several open source ML platform software. There are three main parts to this hands-on exercise:
- Installing Kubeflow and setting up a Kubeflow notebook
- Tracking experiments, managing models, and deploying models
- Automating the ML steps with Kubeflow Pipelines
Alright, let's get started with the first part – installing Kubeflow on the Amazon EKS cluster.
Part 1 – Installing Kubeflow
You will continue to use the Amazon (EKS) infrastructure you created earlier and install Kubeflow on top of it. To start, let's complete the following steps:
- Launch AWS CloudShell: Log in to your AWS account, select the Oregon region, and launch AWS CloudShell again.
- Install the kfctl utility: The
kfctl
utility is a command-line utility for installing and managing Kubeflow. Run the following...