Skip to content

Supporting material and projects for a course on Cloud DevOps: Microservices.

License

Notifications You must be signed in to change notification settings

ntheanh201/DevOps_Microservices

 
 

Repository files navigation

Cloud DevOps ND - C4- Microservices at Scale using AWS & Kubernetes

Getting Started

  • Project folder: project-ml-microservice-kubernetes

How to run

  1. Installing dependencies via project Makefile. Many of the project dependencies are listed in the file requirements.txt; these can be installed using pip commands in the provided Makefile. While in your project directory, type the following command to install these dependencies.
make setup
make install

Docker configuration

Run: ./make_prediction.sh > output_txt_files/docker_out.txt

Kubernetes configuration

Run: ./make_prediction.sh > kubernetes_out.txt

About

Supporting material and projects for a course on Cloud DevOps: Microservices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 48.3%
  • Python 37.1%
  • Makefile 6.0%
  • JavaScript 4.2%
  • Shell 3.5%
  • Dockerfile 0.7%
  • HTML 0.2%