Optimizing cost for your ML platform
In this section, you will learn how to use different OpenShift capabilities with Red Hat Data Science to optimize the cost for your platform. While we will not dive deep into this topic, we will provide you with some basic concepts to continue optimizing your platform resources.
When you run any software on the Red Hat OpenShift platform, such as a Jupyter notebook, build pipelines, and model serving, all of it runs as containers on the platform. These containers run on the machines or worker nodes, which could be a VM in a cloud platform such as Amazon EC2. Let’s see how OpenShift provisions machines to run containers for your MLOps needs.
Machine management in OpenShift
Machine management is OpenShift’s capability to work with the cloud or on-premises infrastructure providers, such as Amazon Web Services (AWS) or VMware (VMW), and to provision and scale the machines for your workloads. OpenShift adapts to changing workloads...