[Feature] Support managed routetable for CNI Overlay for non-AKS usage
- Dominant language
- TypeScript
- Stars
- 2.1k
- Forks
- 395
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 13
Description
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Kubenet is being deprecated. For VM outside AKS subnet but within same VNet, we need another routetable to route VMs to access Pods in AKS.
I have checked this with ACI in different subnet, and this solution does work: The only thing need is to have this routetable being managed - so there is no need to modify routetable every time when node number is changed.






**Describe the solution you'd like**
A clear and concise description of what you want to happen.
CNI Overlay can generate a managed routetable for user to use: access Pod in AKS from non-AKS subnet.
Contributor guide
Assessment
This issue has not been assessed yet.