Kubernetes Pod Routing with CRDs for External Addressability

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

There is a need for automated networking solutions that allow administrators to configure and customize network deployments in software-defined datacenters, particularly for externally routable Pods in Kubernetes clusters, without requiring extensive networking knowledge.

Innovation Solution

The use of two new Kubernetes CRDs, IPPool and RouteSet, to make Pods externally routable by creating IP subnets and static routes through a supervisor cluster's control plane, enabling direct addressability from external clients.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If automated networking solutions are implemented, then ease of operation is improved, but device complexity increases

Engineering Contradiction:
Improveease of operationVSAvoiddevice complexity
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The patent introduces CRD controllers as intermediary components that mediate between the user-friendly CRD API and the complex underlying networking infrastructure. These controllers automatically translate high-level IPPool and RouteSet definitions into low-level network configurations, hiding the complexity from users while enabling automated networking solutions.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system implements feedback mechanisms where CRD controllers continuously monitor the state of network resources and automatically adjust configurations to maintain desired networking states. This feedback loop enables automated correction of network issues and dynamic adaptation to changing conditions without requiring user intervention.

Inventive Principle:
Principle #23Feedback

2Adaptability or versatility

If administrators can configure and customize network deployments, then adaptability is improved, but ease of operation deteriorates

Engineering Contradiction:
ImproveadaptabilityVSAvoidease of operation
Core Design Contradiction:
Adaptability or versatilityVSEase of operation

Solution Approach 1:

The patent segments network configuration into distinct, manageable CRD resources (IPPool, RouteSet, etc.) that can be independently configured and customized. This segmentation allows administrators to modify specific network aspects without affecting the entire system, providing adaptability while maintaining ease of operation through modular configuration.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system enables dynamic network configuration where administrators can modify IPPool and RouteSet definitions at runtime. The CRD controllers automatically process these changes and apply them to the networking infrastructure, allowing the system to adapt to changing requirements while maintaining simple configuration procedures.

Inventive Principle:
Principle #15Dynamics

3Productivity

If Pods are made externally routable with direct addressability, then productivity is improved, but device complexity increases

Engineering Contradiction:
ImproveproductivityVSAvoiddevice complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent uses CRD controllers as intermediaries that automatically manage the complexity of making Pods externally routable. These controllers handle IP address allocation, route propagation, and network policy enforcement, enabling direct Pod addressability without requiring administrators to manually configure complex networking parameters.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system implements self-service mechanisms where the networking infrastructure automatically assigns IP addresses to Pods from configured IPPools and propagates necessary routes through the network. This automation enables Pods to become externally routable without manual intervention, improving productivity while the CRD controllers manage the underlying complexity.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS12542740B2Using CRDs to create externally routable addresses and route records for pods
Publication Date: 2026.02.03 VMWARE INC
  • US12542740B2 patent drawing
  • US12542740B2 patent drawing
  • US12542740B2 patent drawing

AI summary

Some embodiments provide an automated method for defining externally routable Pods within a Kubernetes cluster. In some embodiments, the Pod operates in a guest cluster has its own VPC (virtual private cloud) network in a datacenter with several other guest clusters that have their own VPC networks and their own set of managers. In some embodiments, a Pod within a GC can be made externally routable so that it can be directly addressable from an external client outside of the Pod's network by using two new Kubernetes CRDs (custom resource definitions), which are an IPPool CRD and a RouteSet CRD. Examples of such external clients include VMs or Pods in another GC or a supervisor cluster connected to the particular GC through a gateway, or from a machine outside of the network of all of the GCs or SC.