The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
Frontend web application for the Knowledge‑Base MVP; user UI for uploading documents, creating Spaces(corpora), running searches, viewing results, and interacting with chat interfaces. Inputs: user actions (forms, file uploads) and REST calls to the backend; Outputs: rendered lists, search results, and visualizations (documents, summaries, links to references). Typical responsibilities: auth/UI flow, form validation, calling backend APIs, and presenting results.
The following information was extracted from the containerfile and other sources.
| Summary | KBAAS Frontend UI Service |
| Description | Node.js 22 available as container is a base platform for building and running various Node.js 22 applications and frameworks. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. |
| Provider | Slangit Technologies FZO |
| Maintainer | Support <support@slangit.ai> |
The following information was extracted from the containerfile and other sources.
| Repository name | kbaas-frontend |
| Image version | 1.0.1 |
| Architecture | amd64 |
| Usage | s2i build <SOURCE-REPOSITORY> ubi9/nodejs-22:latest <APP-NAME> |
| Exposed ports | 8080:http |
# Login to OpenShift ROSA cluster
oc login --server=https://api.slangit-rosa.ies1.p3.openshiftapps.com:443 --webdocker login default-route-openshift-image-registry.apps.rosa.slangit-rosa.ies1.p3.openshiftapps.com \
-u $(oc whoami) -p $(oc whoami -t)docker pull default-route-openshift-image-registry.apps.rosa.slangit-rosa.ies1.p3.openshiftapps.com/kbaas/mvp-frontend:1.0.1