Documentation Index
Fetch the complete documentation index at: https://docs.loqate.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before installing, ensure you have:- Kubernetes v1.23 or higher
- Helm v3.7.0 or higher
- Helmfile v0.144.0 or higher (recommended)
- Docker Hub account with access granted by Loqate
- Loqate license key (API key)
- Persistent storage - At least 250Gi ReadWriteMany (RWX) volume
Recommended tools: Istio v1.11.4+, KEDA v2.4+, Prometheus v2.34.0+ for advanced features
Step 1: Prepare Your Environment
Create a working directory and set environment variables. Unix/Linux:Storage Configuration Options
Storage Configuration Options
Default behavior: Creates a Persistent Volume (PV) and Persistent Volume Claim (PVC) using host filesystem at the path specified by
LOQATE_NFS_SHARE.Custom data path: Set LOQATE_NFS_SHARE to your desired storage location.Existing PVC: Set CLAIM_OVERRIDE to use a pre-configured PVC for network storage. Skip LOQATE_NFS_SHARE if using this option.Step 2: Download Helmfile
Unix/Linux:Step 3: Install Verify
Unix/Linux:- Create the
loqatenamespace - Pull container images from Docker Hub
- Deploy Memberlist, QueryCoordinator, and Spatial-API
- Start InstallManager to download reference data
Step 4: Monitor Installation Progress
Check pod status:Edit complete in the logs.
Step 5: Test Your Installation
Open a port forward:Windows PowerShell Commands
Windows PowerShell Commands
Test version:Test verification:
Download Subset of Datasets
To reduce storage and download time, install only specific countries:- Create
silent.txtfile:
- Create ConfigMap:
- Update InstallManager values to reference the ConfigMap
- Rerun helmfile
Troubleshooting Installation
Pods not starting: Check logs:1/1 ready status.
See Troubleshooting for more solutions.
Next Steps
- Configuration - Add country-specific deployments and certified datasets
- Usage - Learn management commands and monitoring
- Troubleshooting - Resolve common issues

