-
Notifications
You must be signed in to change notification settings - Fork 1
Native Routing in the local Dev Setup #67
Copy link
Copy link
Open
Labels
Q2/2026This topic is relevant for the hackathon in Q2/2026.This topic is relevant for the hackathon in Q2/2026.area/dev-productivityDeveloper productivity related (how to improve development)Developer productivity related (how to improve development)area/networkingNetworking relatedNetworking relatedkind/enhancementEnhancement, improvement, extensionEnhancement, improvement, extensionlifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.teamsize/smallA team of 1-2 people.A team of 1-2 people.
Metadata
Metadata
Assignees
Labels
Q2/2026This topic is relevant for the hackathon in Q2/2026.This topic is relevant for the hackathon in Q2/2026.area/dev-productivityDeveloper productivity related (how to improve development)Developer productivity related (how to improve development)area/networkingNetworking relatedNetworking relatedkind/enhancementEnhancement, improvement, extensionEnhancement, improvement, extensionlifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.teamsize/smallA team of 1-2 people.A team of 1-2 people.
Type
Fields
Give feedbackNo fields configured for issues without a type.
How to categorize this topic?
/area networking
/area dev-productivity
/kind enhancement
/label teamsize/small
What is the topic about?:
Currently, we use overlay networking in the local development setup. Now, that we soon have a
cloud-controller-manager(see gardener/gardener#14415) we could also try to implement a route controller to enable native routing. This could be implemented by simply applying the corresponding routes directly on the nodes, but some care needs to be taken on the nodes of the kind cluster.It would allow us to test certain scenarios in the local development setup, which we can currently only test in real shoot clusters, e.g. switch between native routing and overlay networking.