Files
2026-03-06 21:55:42 +00:00
..
2026-03-05 23:09:27 +00:00
2026-03-05 23:09:27 +00:00
2026-03-06 21:55:42 +00:00
2026-03-05 23:09:27 +00:00
2026-03-06 21:55:42 +00:00

Documentation

Welcome to the latticelm documentation. This directory contains detailed guides and documentation for various aspects of the LLM Gateway.

User Guides

Docker Deployment Guide

Complete guide to deploying the LLM Gateway using Docker with pre-built images or building from source.

Topics covered:

  • Using pre-built container images from CI/CD
  • Configuration with environment variables and config files
  • Docker Compose setup with Redis and monitoring
  • Production considerations (security, resources, networking)
  • Multi-platform builds
  • Troubleshooting and debugging

Admin Web UI

Documentation for the built-in admin dashboard.

Topics covered:

  • Accessing the Admin UI
  • Features and capabilities
  • System information dashboard
  • Provider status monitoring
  • Configuration management

Developer Documentation

Admin UI Specification

Technical specification and design document for the Admin UI component.

Topics covered:

  • Component architecture
  • API endpoints
  • UI mockups and wireframes
  • Implementation details

Implementation Summary

Overview of the implementation details and architecture decisions.

Topics covered:

  • System architecture
  • Provider implementations
  • Key features and their implementations
  • Technology stack

Additional Resources

Deployment Guides

Kubernetes Deployment Guide

Production-grade Kubernetes deployment with high availability, monitoring, and security.

Topics covered:

  • Deploying with Kustomize and kubectl
  • Secrets management (External Secrets Operator, Sealed Secrets)
  • Monitoring with Prometheus and OpenTelemetry
  • Horizontal Pod Autoscaling and PodDisruptionBudgets
  • Security best practices (RBAC, NetworkPolicies, Pod Security)
  • Cloud-specific guides (AWS EKS, GCP GKE, Azure AKS)
  • Storage options (Redis, PostgreSQL, managed services)
  • Rolling updates and rollback strategies

For more documentation, see:

Need Help?