Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 378 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 378 Bytes

front page

Run App Inside Docker

docker build . -t dockerized-react

docker run -p 3000:3000 -d dockerized-react

Run App Inside Kubernetes

Setup Minikube and apply deployment

minikube start

kubectl apply -f choropleth-deployment.yaml

Use the URL provided from minikube in your browser

minikube service --url choropleth-service