From Zero To Hero with Red Hat Developer Hub
OpenShift Commons Gathering — Buenos Aires 2026
Welcome to the Workshop
In this workshop you will use Red Hat Developer Hub as a self-service development portal to build, deploy, secure, and observe applications on OpenShift — enhanced by AI assistance through Lightspeed and the MCP Gateway.
What You Will Learn
-
Use Software Templates to scaffold backend, frontend, and MCP services
-
Observe automated Tekton pipelines, ArgoCD GitOps, and Topology views
-
Secure APIs with Connectivity Link policies (OIDC and API Key via Kuadrant)
-
Interact with Developer Lightspeed for AI-assisted development
-
Use OpenShift Lightspeed with MCP Gateway for cluster operations
-
Monitor the platform with Grafana, Kiali, and distributed tracing
The Business Case: Neuralbank
Neuralbank is a financial institution modernizing its technology stack. As a developer, you will build three components through Developer Hub:
| Component | Description |
|---|---|
Customer Service MCP |
MCP (Model Context Protocol) server — exposes backend operations as AI-callable tools |
Neuralbank Backend |
Quarkus REST API for customer management and credit scoring |
Neuralbank Frontend |
Web SPA connected to backend and MCP through the Kuadrant gateway |
Environment Access
When you registered on the portal, credentials were assigned automatically:
-
Username:
user1 -
Password:
Welcome123!
Your workspace namespace is user1-neuralbank. All services deploy there.
| Your assigned username appears in the badge in the top bar. Click the edit (pencil) icon to change it. |
Workshop Platform Links
| Tool | URL |
|---|---|
Developer Hub |
https://backstage-developer-hub-developer-hub.apps.cluster.example.com |
Gitea |
|
ArgoCD |
https://openshift-gitops-server-openshift-gitops.apps.cluster.example.com |
Keycloak |
|
Grafana |
|
Mailpit |
https://n8n-mailpit-openshift-lightspeed.apps.cluster.example.com |
Showroom |
|
OpenShift Console |
| These links are also available as quick access shortcuts on the Developer Hub home page and as Console Links in the OpenShift web console application menu. |
Workshop Flow
graph LR
A[Developer Hub] -->|Templates| B[Gitea]
B -->|Webhook| C[Tekton Pipeline]
C -->|Image Build| D[OpenShift]
B -->|GitOps| E[ArgoCD]
E -->|Sync| D
D -->|Gateway API| F[Kuadrant Policies]
F -->|OIDC / API Key| G[Secured APIs]
A -->|Lightspeed| H[AI Assistant]
H -->|MCP Gateway| I[Cluster Tools]