Skip to content

Repo contains a working example of container orchestration in kubernetes to utilize seperate containers for pulling data, modelling data, and pushing data out.

License

Notifications You must be signed in to change notification settings

Biebrya/model-deployment-kubernetes

 
 

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact

About The Project

I wanted to start a repo that had the ability to use any language in concert with any other language. Sort of a language agnostic where it doesnt matter what language you use. I got this idea from using R and Python as both are very good languages. Some parts of a program I want to use R and others I want to use Python while I mostly use R for my modelling purposes, Python is much better when it comes to cleaning data. I wanted to have a sort of best of both worlds, hence this project.

Built With

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

  1. Docker Installed
  2. Access to Kubernetes cluster
  3. Some sort of pipeline (i.e. Terraform, Jenkins, etc.)
  4. Enthusiasm

Installation

  1. Clone the repo
  2. Put the repo path into your pipeline and make sure your build and deploy shell scripts are able to be called.
  3. Make sure the images that are referenced are the right ones along with where the containers are being mounted. This will allow you to use any language as well as anything else that you want to run sequentially in containers.s

Usage

This is mainly a POC of what you are capable of doing with kubernetes for data scientists. I want to have a good template for projects and my other repo works well for projects that just use R. I wanted a more complete approach that had the CI/CD built into it as well.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Ryan Bieber - @ryan_aka_ryceps - ryan.bieber@protonmail.com

Project Link: https://github.com/ryanbieber/model-deployment-kubernetes

About

Repo contains a working example of container orchestration in kubernetes to utilize seperate containers for pulling data, modelling data, and pushing data out.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 74.5%
  • Shell 25.5%