81566/how-to-expose-an-app-in-minishift
Hi Guys,
I have created one app in Minishift. I want to expose this app. How can I do that?
Hi@akhtar,
To expose your app, you need to find the service for that app. You can use the below command to find the service name.
$ oc get svc
After that, you can use the below command to expose your app.
$ oc expose svc/name
Hi@MD, You can use oc new-app command in ...READ MORE
Hi@akhtar, You can use the file plugin to ...READ MORE
Hi@akhtar, To install Minishift manually on Windows using Windows Installer, ...READ MORE
Hi@akhtar, You can create a user using htpasswd ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Try using ingress itself in this manner except ...READ MORE
Hi Kalgi after following above steps it ...READ MORE
Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE
Hi@akhtar, You need to create a service to ...READ MORE
Hi@akhtar, You can expose your service in the ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.