NGINX Web Server
Overview
Use this guide to deploy the NGINX Web Server on an existing Kubernetes cluster from the Bridge application catalog.
Prerequisites
- Tenant Admin access
- A running Kubernetes cluster
Deploy NGINX from Catalog
Step 1: Open Cluster Workloads
- Open the target Kubernetes cluster.
- Go to the Workloads tab.


Step 2: Configure Workload and Select NGINX
- Set Configuration Method to Select from Catalog.
- Enter Name (for example,
nginx-catalog-workload). - Enter Namespace (for example,
nginx). - Click Select Application from Catalog.
- Hover over NGINX Web Server and click Select Application.


Step 3: Choose Version and Deploy
- Select the required NGINX version (for example,
1.25.3). - Provide optional values if required by your environment.
- Click Submit to deploy the workload.

Step 4: Verify Deployment Status
- Open Kubectl Terminal from the cluster.
- Verify pod status:
kubectl get pods -n nginx
- Verify service status:
kubectl get svc -n nginx
