Skip to main content

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

  1. Open the target Kubernetes cluster.
  2. Go to the Workloads tab.

Cluster View

Cluster Workload

Step 2: Configure Workload and Select NGINX

  1. Set Configuration Method to Select from Catalog.
  2. Enter Name (for example, nginx-catalog-workload).
  3. Enter Namespace (for example, nginx).
  4. Click Select Application from Catalog.
  5. Hover over NGINX Web Server and click Select Application.

Workload info

Select Nginx

Step 3: Choose Version and Deploy

  1. Select the required NGINX version (for example, 1.25.3).
  2. Provide optional values if required by your environment.
  3. Click Submit to deploy the workload.

Nginx version

Step 4: Verify Deployment Status

  1. Open Kubectl Terminal from the cluster.
  2. Verify pod status:
kubectl get pods -n nginx
  1. Verify service status:
kubectl get svc -n nginx

Workload K8s Terminal

Next Steps