Skip to main content

Publicly expose workloads

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 in APL to expose your application publicly. When you create a Service, APL will create the Istio virtual service and configure ingress for your application.

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.