Deployment Guide
This page covers public, production-focused deployment guidance.
Deployment outcomes
A successful deployment gives you:
- A reachable Gateway endpoint for app traffic
- Access to the admin console
- Baseline policy and security controls enabled
- Operational visibility for logs and system health
Recommended rollout path
- Validate host readiness with
llmport doctor - Deploy baseline services with
llmport deploy <path> - Configure authentication and provider settings
- Run smoke tests through the Gateway
- Enable optional modules as needed
Example deployment command
llmport deploy /opt/llm-port
Post-deploy checklist
- Store bootstrap credentials securely
- Rotate default credentials and tokens
- Configure backup and restore strategy
- Enable observability and alerting workflows
- Document operational ownership and support runbook
Scope of this public page
This page intentionally avoids internal orchestration mechanics and low-level implementation internals. For deep operational internals, use internal documentation.