Django, React, and Kubernetes in GKE — This article focuses on a strategy to deploy static assets, specifically assets generated with the create-react-app toolchain. The assets are served using Django deployed in a Kubernetes cluster on the Google cloud GKE platform. The technologies used include Django, React, Docker, gcloud and its related CLIs, e.g. gsutil. It explores…