SPECIFICATION
In this project, you are going to use a simple web service which parses user messages and adds your message to a Redis Server. It is similar to a voicemail where the users can leave messages.
This project needs to run the application on Kubernetes, hence dockerizing is the primary step in this project. Hence, you will learn how to enable the application to run in docker containers.
ACCEPTANCE CRITERIA
- react application is dockerised
- the docker image size is greatly reduced
- the docker image is pushed to dockerhub
HELPFUL ARTICLES, BLOGS AND VIDEOS
- https://depot.dev/blog/how-to-reduce-your-docker-image-size
- https://devopscube.com/reduce-docker-image-size/
- https://www.knowledgehut.com/blog/web-development/how-to-dockerize-react-app
Good Luck!!!