cd my-restapi
go run main.go
cd my-prometheus
make
cd ../my-restapi
make
minikube service my-restapi
minikube service my-prometheus
cd my-prometheus
make deploy_cleann
cd ../my-restapi
make deploy_clean
Then run the deployment above again
cd my-restapi
go run main.go
cd my-prometheus
make
cd ../my-restapi
make
minikube service my-restapi
minikube service my-prometheus
cd my-prometheus
make deploy_cleann
cd ../my-restapi
make deploy_clean
Then run the deployment above again