Architecture
Thecobi-dashboard Helm chart deploys the full Cobi platform as a set of Kubernetes workloads. All components run in a single namespace and communicate over the cluster network.
Components
Connection Map
Dependency Chart Sources
Exposure Models
The chart supports Gateway API, Kubernetes Ingress, and OpenShift Routes for the user-facing app/API path. Enable one model at a time:- Gateway API — uses
GatewayandHTTPRouteresources, tested with Envoy Gateway. This is the preferred kOps v2/self-hosted rehearsal path and is configured undergateway. - Kubernetes Ingress — uses top-level
ingressvalues, tested withnginx. It supports shared-host routing and separate hostnames for app, API, Connect, MinIO, and Grafana. - OpenShift Routes — uses frontend and backend API
Routeresources with edge TLS termination, configured underopenshift.route. Connect stays internal throughCONNECT_SERVICE_URLunless your deployment needs to expose it separately.