Deployment¶
MazeVault Deployment Guides for Azure AKS and On-Premise
This section provides deployment documentation for installing and configuring the MazeVault platform.
In This Section¶
| Document | Description |
|---|---|
| System Requirements | Hardware, software, and network requirements |
| Azure AKS Deployment | Kubernetes deployment on Azure AKS |
| Primary Local + Azure Gateway Runbook | Validated command-by-command hybrid deployment procedure |
| On-Premise Deployment | Docker Compose deployment on Rocky Linux / RHEL |
| Helm Charts | Helm chart configuration reference |
| TLS Configuration | TLS certificates and HTTPS setup |
| Environment Variables | Complete reference for all configuration variables |
Deployment Decision Matrix¶
| Criteria | Azure AKS | On-Premise |
|---|---|---|
| Recommended for | Production, enterprise | Restricted networks, air-gapped |
| License Tier | Enterprise+ | All |
| High Availability | ✅ Native K8s + AKS | ⚠️ Manual setup |
| Auto-scaling | ✅ HPA | ❌ Manual |
| Azure Integration | ✅ Key Vault, Entra ID, Monitor | ⚠️ Partial (VPN required) |
| Offline Deployment | ❌ | ✅ |
| Maintenance | Lower (managed K8s) | Higher (self-managed) |