# Step 5: Test the Application

You can test your application directly from the **Services** page.

*Estimated time to complete Step 5 and finish tutorial: 10 minutes.*

## Prerequisites

Before creating a Load Balancer, verify that you accomplished the tasks in the previous tutorial steps. Using the DuploCloud Portal, confirm that:

* An [Infrastructure and Plan](https://docs.duplocloud.com/docs/automation-platform/overview-1/quick-start/step-1-infrastructure) exist, both with the name you created.
* The Infrastructure you created has [GKE Enabled](https://docs.duplocloud.com/docs/automation-platform/overview-1/quick-start/step-1-infrastructure).
* A [Tenant](https://docs.duplocloud.com/docs/automation-platform/overview-2/quick-start/step-2-tenant) with the name you chose has been created.
* A [Service](https://docs.duplocloud.com/docs/automation-platform/overview-1/quick-start/create-a-service-with-gke-autopilot/step-3-create-app-via-k8s) with the name you chose has been created.
* An [Application Load Balancer](https://docs.duplocloud.com/docs/automation-platform/overview-1/quick-start/create-a-service-with-gke-autopilot/step-4-create-a-load-balancer) has been created.

### Select the Tenant you created

In the **Tenant** list box, on the upper-left side of the DuploCloud Portal, select the Tenant that you created.

## Testing the Application

1. In the DuploCloud Portal, navigate to Kubernetes -> Services. The **Services** page displays.
2. From the **Name** column, click on the Service you created.
3. Click the **Load Balancers** tab. The Application Load Balancer configuration is displayed.
4. In the **LB Configuration** card, click the Copy Icon ( <img src="https://2471407984-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F68cb0s9ce5UIUKWPuYs8%2Fuploads%2FWeIdo7gyB77M5reNRKG1%2Fcopy_icon.png?alt=media&#x26;token=903e9bf7-a294-41ae-97e9-dcb22d848041" alt="" data-size="line"> ) to copy the **IP Address** to your clipboard.

<figure><img src="https://2471407984-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F68cb0s9ce5UIUKWPuYs8%2Fuploads%2FJJTEFLWyerRrAVzTA9HL%2FScreenshot%20(211).png?alt=media&#x26;token=763fdd57-4fab-42b2-b76d-76d809244feb" alt=""><figcaption></figcaption></figure>

5. Open a browser instance and **Paste** the IP Address in the URL field of your browser.
6. Press **ENTER**. A web page with the text **Welcome to nginx!** is displayed.

Congratulations! You have just launched your first web service on DuploCloud!

<figure><img src="https://2471407984-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F68cb0s9ce5UIUKWPuYs8%2Fuploads%2Fk4nH8BxiK0HyLqi08f1A%2Fimage.png?alt=media&#x26;token=d4bcb6a9-654b-4e75-a858-858447cad25f" alt=""><figcaption></figcaption></figure>

<br>
