How to expose minikube in GCP VM – Debian
I created a debian VM in GCP and installed kubectl and minikube. I deployed one image in the kubectl. I exposed the service using the command kubectl expose deployment hw --type=NodePort --port=80. It exposed in port 31343. But it is…