How to expose an app in Minishift

0 votes

Hi Guys,

I have created one app in Minishift. I want to expose this app. How can I do that?

Aug 18, 2020 in DevOps Tools by akhtar
• 38,230 points
426 views

1 answer to this question.

0 votes

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
answered Aug 18, 2020 by MD
• 95,440 points

Related Questions In DevOps Tools

0 votes
1 answer

How to create a new-app in Minishift?

Hi@MD, You can use oc new-app command in ...READ MORE

answered Aug 18, 2020 in DevOps Tools by akhtar
• 38,230 points
644 views
0 votes
1 answer

How to connect log file as an input in Logstash?

Hi@akhtar, You can use the file plugin to ...READ MORE

answered Jun 17, 2020 in DevOps Tools by MD
• 95,440 points
1,450 views
0 votes
1 answer

How to install minishift in windows system?

Hi@akhtar, To install Minishift manually on Windows using Windows Installer, ...READ MORE

answered Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
4,436 views
0 votes
1 answer

How to create Users with the HTPasswd Identity Provider in Minishift?

Hi@akhtar, You can create a user using htpasswd ...READ MORE

answered Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
675 views
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
14,494 views
+4 votes
1 answer

Installing Web UI (Dashboard):kubernetes-dashboard on main Ubuntu 16.04.6 LTS (Xenial Xerus) server

Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE

answered Apr 12, 2019 in Kubernetes by Kalgi
• 52,360 points

reshown Apr 12, 2019 by Kalgi 5,956 views
0 votes
1 answer

How to expose the deployment in Minishift?

Hi@akhtar, You need to create a service to ...READ MORE

answered Aug 26, 2020 in DevOps Tools by MD
• 95,440 points
573 views
0 votes
1 answer

How to expose a service in Minishift?

Hi@akhtar, You can expose your service in the ...READ MORE

answered Oct 3, 2020 in DevOps Tools by MD
• 95,440 points
341 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP