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 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 created in the previous lab. The blue service will become available once the ArgoCD application is ready:

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.