Deploy a private self-hosted AI coding assistant on OpenShift so developers get AI-powered IDEs while no code leaves your environment
Teams want IDE-integrated AI coding help without sending proprietary source to public model APIs. They also need governance: who can call the model, which model is served, and where data resides.
This quickstart deploys:
- OpenShift Dev Spaces workspaces with OpenCode (Continue, Cline, Roo Code optional)
- On-cluster inference with vLLM behind llm-d intelligent routing — default model
Qwen/Qwen3.6-35B-A3B-FP8(you can change it to any open-source model you want) - An optional RHCL AI Gateway front door with per-developer API keys
- GitOps Helm charts (ROSA/ARO) or Helm-only install on an existing cluster
- Source and inference stay inside your OpenShift network boundary when configured that way
- OpenAI-compatible
/v1API for IDE extensions - Prefix-cache–aware routing via llm-d Endpoint Picker (EPP)
- Multi-developer namespaces with ConfigMap-prewired extensions
- Optional observability (Grafana; Langfuse/OTel), guardrails, and MCP
| Layer | Technology |
|---|---|
| IDE | OpenShift Dev Spaces |
| Auth front door | RHCL AI Gateway (pca-ai-gateway) |
| Routing | llm-d + Gateway API + EPP |
| Serving | vLLM / KServe LLMInferenceService |
| Platform | Red Hat OpenShift AI, NVIDIA GPU Operator, NFD |
| Delivery | Unified Helm charts in charts/ (ArgoCD or make) |
Developers → Dev Spaces → RHCL AI Gateway → llm-d → EPP → vLLM on NVIDIA GPU.
Full diagrams: docs/architecture.md.
- GPU: 1× NVIDIA GPU with enough VRAM for the model at FP8 (e.g. L40S 48 GB, A100 80 GB, or H100 NVL)
- Storage: PVC for model cache, typically 50–100+ Gi
- CPU / memory: enough for Dev Spaces workspaces plus platform operators (size for team concurrency)
Details: docs/requirements.md, docs/benchmarks.md.
Pick one path.
All paths
- OpenShift 4.20+
- Red Hat OpenShift AI 3.4 (3.3 minimum)
- OpenShift Dev Spaces
- NVIDIA GPU Operator + NFD
- Hugging Face token
ocCLI
Existing OpenShift — operators above already installed, plus RHCL, helm v3. See deploy_existing_openshift/README.md.
ROSA — Terraform >= 1.4.6, AWS CLI, rosa CLI, ROSA entitlement. See PCA_Deployment_ROSA/README.md.
ARO — Terraform >= 1.4.6, Azure CLI, ARO + GPU quota. See PCA_Deployment_ARO/README.md.
- ROSA / ARO: Cloud admin to create the cluster, then OpenShift
cluster-adminto install operators and sync GitOps. - Existing OpenShift: OpenShift
cluster-adminto deploy AI serving, DevSpaces, and (optional) the demo IDP.
Choose one path. Do not mix ArgoCD GitOps (ROSA/ARO) with the existing-OpenShift Helm flow on the same cluster unless you know how ownership overlaps.
Terraform provisions ROSA HCP and a GPU pool; ArgoCD syncs charts/ with values-rosa.yaml.
→ PCA_Deployment_ROSA/README.md
Terraform provisions ARO and a GPU MachineSet; ArgoCD syncs charts/ with values-aro.yaml.
→ PCA_Deployment_ARO/README.md
Cluster already has RHOAI, GPU Operator, and Dev Spaces. Install RHCL first, then:
# AI serving once
make ai-serving-deploy-existing-openshift HF_TOKEN=hf_xxx
# Each developer workspace
make devspace-deploy-existing-openshift DEV_NAMESPACE=<dev-ns>
# 2nd+ developers: HELM_ARGS='--set devspacesGlobalConfig.enabled=false'→ deploy_existing_openshift/README.md
After deploy, run cluster smoke tests (not CI):
make smoke
make smoke AI_NAMESPACE=ai-serving DEV_NAMESPACE=<dev-ns>→ tests/cluster-smoke/README.md
Existing OpenShift — remove with make:
make devspace-undeploy-existing-openshift DEV_NAMESPACE=<dev-ns>
make ai-serving-undeploy-existing-openshiftARO — follow Destroying the Cluster.
ROSA — follow Destroying the Cluster.
| Doc | Topic |
|---|---|
| docs/architecture.md | Stack, traffic path, diagrams |
| docs/requirements.md | Hardware, software, permissions |
| docs/ide-and-extensions.md | Dev Spaces, Continue / Cline / Roo |
| docs/models-and-routing.md | vLLM, llm-d, RHCL |
| docs/benchmarks.md | Performance highlights + links |
| docs/customization.md | Prompts, rules, MCP, quality gates |
| AGENTS.md | Maintainer chart / wave map |
- Title: Private AI Code Assistant on Red Hat OpenShift
- Description: Deploy a private self-hosted AI coding assistant on OpenShift so developers get AI-powered IDEs while no code leaves your environment
- Industry: Media and IT services
- Product: OpenShift AI
- Use case: AI coding assistant, private inference