Sandbox Cluster Management Cheatsheet
This cheatsheet provides commands for managing a Sandbox cluster and deploying applications.
General Usage
make all # create a cluster and deploy the apps
make create # create a k3d cluster
make delete # delete the k3d cluster
make deploy # deploy the apps to the cluster
make clean # delete the apps from the cluster