IP Library Granted Patent US 12,627,632
Granted Patent B2
US 12,627,632 · App. 18/121,548 · Granted May 12, 2026

Multiple connectivity modes for containerized workloads in a multi-tenant network

Inventors: Xiaopei Liu (Beijing, CN); Danting Liu (Beijing, CN); Jianjun Shen (Redwood City, CA); Qian Sun (Beijing, CN); Wenfeng Liu (Beijing, CN); Donghai Han (Beijing, CN)
Assignee: VMware LLC
H04L61/5007H04L12/4641H04L61/2503H04L2101/668
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12,627,632
App. No.
18/121,548
Granted
May 12, 2026
Kind
B2
Abstract

The disclosure provides a method for isolated environments for containerized workloads within a virtual private cloud in a networking environment. The method generally includes defining, by a user, a subnet custom resource object for creating a subnet in the virtual private cloud, wherein defining the subnet custom resource object comprises defining a connectivity mode for the subnet; deploying the subnet custom resource object such that the subnet is created in the virtual private cloud with the connectivity mode specified for the subnet; defining, by the user, a subnet port custom resource object for assigning a node to the subnet, wherein one or more containerized workloads are running on the node; and deploying the subnet port custom resource object such that the node is assigned to the subnet.

Claims (87)

1 . A method comprising:

managing, by an orchestration control plane implemented by a container orchestrator in a virtual private cloud (VPC) networking environment, a container-based cluster comprising a plurality of containers, the plurality of containers comprising a first container on a first virtual machine (VM) executing a first containerized workload, wherein the first container is managed by a first container engine running on the first VM on a first host;

providing, within the VPC networking environment, a plurality of available connectivity modes for the first workload on the first container, the plurality of available connectivity modes comprising:

a first connectivity mode in which internet protocol (IP) addresses are directly addressable only within the VPC;

a second connectivity mode in which IP addresses are directly addressable only within a first level isolation construct that includes the VPC; and

a third connectivity mode in which IP addresses are directly addressable only within a second level isolation construct that includes the VPC and the first level isolation construct;

identifying a subnet custom resource definition (CRD) object specifying a selected connectivity mode to create an isolated environment for the first containerized workload;

providing an isolated environment for the first containerized workload by creating a subnet based on a subnet custom resource definition (CRD) object, wherein addressability of IP addresses within the subnet is based on the connectivity mode specified by the subnet CRD object; and

assigning the first containerized workload to the subnet by deploying a subnet port CRD object that associates the subnet with the first VM.

2 . The method of claim 1 , wherein:

the VPC networking environment is divided into one or more second level isolation constructs, including the second level isolation construct;

each of the one or more second level isolation constructs is divided into one or more first level isolation constructs, including the first level isolation construct; and

each of the one or more first level isolation constructs is divided into one or more VPCs, including the VPC.

3 . The method of claim 1 , wherein:

the connectivity mode specified for the subnet is the first connectivity mode;

creating the subnet in the VPC comprises assigning one or more private IP addresses in a private IP classless inter-domain routing (CIDR) block to the subnet, the one or more private IP addresses addressable within the VPC;

assigning the first VM to the subnet comprises assigning a private IP address of the one or more private IP addresses assigned to the subnet to the first VM; and

the first VM is directly addressable by the private IP address within the VPC and not outside the VPC.

4 . The method of claim 1 , wherein:

the connectivity mode specified for the subnet is the second connectivity mode;

creating the subnet in the VPC comprises assigning one or more project IP addresses in a project IP CIDR block to the subnet, the one or more project IP addresses addressable within the first level isolation construct;

assigning the first VM to the subnet comprises assigning a project IP address of the one or more project IP addresses assigned to the subnet to the first VM; and

the first VM is directly addressable by the project IP address within the first level isolation construct and not outside the first level isolation construct.

5 . The method of claim 1 , wherein:

the connectivity mode specified for the subnet is the third connectivity mode;

creating the subnet in the VPC with the connectivity mode specified for the subnet comprises assigning one or more public IP addresses in a public IP CIDR block to the subnet, the one or more public IP addresses addressable within the second level isolation construct;

assigning the first VM to the subnet comprises assigning a public IP address of the one or more public IP addresses assigned to the subnet to the first VM; and

the first VM is directly addressable by the public IP address within the second level isolation construct and not outside the second level isolation construct.

6 . The method of claim 1 , further comprising performing network address translation at a first gateway associated with the VPC to translate IP addresses addressable within the VPC.

7 . The method of claim 6 , further comprising performing network address translation at a second gateway associated with the first level isolation construct to translate IP addresses addressable within the first level isolation construct.

8 . The method of claim 7 , further comprising performing network address translation at a third gateway associated with the second level isolation construct to translate IP addresses addressable within the second level isolation construct.

9 . A system comprising:

one or more processors; and

at least one computer-readable medium storing instructions executable by the one or more processors to perform operations comprising:

managing, by an orchestration control plane implemented by a container orchestrator in a virtual private cloud (VPC) networking environment, a container-based cluster comprising a plurality of containers, the plurality of containers comprising a first container on a first virtual machine (VM) executing a first containerized workload, wherein the first container is managed by a first container engine running on the first VM on a first host;

providing, within the VPC networking environment, a plurality of available connectivity modes for the first workload on the first container, the plurality of available connectivity modes comprising:

a first connectivity mode in which internet protocol (IP) addresses are directly addressable only within the VPC;

a second connectivity mode in which IP addresses are directly addressable only within a first level isolation construct that includes the VPC; and

a third connectivity mode in which IP addresses are directly addressable only within a second level isolation construct that includes the VPC and the first level isolation construct;

identifying a subnet custom resource definition (CRD) object specifying a selected connectivity mode to create an isolated environment for the first containerized workload;

providing an isolated environment for the first containerized workload by creating a subnet based on a subnet custom resource definition (CRD) object, wherein addressability of IP addresses within the subnet is based on the connectivity mode specified by the subnet CRD object; and

assigning the first containerized workload to the subnet by deploying a subnet port CRD object that associates the subnet with the first VM.

10 . The system of claim 9 , wherein:

the VPC networking environment is divided into one or more second level isolation constructs, including the second level isolation construct;

each of the one or more second level isolation constructs is divided into one or more first level isolation constructs, including the first level isolation construct; and

each of the one or more first level isolation constructs is divided into one or more VPCs, including the VPC.

11 . The system of claim 9 , wherein:

the connectivity mode specified for the subnet is the first connectivity mode;

creating the subnet in the VPC comprises assigning one or more private IP addresses in a private IP classless inter-domain routing (CIDR) block to the subnet, the one or more private IP addresses addressable within the VPC;

assigning the first VM to the subnet comprises assigning a private IP address of the one or more private IP addresses assigned to the subnet to the first VM; and

the first VM is directly addressable by the private IP address within the VPC and not outside the VPC.

12 . The system of claim 9 , wherein:

the connectivity mode specified for the subnet is the second connectivity mode;

creating the subnet in the VPC comprises assigning one or more project IP addresses in a project IP CIDR block to the subnet, the one or more project IP addresses addressable within the first level isolation construct;

assigning the first VM to the subnet comprises assigning a project IP address of the one or more project IP addresses assigned to the subnet to the first VM; and

the first VM is directly addressable by the project IP address within the first level isolation construct and not outside the first level isolation construct.

13 . The system of claim 9 , wherein:

the connectivity mode specified for the subnet is the third connectivity mode;

creating the subnet in the VPC with the connectivity mode specified for the subnet comprises assigning one or more public IP addresses in a public IP CIDR block to the subnet, the one or more public IP addresses addressable within the second level isolation construct;

assigning the first VM to the subnet comprises assigning a public IP address of the one or more public IP addresses assigned to the subnet to the first VM; and

the first VM is directly addressable by the public IP address within the second level isolation construct and not outside the second level isolation construct.

14 . The system of claim 9 , wherein the operations further comprise performing network address translation at a first gateway associated with the VPC to translate IP addresses addressable within the VPC.

15 . The system of claim 14 , wherein the operations further comprise performing network address translation at a second gateway associated with the first level isolation construct to translate IP addresses addressable within the first level isolation construct.

16 . The system of claim 15 , wherein the operations further comprise performing network address translation at a third gateway associated with the second level isolation construct to translate IP addresses addressable within the second level isolation construct.

17 . A non-transitory computer-readable medium comprising instructions executable by one or more processors to perform operations comprising:

managing, by an orchestration control plane implemented by a container orchestrator in a virtual private cloud (VPC) networking environment, a container-based cluster comprising a plurality of containers, the plurality of containers comprising a first container on a first virtual machine (VM) executing a first containerized workload, wherein the first container is managed by a first container engine running on the first VM on a first host;

providing, within the VPC networking environment, a plurality of available connectivity modes for the first workload on the first container, the plurality of available connectivity modes comprising:

a first connectivity mode in which internet protocol (IP) addresses are directly addressable only within the VPC;

a second connectivity mode in which IP addresses are directly addressable only within a first level isolation construct that includes the VPC; and

a third connectivity mode in which IP addresses are directly addressable only within a second level isolation construct that includes the VPC and the first level isolation construct;

identifying a subnet custom resource definition (CRD) object specifying a selected connectivity mode to create an isolated environment for the first containerized workload;

providing an isolated environment for the first containerized workload by creating a subnet based on a subnet custom resource definition (CRD) object, wherein addressability of IP addresses within the subnet is based on the connectivity mode specified by the subnet CRD object; and

assigning the first containerized workload to the subnet by deploying a subnet port-custom resource CRD object that associates the subnet with the first VM.

18 . The non-transitory computer-readable medium of claim 17 , wherein:

the VPC networking environment is divided into one or more second level isolation constructs, including the second level isolation construct;

each of the one or more second level isolation constructs is divided into one or more first level isolation constructs, including the first level isolation construct; and

each of the one or more first level isolation constructs is divided into one or more VPCs, including the VPC.

19 . The non-transitory computer-readable medium of claim 17 , wherein:

the connectivity mode specified for the subnet is the first connectivity mode;

creating the subnet in the VPC comprises assigning one or more private IP addresses in a private IP classless inter-domain routing (CIDR) block to the subnet, the one or more private IP addresses addressable within the VPC;

assigning the first VM to the subnet comprises assigning a private IP address of the one or more private IP addresses assigned to the subnet to the first VM; and

the first VM is directly addressable by the private IP address within the VPC and not outside the VPC.

20 . The non-transitory computer-readable medium of claim 17 , wherein:

the connectivity mode specified for the subnet is the second connectivity mode;

creating the subnet in the VPC comprises assigning one or more project IP addresses in a project IP CIDR block to the subnet, the one or more project IP addresses addressable within the first level isolation construct;

assigning the first VM to the subnet comprises assigning a project IP address of the one or more project IP addresses assigned to the subnet to the first VM; and

the first VM is directly addressable by the project IP address within the first level isolation construct and not outside the first level isolation construct.

Assignments (2)
CHANGE OF NAME Recorded May 8, 2024
From: VMWARE, INC.
To: VMWARE LLC
Reel/Frame 067355/0001 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Apr 18, 2023
From: LIU, XIAOPEI; LIU, DANTING; SHEN, JIANJUN; SUN, QIAN; LIU, WENFENG; HAN, DONGHAI
To: VMWARE, INC.
Reel/Frame 063366/0647 →
Continuity (1)
Related Publication 20240314104A1 · Sep 19, 2024
References Cited (9)
US 9992086B1 · Mizik · 2018 [cited by examiner]
US 11843517B1 · Prateek · 2023 [cited by examiner]
US 20180063193A1 · Chandrashekhar · 2018 [cited by examiner]
US 20190173757A1 · Hira · 2019 [cited by examiner]
US 20200067733A1 · Hira · 2020 [cited by examiner]
US 20200092138A1 · Tillotson · 2020 [cited by examiner]
US 20210311803A1 · Zhou · 2021 [cited by examiner]
US 20220038311A1 · Shen · 2022 [cited by examiner]
Extended European Search Report, European Application No. 24158560.3 dated Nov. 4, 2024, 11 pages. [cited by applicant]