Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.01 KB

expose-services.md

File metadata and controls

31 lines (18 loc) · 1.01 KB
slug title sidebar_label
expose-services
Publicly expose workloads
Expose Services

When you have deployed your application using the Workloads feature, you will probably like to expose it publicly. In this lab we'll create a Service to publicly expose your application. When you create a Service, the Istio virtual service and and ingress resource for your application will be created automatically.

Create a Service

  1. In the left menu panel under click Services then click on Create Service:

expose services

  1. Select the blue service of the Workload we created in the previous lab:

expose services

  1. Under Exposure Ingress, select External and use the default configuration:

expose services

  1. Click Submit.

  2. Click Deploy Changes.

You will see your service in the list of Services:

expose services

Click on the URL and see the blue application publicly exposed.