Enterprise Deployments
Kubernetes inside k3s
This guide provides a step-by-step approach to deploying AccessBot on k3s, a lightweight Kubernetes distribution ideal for POCs or small production environments. The deployment includes the following components:
Architecture Illustration.
Components
- k3s: A lightweight Kubernetes cluster to orchestrate containerized applications.
- PostgreSQL with pg_vector pod: A database solution with vector support for efficient data storage and retrieval.
- Portal UI pod: A user interface for the workforce to request and manage access.
- Admin UI pod: An interface for administrators to configure and oversee access controls.
- API pod: The backend service that handles all communication between the UIs and the database.
- Proxy (Traefik) ingress: A reverse proxy and load balancer to manage traffic routing and secure connections.
- Secrets: API Tokens and passwords are stored as kubernetes secrets.
RHEL ISO
For those looking for a straightforward deployment option, there is a ready-made ISO based on Red Hat Enterprise Linux (RHEL) that includes all the necessary components for running AccessBot.
By using this RHEL VM, you can quickly get AccessBot up and running for POCs or small-scale production environments without needing to manually configure each component.
Please contact support for more info.