Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 548 Bytes

DEVELOPING.md

File metadata and controls

16 lines (12 loc) · 548 Bytes

Developing

TLDR

kind and helm are required to run and test this repo

./scripts/setup_kind_cluster.sh --install-demo --reset --build-deps
sudo sh -c 'echo "127.0.0.1 tracetest.localdev" >> /etc/hosts'
sudo sh -c 'echo "127.0.0.1 pokeshop.localdev" >> /etc/hosts'
source ./cluster.env
kubectl get pods

Now you can access the app at https://tracetest.localdev:30000 The pokeshop demo is available at https://pokeshop.localdev:30000