AlexIoannides/kubernetes-mlops
A tutorial for deploying SciKit Learn and Keras ML models as production RESTful API services on Kubernetes using Docker containers and Seldon Core.

This repository demonstrates how to turn ML models into production-grade RESTful prediction APIs using Docker containerization and Kubernetes orchestration. It covers deploying ML models trained with SciKit Learn or Keras as microservices, configuring fault-tolerance, auto-scaling, and rolling updates in a cloud-agnostic manner. The tutorial includes Seldon Core configuration for model serving on Google Cloud Platform.