Reviewing the complete picture of the ML platform
In the preceding chapters, you have built a complete ML platform on top of Kubernetes. You have installed, configured, and explored the different components of the platform. Before you start using the platform, let's take a step back and look at the platform you have built from the tooling perspective. Figure 8.1 shows the complete logical architecture of the platform:
The diagram in Figure 8.1 also shows the interaction of each platform component. The entire platform runs inside Kubernetes and is managed entirely by the Open Data Hub (ODH) operator. Although MinIO is not officially part of the ODH project, we have added it as another component operated by the ODH operator on the platform you just built. In the real world, you will have an S3 storage server already in place, and you will not need to include MinIO in your Kfdef
file. It is also important...