Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Overview of the SGP Azure architecture
VNet: 10.0.0.0/16 (65,536 IPs) ├── AKS Subnet: 10.0.1.0/24 (256 IPs) ├── Bastion Subnet: 10.0.2.0/26 (64 IPs) ├── Database Subnet: 10.0.3.0/24 (256 IPs) └── Private Endpoints: 10.0.4.0/25 (128 IPs) Pod CIDR: 10.244.0.0/16 (65,536 IPs) Service CIDR: 10.243.0.0/16 (65,536 IPs)
Pods/VMs → NAT Gateway → Public IP → Internet (Stateful, return traffic allowed)
Service IP → Load Balancer → Pod IP (via CNI)
AKS Pods → Private Endpoint → Private Link → PostgreSQL (DNS: server.postgres.database.azure.com)
AKS Pods → API Gateway / Load Balancer → OpenAI / AI Search (Via Private Endpoints)