An open API service indexing awesome lists of open source software.

https://github.com/noahgift/container-revolution-devops-microservices

DevOps SKlearn Microservice
https://github.com/noahgift/container-revolution-devops-microservices

Last synced: 29 days ago
JSON representation

DevOps SKlearn Microservice

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/noahgift/container-revolution-devops-microservices.svg?style=svg)](https://circleci.com/gh/noahgift/container-revolution-devops-microservices)

# Container Revolution

O'Reilly OLT(Online Live Training) on DevOps course on microservices

## Proposed Kubernetes Example Steps

* Setup and Configure Docker locally
* Setup and Configure Kubernetes locally
* Create Flask scikit-learn app in Container
* Run via kubectl
* Configure cluster and Deploy
* Loadtest and verify auto-scale

## Boston Housing Dataset Pickled model Colab

https://github.com/noahgift/boston_housing_pickle

## Diagram & Steps

1. Create project: Dockerfile, app, serialized/pickled model
2. Build and test
3. Push to Dockerhub
4. Pull it onto AWS Cloud 9
5. Predict via pulled container
6. Extend and push to Amazon ECR
7. Pull onto new AWS Cloud 9 environment via ECR
8. Pull onto GCP Cloud

[![image](https://user-images.githubusercontent.com/58792/65437053-1aeb5d00-ddf1-11e9-94ab-099fc7029e28.png)]