I am having following requirement
Requirement we are currently having multiple azure AKS clusters (dev,uat,staging...) in different vnets. these AKS clusters are deployed using advance networking option through terraform. we need to connect these environment through single vpn gateway.
My understanding and queries as per my understanding we can not create more than one aks cluster in same subet.
if we need to use single vpn gateway for connecting multiple vnets we need to peer all these vnets. it will create non overlapping huge vnet.
Queries
- is single AKS applicable for whole vnet or whole subnet.
- i also assume that it is not possible to use single vpn gateway to connect multiple AKS clusters as it involve Vnet peering and add complexity in terms of networking and kuernates ingress services.