How to expose the deployment in Minishift

0 votes

Hi Guys,

I have launched one deployment in Minishift Cluster. I want to expose this deployment. How can I do that?

Aug 26, 2020 in DevOps Tools by akhtar
• 38,230 points
600 views

1 answer to this question.

0 votes

Hi@akhtar,

You need to create a service to expose your deployment.  Create a service by exposing the deployment for your application. You can use the below command.

$ oc expose deployment/hello-limit --port 80 --target-port 8080
service/hello-limit exposed
answered Aug 26, 2020 by MD
• 95,440 points

Related Questions In DevOps Tools

0 votes
1 answer

How to scale the application in Minishift Cluster?

Hi@akhtar, You can scale your application manually or ...READ MORE

answered Aug 26, 2020 in DevOps Tools by anonymous
583 views
0 votes
1 answer

How to autoscale a deployment in Minishift?

Hi@akhtar, MiniShift can autoscale a deployment or a ...READ MORE

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

How to add a service account to the deployment in OpenShift?

Hi@akhtar, Some environment is dependent on a service ...READ MORE

answered Oct 3, 2020 in DevOps Tools by MD
• 95,440 points
2,692 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
370 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,527 views
+2 votes
1 answer
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
703 views
0 votes
1 answer

How to expose an app in Minishift?

Hi@akhtar, To expose your app, you need to ...READ MORE

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