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.
The Enterprise Intelligence Layer (EIL) Frontend is the user-facing component of Knacklabs' comprehensive AI platform. It delivers a modern, responsive, and accessible web interface that enables employees to securely interact with authorized Large Language Models (LLMs) and intelligent agents.
Key Features:
This container image hosts the web server and application assets required to deploy the frontend service within your infrastructure.
The following information was extracted from the containerfile and other sources.
| Summary | EIL - secure gateway for AI |
| Description | Node.js 20 available as container is a base platform for building and running various Node.js 20 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 | KNACKLABS TECHNOLOGIES PRIVATE LIMITED |
| Maintainer | saicharan@knacklabs.ai |
The following information was extracted from the containerfile and other sources.
| Repository name | Knacklabs/EIL |
| Image version | 0.1.0 |
| Architecture | amd64 |
| Usage | s2i build <SOURCE-REPOSITORY> ubi8/nodejs-20:latest <APP-NAME> |
| Exposed ports | 8080:http |
Instruction for users to get your company's image in the Red Hat Container catalog
1. Prerequisites
* A container runtime (Podman, Docker) or a container orchestration platform (Red Hat OpenShift, Kubernetes).
* Network access to the quay.io registry.
2. Pulling the Image
To download the container image to your local system or cluster, execute the following command:
podman pull quay.io/knacklabs/eil-fe
3. Deployment
This component is designed to run as part of the full Enterprise Intelligence Layer stack. It serves the user interface and must be able to communicate with the EIL Backend service.
Example Run Command (Standalone):
podman run -d --name eil-fe -p 8080:80 quay.io/knacklabs/eil-fe
Note: In a production environment, this container should be deployed alongside the backend service using a configuration map to define API endpoints and authentication settings.