* [Topics](/en/topics "Topics")
* [Artificial intelligence](/en/topics/ai "Artificial intelligence")
* What is MLOps?
What is MLOps?
==============
Published  April 15, 2026•*6*-minute read
Copy URL
Jump to section
---------------
What is MLOps?Benefits of adopting MLOpsEmbrace automation and save time MLOps vs DevOpsStages of MLOpsGetting started with MLOpsHow Red Hat can help
What is MLOps?
--------------
Machine learning operations (MLOps) is a set of workflow practices aiming to streamline the process of deploying and maintaining [machine learning](/en/topics/ai/what-is-machine-learning) (ML) models.
Inspired by [DevOps](/en/topics/devops) and GitOps principles, MLOps seeks to establish a continuous evolution for integrating ML models into software development processes. By adopting MLOps, data scientists, engineers, and IT teams can synchronously ensure that machine learning models stay accurate and up to date by streamlining the iterative training loop. This enables continuous monitoring, retraining, and deployment, allowing models to adapt to changing data and maintain peak performance over time.
This video can't play due to privacy settings
To change your settings, select the "Cookie Preferences" link in the footer and opt in to "Advertising Cookies or try disabling adblockers."
What are the benefits of adopting MLOps?
----------------------------------------
Machine learning models make predictions by detecting patterns in data. As the model evolves and is exposed to newer data it was not trained on, a problem called “data drift” arises. Data drift will happen naturally over time, as the statistical properties used to train an ML model become outdated, and can negatively impact a business if not addressed and corrected.
[What does AI look like at the enterprise?](https://www.redhat.com/en/topics/ai/what-is-enterprise-ai)
To avoid drift, it’s important for organizations to monitor their models and keep a high level of prediction accuracy. Applying the practices of MLOps can benefit a team by increasing the quality and accuracy of a [predictive model](/en/topics/ai/predictive-ai-vs-generative-ai) while simplifying the management process, avoiding data drift and optimizing efficiency for data scientists.
Here are some specific ways that MLOps can benefit an organization:
**Reproducibility:** Organizations can rely on consistent reproducibility of ML experiments as an MLOps framework helps track and manage changes to the code, data, and configuration files associated with different models.
**Continuous integration and continuous deployment (CI/CD):** MLOps frameworks integrate with CI/CD pipelines, allowing for automated testing, validation, and deployment. In turn, this expedites development and delivery cycles and encourages a culture of continuous improvement.
**Increased collaboration and faster timelines:** MLOps enables team members to work together effectively while eliminating bottlenecks and increasing productivity. Furthermore, when manual tasks become automated, organizations can deploy more models faster and iterate on them more frequently to provide the best accuracy.
**Cost savings:** Making the ongoing adjustments and enhancements required to maintain an accurate ML model is tedious, especially if it’s done manually. Automating with MLOps helps organizations save on resources which may have otherwise been allocated to fund time-consuming manual work. It also minimizes the risk of manual errors and increases the time to value by streamlining the deployment process.
[What is Model-as-a-Service?](/en/topics/ai/what-is-models-as-a-service "The Total Economic Impact™ of Red Hat Hybrid Cloud Platform for MLOps")  
**Improved governance and compliance:** MLOps practices enable organizations to enforce security measures and ensure compliance with data privacy regulations. Monitoring performance and accuracy also ensures that model drift can be tracked as new data is integrated and proactive measures can be taken to maintain a high level of accuracy over time.
[What is AI security?](/en/topics/ai/what-is-ai-security "The Total Economic Impact™ of Red Hat Hybrid Cloud Platform for MLOps")
Red Hat resources
-----------------
[Keep reading](/en/resources "Keep reading")
Embrace automation and save time with MLOps
-------------------------------------------
Adopting an MLOps practice takes away the tedious manual labor involved in looking after a machine learning model while ensuring its ongoing performance and reliability. By streamlining collaboration between different teams, an MLOps practice fosters agile development and data-driven decision making within organizations.
MLOps allows industries of all kinds to automate and simplify the ML development process. [Use cases](/en/topics/ai/ai-ml-use-cases) include using MLOps for:
**Predictive maintenance:** predicting equipment failure and scheduling maintenance proactively.
**Fraud detection:** building and deploying models that continuously monitor transactions for suspicious activity.
**Natural language processing (NLP):** ensuring that applications such as chat bots, translators and other [large language models (LLMs)](/en/topics/ai/what-are-large-language-models) perform effectively and reliably.
**Computer vision:** supporting tasks like medical image analysis, object detection, and autonomous driving.
**Anomaly detection:** detecting variations from the norm in various contexts such as network security, industrial processes, and IoT devices.
**Healthcare:** deploying models for disease diagnosis, patient outcome prediction, and medical imaging analysis.
**Retail:** managing inventory, forecasting demand, optimizing prices and enhancing the customer shopping experience.
[Operationalizing AI with Red Ha](/en/products/ai/operationalize-ai "Customer success stories")[t AI](/en/products/ai/operationalize-ai)
MLOps vs DevOps
---------------
MLOps can be considered an evolution of DevOps, and is based on the same foundational concepts of collaboration, automation, and continuous improvement applied to developing ML models. MLOps and DevOps share the goal of improving collaboration with the IT operations team, with whom they must work closely in order to manage and maintain a software or ML model throughout its life cycle.
While DevOps focuses on automating routine operational tasks and standardizing environments for development and deployment, MLOps is more experimental in nature and focuses on exploring ways to manage and maintain data pipelines. Because the data used in ML models is constantly evolving, the model itself must evolve alongside it, which requires ongoing adaptation and fine tuning.
Test, deployment, and production looks different for MLOps than it does for DevOps. This is why, in an ML project, teams often include data scientists who may not specialize in software engineering, but focus their efforts on exploratory data analysis, model development and experimentation. Some of the tasks involved in MLOps that typically aren’t accounted for in DevOps include:
* Testing for data validation, trained model quality evaluation and model validation.
* Building a multi-step pipeline to automatically retrain and deploy an ML model as it receives new data.
* Tracking summary statistics of your data and monitoring online performance of the model to communicate when values deviate from expectations
Lastly, when it comes to [continuous integration and continuous deployment (CI/CD](/en/topics/devops/what-is-ci-cd)) in MLOps, CI is no longer about testing and validating code and components (as it is in DevOps), but also means testing and validating data, data schemas, and models. CD is no longer about a single software package or services, but a system (an ML training pipeline) that should automatically deploy another service (model prediction service).
How Red Hat thinks about the stages of MLOps
--------------------------------------------
There’s no single way to build and operationalize ML models. But there is a lifecycle of 5 core stages to follow when building and running applications.
[Red Hat® OpenShift®](/en/technologies/cloud-computing/openshift), includes key capabilities to enable MLOps in a consistent manner across data centers, public cloud computing, and edge computing:
**Step 1: Gather/prep data**  
Collect, clean, and label structured or unstructured data into a suitable format for training and testing ML models.
**Step 2: Model training**
ML models are trained on Jupyter notebooks on Red Hat OpenShift.
**Step 3: Automation**
[Red Hat OpenShift Pipelines](/en/technologies/cloud-computing/openshift/pipelines) offers event-driven, continuous integration capability that helps package ML models as container images.
**Step 4: Deploy**
[Red Hat OpenShift GitOps](/en/technologies/cloud-computing/openshift/gitops) automates the deployment of ML models at scale, anywhere–whether that’s public, private, hybrid, or on the edge. Technologies like [vLLM](/en/topics/ai/what-is-vllm) can be used to optimize GPU usage during [inference](/en/topics/ai/what-is-ai-inference) in the deployment stage.
**Step 5: Monitor**
Using the tools provided by our ecosystem partners, your team can monitor your models, and update them with retraining and redeployment, as needed. As new data is ingested, the process loops back to stage 1, continuously and automatically moving through the 5 stages indefinitely.
[Learn more about AI from Red Hat](/en/products/ai "AI from Red Hat")
Getting started with MLOps
--------------------------
Whether you’re in an exploratory stage of integrating machine learning within your organization or you’ve been working with ML pipelines for a while, it can be helpful to understand how your workflows and processes fit into the broader scope of MLOps. The maturity of a machine learning process is typically categorized into 1 of 3 levels, depending on how much automation is present in the workflow.
**MLOps level 0: Everything is manual**
Teams just starting out with machine learning typically operate with a completely manual workflow. At this stage, data scientists who create the model are disconnected from engineers who serve the model, and every step of the process (data prep, model training, automating, deploying, and monitoring) is executed without automation. There is no continuous integration (CI), nor is there continuous deployment (CD). New model versioning is deployed infrequently, and when a new model is deployed there is a greater chance that it fails to adapt to changes.
**MLOps level 1: Automated ML pipeline**
It makes sense to start introducing automation to the workflow if the model needs to proactively adjust to new factors. With an automated pipeline, fresh data is looped in for continuous training (CT)–this allows the model to access the most relevant information for prediction services.
**MLOps level 2: Automated CI/CD system**
At this stage, updates to the ML model are rapid and reliable. The model is retrained with fresh data daily, if not hourly, and updates are deployed on thousands of servers simultaneously. This system allows data scientists and engineers to operate harmoniously in a singular, collaborative setting.
**Build vs buy**
Resources and timeline are both factors to consider when deciding whether to build or buy an MLOps platform. It can take over a year to build a functioning ML infrastructure, and even longer to figure out how to build a pipeline that actually produces value for your organization. Furthermore, maintaining an infrastructure requires lifecycle management and a dedicated team. If your team doesn’t have the skill set or bandwidth to learn the skill set, investing in an end-to-end MLOps platform may be the best solution.
[Learn how to choose a platform for AI and MLOps](/en/topics/ai/what-is-an-ai-platform)
How Red Hat can help
--------------------
[Red Hat® AI](/en/products/ai) is built for fast, flexible, and efficient inference through its [vLLM-powered](/en/topics/ai/what-is-vllm) server. It reliably connects models to your data to unify the customization and development of specialized agents on a single platform. Built on an open source foundation, our products give you full control of AI workflows from end-to-end at any scale.
The Red Hat AI portfolio includes [Red Hat AI Enterprise](/en/products/ai/enterprise), a platform for deploying, managing, and scaling AI inference, agentic AI workflows, and AI-powered applications on any infrastructure.
[Explore Red Hat AI](/en/products/ai)
Resource
State of platform engineering in the age of AI
----------------------------------------------
This detail provides a comprehensive review of the State of Platform Engineering in the Age of AI survey, conducted by Illuminas. Explore the details.
[Get the resource](/en/resources/state-of-platform-engineering-age-of-ai "State of platform engineering in the age of AI")
All Red Hat product trials
--------------------------
Our no-cost product trials help you gain hands-on experience, prepare for a certification, or assess if a product is right for your organization.
[Keep reading](/en/products/trials "All Red Hat product trials")
Keep reading
------------
### What is AI in healthcare?
Discover the benefits and challenges of AI in healthcare and how Red Hat is helping the industry.
[Read the article](/en/topics/ai/what-is-ai-in-healthcare "article | What is AI in healthcare?")
### What is machine learning?
Machine learning is the technique of training a computer to find patterns, make predictions, and learn from experience without being explicitly programmed.
[Read the article](/en/topics/ai/what-is-machine-learning "article | What is machine learning?")
### What is deep learning?
Deep learning is an artificial intelligence (AI) technique that teaches computers to process data using an algorithm inspired by the human brain.
[Read the article](/en/topics/ai/what-is-deep-learning "article | What is deep learning?")
Artificial intelligence resources
---------------------------------
### Related content
* Blog post
  [Announcing Red Hat OpenShift Pipelines 1.21: Faster builds, smarter caching, and improved troubleshooting](/en/blog/announcing-red-hat-openshift-pipelines-121-faster-builds-smarter-caching-and-improved-troubleshooting)
* Blog post
  [233% 3-year return on investment and 13 months to payback with Red Hat AI](/en/blog/233-3-year-return-investment-and-13-months-payback-red-hat-ai)
* Blog post
  [Red Hat OpenShift sandboxed containers 1.12 and Red Hat build of Trustee 1.1 bring confidential computing to bare metal and AI workloads](/en/blog/red-hat-openshift-sandboxed-containers-112-and-red-hat-build-trustee-11-bring-confidential-computing-bare-metal-and-ai-workloads)
* Blog post
  [AI for scientific research: Building the research platform that science needs with Red Hat AI](/en/blog/ai-scientific-research-building-research-platform-science-needs-red-hat-ai)
### Related articles
* [Understanding AI in telecommunications with Red Hat](/en/topics/ai/understanding-ai-in-telecommunications)
* [What is AI in healthcare?](/en/topics/ai/what-is-ai-in-healthcare)
* [What is LLMops](/en/topics/ai/llmops)
* [What is explainable AI?](/en/topics/ai/what-explainable-ai)
* [What is machine learning?](/en/topics/ai/what-is-machine-learning)
* [Agentic AI vs. generative AI](/en/topics/ai/agentic-ai-vs-generative-ai)
* [What are foundation models for AI?](/en/topics/ai/what-are-foundation-models)
* [What is deep learning?](/en/topics/ai/what-is-deep-learning)
* [[node:rh-smart-meta-title]](/en/topics/ai/sovereign-ai)
* [What is Model Context Protocol (MCP)?](/en/topics/ai/what-is-model-context-protocol-mcp)
* [What is retrieval-augmented generation?](/en/topics/ai/what-is-retrieval-augmented-generation)
* [Understanding AI/ML use cases](/en/topics/ai/ai-ml-use-cases)
* [What is distributed inference?](/en/topics/ai/what-is-distributed-inference)
* [AI infrastructure explained](/en/topics/ai/ai-infrastructure-explained)
* [What is agentic AI?](/en/topics/ai/what-is-agentic-ai)
* [What is AI in the public sector?](/en/topics/ai/what-is-ai-in-the-public-sector)
* [What is Model-as-a-Service?](/en/topics/ai/what-is-models-as-a-service)
* [What is an AI platform?](/en/topics/ai/what-is-an-ai-platform)
* [What is AI security?](/en/topics/ai/what-is-ai-security)
* [What is enterprise AI?](/en/topics/ai/what-is-enterprise-ai)
* [What is vLLM?](/en/topics/ai/what-is-vllm)
* [What is generative AI?](/en/topics/ai/what-is-generative-ai)
* [AIOps explained](/en/topics/ai/what-is-aiops)
* [What is AI inference?](/en/topics/ai/what-is-ai-inference)
* [What is llm-d?](/en/topics/ai/what-is-llm-d)
* [RAG vs. fine-tuning](/en/topics/ai/rag-vs-fine-tuning)
* [What are large language models?](/en/topics/ai/what-are-large-language-models)
* [What is edge AI?](/en/topics/edge-computing/what-is-edge-ai)
* [What are Granite models?](/en/topics/ai/what-are-granite-models)
* [What are intelligent applications?](/en/topics/ai/what-are-intelligent-applications)
* [SLMs vs LLMs: What are small language models?](/en/topics/ai/llm-vs-slm)
* [Predictive AI vs generative AI](/en/topics/ai/predictive-ai-vs-generative-ai)
* [AI in banking](/en/topics/ai/ai-in-banking)
* [vLLM vs. Ollama: When to use each framework](/en/topics/ai/vllm-vs-ollama)
* [How vLLM accelerates AI inference: 3 enterprise use cases](/en/topics/ai/how-vllm-accelerates-ai-inference-3-enterprise-use-cases)
* [What is InstructLab?](/en/topics/ai/what-is-instructlab)
* [What is parameter-efficient fine-tuning (PEFT)?](/en/topics/ai/what-is-peft)
* [Why choose Red Hat Ansible Automation Platform as your AI foundation?](/en/topics/automation/automation-and-ai)
* [LoRA vs. QLoRA](/en/topics/ai/lora-vs-qlora)
* [Edge solutions for real-time decision making](/en/topics/edge-computing/edge-solutions-real-time-decision-making)
* [What are predictive analytics](/en/topics/automation/how-predictive-analytics-improve-it-performance)
* [How Kubernetes can help AI/ML](/en/topics/cloud-computing/how-kubernetes-can-help-ai)
* [What is Kubeflow?](/en/topics/cloud-computing/what-is-kubeflow)
* [Accelerate MLOps with Red Hat OpenShift](/en/technologies/cloud-computing/openshift/aiml)
* [What is a data lake?](/en/topics/data-storage/what-is-a-data-lake)
[More about this topic](/en/topics/ai "More about this topic")