Installing partner software on RedHat ODS
In order to complete our MLOps platform, we will need to install additional tools to OpenShift to complement the features of ODS. Several tools are considered partner software of the ODS platform. These software products are listed in the ODS console and can be viewed by clicking the Explore menu item in the ODS console, as shown in Figure 2.34:
Figure 2.34 – ODS console showing partner software
One of the things that you will need to complete the MLOps platform is data versioning, and you will need data lineage too. We will use Pachyderm for this need.
Pachyderm is a powerful OSS tool designed to manage data in modern data pipelines. It serves as a data versioning and lineage system, enabling efficient tracking and control of data changes throughout the data processing life cycle.
With Pachyderm, you can easily keep track of modifications made to your data, similar to how version control systems ...