Fork of WeaveWorks' Sockshop demo application with minor changes for Dynatrace demoability
To deploy:
- Create & connect to a minspec K8s cluster (any flavor). AWS/Azure/GCP all offer limited credits to individuals that are suitable for demo purposes.
- Confirm you have
kubectl
access.kubectl get nodes
should return at least one node. - Run deploy script:
cd utils; ./deploy-sockshop.sh
- Confirm deployment successful:
kubectl get -n dev all
andkubectl get -n production all
- Connect to demo application:
kubectl get -n production service front-end
and connect to the external-ip:port in your browser
When done, be sure to spin resources back down:
- Remove sockshop:
cd utils; ./delete-sockshop.sh
- Stop or delete your K8s cluster