/Private-Note

Cloud computing project

Primary LanguagePython

Private Note - Cloud computing project

Instructor: Dr. S. A. Javadi

Contributors: Soroush Mehraban and Mohammadreza Shahrestani

Semester: Spring 2022

About

homepage It's a simple project inspired from Privnote.com.

Steps

  • Implementing the webserver using Django.
  • Containerize the project by writing a Dockerfile and docker-compose (Multi-stage building)
  • Deploy the project on kubernetes
  • Using HPA component on kubernetes cluster for auto scaling (Additional)
  • Implementation of helm chart on kubernetes cluster (Additional)
  • Using docker-compose to automate resource creation (Additional)