Skip to main content
Version: 5.4.0

NGINX Web Server

Overview

Use this guide to deploy the NGINX Web Server on an existing Kubernetes cluster from Bridge application catalog.

Prerequisites

  • Tenant Admin access
  • A running Kubernetes cluster

Deploy NGINX from Catalog

Step 1: Open Cluster Workloads

  1. Click the cluster name to open the cluster overview.
  2. Navigate to the Workloads tab.
  3. Click Add Workloads.

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-app-01).
  3. Enter Namespace (for example, nginx).
  4. Select NGINX Web Server from the catalog.

Workload info

Step 3: Choose Version and Deploy

  1. Select the required NGINX version (for example, 1.25.3).
  2. Provide optional Ingress 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

  • Kubernetes Upgrade — Upgrade your cluster to the latest Kubernetes version for new features and security patches.
  • Cluster Scaling — Scale worker nodes up or down to match workload demands without recreating the cluster.