This article will not go much into detail…
TL;DR: Using a single Dockerfile per repository, that was also used for local development as described in Part 1 and Part 2, build production images of the Django backend and React frontend and deploy them in a kubernetes cluster.
TL;DR: Using docker and docker-compose create an easy to use and excellent approximation of a production environment. In this example, Node’s Webpack has “hot reload” capabilities making it possible to develop a React JS application…