Closed spitfire88 closed 5 years ago
I am running this app in a GCP cluster. I would like to expose it externally as a service to access its Configuration page. I tried,
kubectl expose deployment acmeair-mainservice --type=LoadBalancer --name=acmeair-external
It leads me to this webpage on port http://EXTERNAL-IP:9080/
Is this the expected behaviour?
You should append /acmeair to the URL.
Thank you, that worked.
I am running this app in a GCP cluster. I would like to expose it externally as a service to access its Configuration page. I tried,
It leads me to this webpage on port http://EXTERNAL-IP:9080/
Is this the expected behaviour?