Skip to content

muhammadhassaan-solves/containerize-and-deploy-ml-model-with-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Containerizing and Deploying a Machine Learning Model on Kubernetes

Description

This project demonstrates how to containerize a machine learning model using Docker and deploy it on Kubernetes. I exposed the model through a REST API for easy interaction and tested it using both browser and curl requests. The goal was to simulate real-world deployment and understand how DevOps practices support ML workflows in production environments.

Utilities Used

  • Python
  • Flask
  • Docker
  • Kubernetes(Minikube)
  • kubectl
  • curl

Project Walk-through

Containerize Flask-based REST API


Deploy the container to Kubernetes


Expose the service


Test the API


About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages