Azure / Azure/AKS

[Feature] Support managed routetable for CNI Overlay for non-AKS usage

Open
#4,871 1 comment 0 reactions 5 assignees Claimed by @therealmitchconnors View on GitHub
feature-request networking
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.

![Image](https://github.com/user-attachments/assets/9789eb2d-3b09-4ca1-b7bf-68b408e491bb)

![Image](https://github.com/user-attachments/assets/3073f284-d78f-40f4-83d3-fe5995fa2a9a)

![Image](https://github.com/user-attachments/assets/aa45d4c1-3e4d-4792-b54d-77921ba653a9)

![Image](https://github.com/user-attachments/assets/0037e634-4ea2-4639-b051-4abfda50e669)

![Image](https://github.com/user-attachments/assets/3056975d-bc6a-4b27-9bac-7fb35900566f)

![Image](https://github.com/user-attachments/assets/282c6352-21bb-42cc-a4af-b2972c9f3604)

**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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.