- Use the following command to start minikube and create a cluster with all the nodes.
./script.sh create
- Use the following command to deploy the application on the cluster (can be accessed through the URL in the terminal).
./script.sh start
- Use the following command to stop the application and delete the cluster.
./script.sh stop
- Use the following command to restart the cluster.
./script.sh restart