Voting App on Azure Kubernetes Service
Voting App on Azure Kubernetes Service
Introduction
Azure Kubernetes Service(AKS)
- Network Design:
| Network | CIDR | IP Address Count |
|---|---|---|
| VNET CIDR | 10.0.0.0/19 | 8192 |
| Subnet CIDR | ||
| Application Node Pool | 10.0.0.0/21 | 2048 |
| Monitoring Node Pool | 10.0.8.0/22 | 1024 |
| System Node Pool | 10.0.12.0/22 | 1024 |
| Database Node Pool | 10.0.16.0/22 | 1024 |
This post is licensed under CC BY 4.0 by the author.