Exploring Kubernetes Features: Load Distribution, Autoscaling, High Availability, and Failure Recovery
-
To install the required libraries:
pip3 install -r requirements.txt
-
Docker build: To be executed if there is a change in python code
- To build docker image: docker build -t farheenj/comp6231-project-image:latest .
- To push the image to dockerhub repository: docker push farheenj/comp6231-project-image:latest