- Save the file: Save the content above as
deploy.shin your project root. - Make it executable: Run
chmod +x deploy.shin your terminal. - Execute: Run
./deploy.sh
Once the deployment is complete, the script will output the local access URL. The application will be running at:
http://localhost:8000
- Save the file: Save the content above as
undeploy.shin your project root. - Make it executable: Run
chmod +x undeploy.sh. - Execute: Run
./undeploy.sh.
This script will reliably stop the background port-forward process and delete all the corresponding Kubernetes resources and the Minikube cluster.



