Applications Overview
What Are Applications in Bridge?
Applications in Bridge are workloads that run on your Kubernetes clusters — custom applications and web services, or pre-configured catalog workloads. You deploy them onto clusters you created in Bridge, and manage their lifecycle from Bridge UI or kubectl.
Bridge supports both custom workloads (your own containerized apps or Helm charts) and catalog workloads (pre-built templates such as NGINX, Kubeflow). Applications run on your clusters and use the compute and GPU resources allocated to those clusters.
How It Works
-
Cluster — You need a running Kubernetes cluster (created in Bridge with a template such as None, Ray, or NVIDIA NIM).
-
Deploy — You deploy workloads onto the cluster: either custom apps (container images or Helm charts) or catalog applications and templates (e.g., NGINX). Bridge schedules the workload, pulls images or charts, and starts the application.
For step-by-step deployment, see Custom Application Deployment and NGINX Web Server.
Next Steps
- Custom Application Deployment — Deploy custom applications (Helm or container) and monitor, scale, update, expose, or delete them.
- NGINX Web Server — Deploy NGINX from the application catalog.