Using CRDs to create externally routable addresses and route records for pods

US12177124B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-12177124-B2
Application numberUS-202217960126-A
CountryUS
Kind codeB2
Filing dateOct 4, 2022
Priority dateOct 4, 2022
Publication dateDec 24, 2024
Grant dateDec 24, 2024

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

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.

First claim

Opening claim text (preview).

The invention claimed is: 1. A method of deploying an externally routable Pod on a worker node in a first cluster deployed in a first virtual private cloud, the method comprising: at a control plane of a supervisor second cluster (SC): receiving, from a server, notification that an IP Pool custom resource instance has been created in response to an addition of the worker node to the first cluster; creating a set of one or more externally routable IP subnets for the IP pool; and providing, to the server, the set of externally routable IP subnets for the server to use to update IP Pool customer resource instance. 2. The method of claim 1 further comprising: providing a status update to a manager of the first cluster for the manager to direct a Kubernetes manager to update a routing record for the Pod on the worker node. 3. The method of claim 2 , wherein the routing record is a CIDR (Classless Inter-Domain Routing) record. 4. The method of claim 2 further comprising before the notification is received: from the Kubernetes manager, receiving, at the first cluster manager, a notification that the worker node has been added; and from the first cluster manager, receiving, at the server, a request to create an IP Pool custom resource based on an IP Pool CRD (custom resource definition). 5. The method of claim 4 further comprising: from the first cluster manager, receiving, at the server, a request to create a RouteSet custom resource based on a RouteSet CRD; from the first cluster manager, receiving, at the SC control plane, a notification that a RouteSet CR has been added; and creating, at the SC control plane, one or more static routes to deploy at one or more intervening gateway routers between the Pod in the first cluster of the VPC and a network external to a first network for the first VPC. 6. The method of claim 5 , wherein the external network is the network of the supervisor cluster. 7. The method of claim 5 , wherein the external network is the network of a second VPC that connects to the first VPC and the SC through one or more gateway routers. 8. The method of claim 7 , wherein each VPC has a set of managers to manage compute and network resources in each VPC, and the SC has a set of managers to manage compute and network resources in the SC as well as configure the gateway routers to allow traffic to reach said Pod from outside of the first network of the first VPC. 9. The method of claim 5 further comprising: specifying a middlebox service rule to perform a middlebox service operation on packets sent to the externally routable Pod from outside of the Pod's network; and distributing the middlebox service rule to a service node associated with an intervening gateway, said service node enforcing the service rule on said packets. 10. The method of claim 5 further comprising: specifying a middlebox service rule to perform a middlebox service operation on packets sent by the externally routable Pod to a machine outside of the Pod's network; and distributing the middlebox service rule to a service node associated with an intervening gateway, said service node enforcing the service rule on said packets. 11. A non-transitory machine readable medium storing a program for execution by a set of processing units, the program for deploying an externally routable Pod on a worker node in a first cluster deployed in a first virtual private cloud, the program comprising sets of instructions for: at a control plane of a supervisor second cluster (SC): receiving, from a server, notification that an IP Pool custom resource instance has been created in response to an addition of the worker node to the first cluster; creating a set of one or more externally routable IP subnets for the IP pool; and providing, to the server, the set of externally routable IP subnets for the server to use to update IP Pool customer resource instance. 12. The non-transitory machine readable medium of claim 11 , the program further comprising a set of instructions for: providing a status update to a manager of the first cluster for the manager to direct a Kubernetes manager to update a routing record for the Pod on the worker node. 13. The non-transitory machine readable medium of claim 12 , wherein the routing record is a CIDR (Classless Inter-Domain Routing) record. 14. The non-transitory machine readable medium of claim 12 , the program further comprising, before the notification is received, sets of instructions for: from the Kubernetes manager, receiving, at the first cluster manager, a notification that the worker node has been added; and from the first cluster manager, receiving, at the server, a request to create an IP Pool custom resource based on an IP Pool CRD (custom resource definition). 15. The non-transitory machine readable medium of claim 14 , the program further comprising sets of instructions for: from the first cluster manager, receiving, at the server, a request to create a RouteSet custom resource based on a RouteSet CRD; from the first cluster manager, receiving, at the SC control plane, a notification that a RouteSet CR has been added; and creating, at the SC control plane, one or more static routes to deploy at one or more intervening gateway routers between the Pod in the first cluster of the VPC and a network external to a first network for the first VPC. 16. The non-transitory machine readable medium of claim 15 , wherein the external network is the network of the supervisor cluster. 17. The non-transitory machine readable medium of claim 15 , wherein the external network is the network of a second VPC that connects to the first VPC and the SC through one or more gateway routers. 18. The non-transitory machine readable medium of claim 7 , wherein each VPC has a set of managers to manage compute and network resources in each VPC, and the SC has a set of managers to manage compute and network resources in the SC as well as configure the gateway routers to allow traffic to reach said Pod from outside of the first network of the first VPC. 19. The non-transitory machine readable medium of claim 15 , the program further comprising sets of instructions for: specifying a middlebox service rule to perform a middlebox service operation on packets sent to the externally routable Pod from outside of the Pod's network; and distributing the middlebox service rule to a service node associated with an intervening gateway, said service node enforcing the service rule on said packets. 20. The non-transitory machine readable medium of claim 15 , the program further comprising sets of instructions for: specifying a middlebox service rule to perform a middlebox service operation on packets sent by the externally routable Pod to a machine outside of the Pod's network; and distributing the middlebox service rule to a service node associated with an intervening gateway, said service node enforcing the service rule on said packets.

Assignees

Inventors

Classifications

  • Topology update or discovery · CPC title

  • H04L45/586Primary

    of virtual routers · CPC title

  • H04L45/745Primary

    Address table lookup; Address filtering · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US12177124B2 cover?
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 rout…
Who is the assignee on this patent?
VMware LLC
What technology area does this patent fall under?
Primary CPC classification H04L45/586. Mapped technology areas include Electricity.
When was this patent published?
Publication date Tue Dec 24 2024 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 12 related publications on this page (citations in our corpus or others sharing the same primary CPC).