WO2024129078A1 - Injecting network environmental variables into containers - Google Patents
Injecting network environmental variables into containers Download PDFInfo
- Publication number
- WO2024129078A1 WO2024129078A1 PCT/US2022/052864 US2022052864W WO2024129078A1 WO 2024129078 A1 WO2024129078 A1 WO 2024129078A1 US 2022052864 W US2022052864 W US 2022052864W WO 2024129078 A1 WO2024129078 A1 WO 2024129078A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- network
- pod
- environmental variables
- address
- containers
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45533—Hypervisors; Virtual machine monitors
- G06F9/45558—Hypervisor-specific management and integration aspects
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/02—Details
- H04L12/12—Arrangements for remote connection or disconnection of substations or of equipment thereof
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/28—Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
- H04L12/46—Interconnection of networks
- H04L12/4641—Virtual LANs, VLANs, e.g. virtual private networks [VPN]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0803—Configuration setting
- H04L41/0806—Configuration setting for initial configuration or provisioning, e.g. plug-and-play
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0895—Configuration of virtualised networks or elements, e.g. virtualised network function or OpenFlow elements
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45533—Hypervisors; Virtual machine monitors
- G06F9/45558—Hypervisor-specific management and integration aspects
- G06F2009/45562—Creating, deleting, cloning virtual machine instances
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45533—Hypervisors; Virtual machine monitors
- G06F9/45558—Hypervisor-specific management and integration aspects
- G06F2009/45595—Network integration; Enabling network access in virtual machine instances
Definitions
- This invention relates to injecting network environmental variables into containers.
- Containers are a convenient way to execute application instances in a variety of operating environments.
- a container is software that packages all dependencies of an application instance so that the application instance executes reliably and quickly in any given computing environment.
- a container may include executable code, runtime, system tools, system libraries, settings, and the like that enable an application image instance to execute on a host either with or without an underlying operating system.
- An apparatus includes a computing device including one or more processing devices and one or more memory devices operably coupled to the one or more processing devices.
- the one or more memory devices storing executable code that, when executed by the one or more processing devices, causes the one or more processing devices to instantiate a pod according to the pod specification and configure one or more network interfaces for the pod according to the network annotation.
- the executable code causes the one or more processing devices to call a container runtime interface to instantiate one or more containers in the pod.
- the one or more containers are instantiated by the container runtime interface.
- the container runtime interface configures the one or more containers with one or more environmental variables from the network annotation for controlling communication over the one or more network interfaces.
- FIG. 1 is a schematic block diagram of a network environment in which containers may be deployed in accordance with an embodiment
- FIG. 2 is a schematic block diagram showing networks that may be used by a container in accordance with an embodiment
- FIG. 3 is a schematic block diagram illustrating configuration of a pod and a container for performing network communication in accordance with an embodiment
- FIG. 4 is a process flow diagram of a method for configuring a pod and a container for performing network communication in accordance with an embodiment
- Fig. 5 is an example listing of environmental variables in accordance with an embodiment.
- Fig. 6 is a schematic block diagram of an example computing device suitable for implementing methods in accordance with embodiments of the invention. DETAILED DESCRIPTION
- Fig. 1 illustrates an example network environment 100 in which the systems and methods disclosed herein may be used.
- the components of the network environment 100 may be connected to one another by a network such as a local area network (LAN), wide area network (WAN), the Internet, a backplane of a chassis, or other type of network.
- the components of the network environment 100 may be connected by wired or wireless network connections.
- the network environment 100 includes a plurality of servers 102.
- Each of the servers 102 may include one or more computing devices, such as a computing device having some or all of the attributes of the computing device 600 of Fig. 6.
- Computing resources may also be allocated and utilized within a cloud computing platform 104, such as amazon web services (AWS), GOOGLE CLOUD, AZURE, or other cloud computing platform.
- Cloud computing resources may include purchased physical storage, processor time, memory, and/or networking bandwidth in units designated by the provider by the cloud computing platform.
- some or all of the servers 102 may function as edge servers in a telecommunication network.
- some or all of the servers 102 may be coupled to baseband units (BBU) 102a that provide translation between radio frequency signals output and received by antennas 102b and digital data transmitted and received by the servers 102.
- BBU baseband units
- each BBU 102a may perform this translation according to a cellular wireless data protocol (e.g., 4G, 5G, etc.).
- Servers 102 that function as edge servers may have limited computational resources or may be heavily loaded.
- An orchestrator 106 provisions computing resources to application instances 118 of one or more different application executables, such as according to a manifest that defines requirements of computing resources for each application instance.
- the manifest may define dynamic requirements defining the scaling up of a number of application instances 118 and corresponding computing resources in response to usage.
- the orchestrator 106 may include or cooperate with a utility such as KUBERNETES to perform dynamic scaling up and scaling down the number of application instances 118.
- An orchestrator 106 may execute on a computer system that is distinct from the servers 102 and is connected to the servers 102 by a network that requires the use of a destination address for communication, such as using a networking including ethemet protocol, internet protocol (IP), Fibre Channel, or other protocol, including any higher- level protocols built on the previously-mentioned protocols, such as user datagram protocol (UDP), transport control protocol (TCP), or the like.
- a networking including ethemet protocol, internet protocol (IP), Fibre Channel, or other protocol, including any higher- level protocols built on the previously-mentioned protocols, such as user datagram protocol (UDP), transport control protocol (TCP), or the like.
- the orchestrator 106 may cooperate with the servers 102 to initialize and configure the servers 102.
- each server 102 may cooperate with the orchestrator 106 to obtain a gateway address to use for outbound communication and a source address assigned to the server 102 for use in inbound communication.
- the server 102 may cooperate with the orchestrator 106 to install an operating system on the server 102.
- the gateway address and source address may be provided and the operating system installed using the approach described in U.S. Application Serial No. 16/903,266, filed June 16, 2020 and entitled AUTOMATED INITIALIZATION OF SERVERS, which is hereby incorporated herein by reference in its entirety.
- the orchestrator 106 may be accessible by way of an orchestrator dashboard 108.
- the orchestrator dashboard 108 may be implemented as a web server or other serverside application that is accessible by way of a browser or client application executing on a user computing device 110, such as a desktop computer, laptop computer, mobile phone, tablet computer, or other computing device.
- the orchestrator 106 may cooperate with the servers 102 in order to provision computing resources of the servers 102 and instantiate components of a distributed computing system on the servers 102 and/or on the cloud computing platform 104.
- the orchestrator 106 may ingest a manifest defining the provisioning of computing resources to, and the instantiation of, components such as a cluster 111, pod 112 (e.g., KUBERNETES pod), container 114 (e.g., DOCKER container), storage volume 116, and an application instance 118.
- the orchestrator may then allocate computing resources and instantiate the components according to the manifest.
- the manifest may define requirements such as network latency requirements, affinity requirements (same node, same chassis, same rack, same data center, same cloud region, etc.), anti-affinity requirements (different node, different chassis, different rack, different data center, different cloud region, etc.), as well as minimum provisioning requirements (number of cores, amount of memory, etc.), performance or quality of service (QoS) requirements, or other constraints.
- the orchestrator 106 may therefore provision computing resources in order to satisfy or approximately satisfy the requirements of the manifest.
- a workflow is a series of tasks, executables, configuration, parameters, and other computing functions that are predefined and stored in a workflow repository 120.
- a workflow may be defined to instantiate each type of component (cluster 111, pod 112, container 114, storage volume 116, application instance, etc.), monitor the performance of each type of component, repair each type of component, upgrade each type of component, replace each type of component, copy (snapshot, backup, etc.) and restore from a copy each type of component, and other tasks.
- Some or all of the tasks performed by a workflow may be implemented using KUBERNETES or other utility for performing some or all of the tasks.
- the orchestrator 106 may instruct a workflow orchestrator 122 to perform a task with respect to a component.
- the workflow orchestrator 122 retrieves the workflow from the workflow repository 120 corresponding to the task (e.g., the type of task (instantiate, monitor, upgrade, replace, copy, restore, etc.) and the type of component.
- the workflow orchestrator 122 selects a worker 124 from a worker pool and instructs the worker 124 to implement the workflow with respect to a server 102 or the cloud computing platform 104.
- the instruction from the orchestrator 106 may specify a particular server 102, cloud region or cloud provider, or other location for performing the workflow.
- the worker 124 which may be a container, then implements the functions of the workflow with respect to the location instructed by the orchestrator 106. In some implementations, the worker 124 may also perform the tasks of retrieving a workflow from the workflow repository 120 as instructed by the workflow orchestrator 122. The workflow orchestrator 122 and/or the workers 124 may retrieve executable images for instantiating components from an image store 126.
- a cluster 111 may include components, e.g., one or more pods 112 and one or more containers 114) executing on hosts that are connected to a common internal network 200c.
- host may be understood as referring to a server 102, a unit of computing resources of the cloud computing platform 104, or a virtual machine executing on a server 102 or in the cloud computing platform 104.
- the internal network 200c may be a local network, e.g., LAN, or a virtual network connecting components executing on a common host.
- the internal network 200c may be a virtual network implemented by the cloud computing platform.
- the internal network 200c may be the backplane of a chassis to which multiple servers 102 are attached. Communication over the internal network 200c may use a utility such as CALICO to provide for secure communication and routing over the internal network 200c.
- the cluster 111 may also be part of a larger network, such as a network including an upstream network 200a and a downstream network 200b.
- the upstream network may connect the cluster 111 to one or more back-end servers 102 whereas the downstream network 200b is a client facing network including the Internet or connecting the cluster 111 to the Internet.
- Each network 200a, 200b may be accessible by one or more corresponding gateways 202a, 202b that are devices configured to receive connections and traffic from external to the networks 200a, 200b.
- the illustrated configuration is exemplary only.
- a cluster 111 may connect to any number of external networks having any number of purposes.
- a pod 112 may have some or all of the illustrated attributes in order to enable containers 114 to communicate with one or more networks, such as one or more external networks 200a, 200b or an internal network 200c of a cluster 111 to which the pod 112 belongs.
- the pod 112 may be managed by a Kubel et 300 according to KUBERNETES.
- the Kubel et 300 may be configured with a container networking interface (CNI) identifier 302 and a container runtime interface (CRI) identifier 304.
- the CNI identifier 302 and CRI identifier 304 may reference an orchestrator agent 306.
- the orchestrator agent 306 may interface with the orchestrator 106 to extend the functionality of KUBERNETES.
- the CNI identifier 302 and CRI identifier 304 may reference components of the orchestrator agent 306 implementing a CNI 308 and CRI 310.
- the orchestrator 106 may implement functionality in addition to conventional functions of a CRI and CNI according to KUBERNETES.
- a CNI is called by a Kubelet to set up network interfaces for containers of a pod.
- a CRI is called by the Kubelet to instantiate a container and to perform other tasks with respect to a container, such as starting, suspending, and stopping a container.
- the orchestrator 106 may pass a pod specification 312 to a Kubelet 300 in order to instruct the Kubelet 300 to instantiate a pod 112.
- the orchestrator 106 may pass the pod specification 312 to the Kubelet 300 directly or by way of a KUBERNETES master for the cluster 111 to which the pod 112 belongs.
- the KUBERNETES may instantiate the Kubelet 300 and pass the pod specification 312 to the Kubelet 300 in response to an instruction from the orchestrator 106.
- the orchestrator 106 may also pass one or more container specifications 316 to the Kubelet 300 either directly or by way of a KUBERNETES master.
- the container specification 316 may be a separately transmitted data object or part of the pod specification 312.
- the pod specification 312 specifies attributes of the pod 112 to be instantiated and may include any such attributes known in the art.
- a pod specification 312 according to the approach described herein includes a network annotation 314.
- the network annotation 314 is an annotation that will be passed by the Kubelet 300 to the CNI 308 when invoking the CNI 308.
- the network annotation 314 may include additional information than is included in a conventional call to a CNI.
- the network annotation 314 may include network environmental variables 320 that can be used to configure the containers 114 of the pod 112 to use the network interfaces 318 for particular purposes, such as to use specific networks as discussed in greater detail below.
- the CNI 308 of the orchestrator agent 306 may configure the pod network interfaces 318.
- the network interfaces may include an association between one or more virtual local area networks (VLAN) A-C and physical links (PL1, PL2) of a host 324 on top of which the VLAN A-C are implemented.
- the pod network interfaces 318 may be implemented with respect to a device plugin 322 of the pod 112 that provides an interface to the physical links PL1, PL2.
- the Kubelet 300 calls the CRI 310, which is part of, or coordinates with, the orchestrator agent 306.
- the orchestrator agent 306 will have previously received the network annotation 314 when the CNI 308 was called.
- the CRI 310 Upon calling of the CRI 310, the CRI 310 will instantiate the container 114 and the application instance 118 hosted thereby as directed in the container specification 316.
- the CRI 310 will additionally extract one or more network environmental variables 320 from the network annotation 314 and add these environmental variables 320 to the container 114. Examples of these environmental variables 320 are described below with respect to Fig. 5.
- FIG. 4 illustrates a method 400 for instantiating a pod 112 and container 114 with the injection of network environmental variables 320 into the container 114.
- the orchestrator 106 annotates 402 a pod specification 312 with a network annotation 314.
- the pod specification 312 specified how to run containers 114 of the pod 112 instantiated from the pod specification 312.
- the pod specification 312 may define the implementation a logical host for multiple containers 114.
- the pod specification 312 may include a set of namespaces, a file system (e.g., built on a storage volume 116), or other data structures that are shared by containers 114 belonging to the pod 112 instantiated from the pod specification.
- the network annotation 314 includes a set of VLAN identifiers, mappings of the VLAN identifiers to physical links of one or more hosts, and network environmental variables 320 to be injected into the containers 114 hosted by the pod 112 instantiated from the pod specification 312.
- the orchestrator 106 then invokes 404 instantiation of the pod 112 either directly or through a KUBERNETES master.
- the pod is then instantiated 406.
- Instantiation 406 of the pod 112 may include instantiating, by the orchestrator 106, the KUBERNETES master, or some other utility, the Kubel et 300 on a host followed by the Kubelet 300 implementing the pod specification 312 on the host.
- the Kubelet 300 may call 408 the CNI 308 of the orchestrator agent 306, such as due to the pod specification 312 including the CNI identifier 302 referencing the CNI 308.
- the orchestrator agent 306 may have been previously installed on the host or may be installed as part of step 406.
- the orchestrator agent 306 may process 410 the network annotation 314 in order to obtain data describing the network interfaces 318 and to extract the network environmental variables 320.
- the network environmental variables 320 may be stored for subsequent use in memory or persistent storage.
- the CNI 308 uses the network data to configure 412 the network interfaces 318 as described above, including associating VLANs with physical links of the host 324.
- the Kubel et 300 may call 414 the CRI 310 of the orchestrator agent 306 to instantiate one or more containers 114 of the pod 112 according to a container specification 316 received from the orchestrator 106, a KUBERNETES master, or included in the pod specification 312.
- the orchestrator agent 306 instantiates 416 a container 114 as specified in the container specification 316, including instantiating an application instance 118 to be hosted by the container 114.
- the orchestrator agent 306 further configures 418 the network environmental variables 320 of the container 114 according to the network annotation 314.
- the orchestrator agent 306 may then start 420 execution of the one or more containers 114.
- the one or more containers 114 may then invoke entrypoints of the application instances 118 hosted thereby in order to commence execution.
- the application instances 118 may then communicate over any of the networks 200a, 200b, 200c using the network environmental variables 320.
- Fig. 5 illustrates an example listing of network environmental variables 320 for a network including an upstream network 200a, downstream network 200b, and an internal network 200c.
- the network environmental variables 320 may include a subnet IP address, internal IP address assigned to the container 114, an identifier of the utility being used to perform network communication (e.g., CALICO), and an internal network mask.
- the network environmental variables 320 may include an address of the gateway 202a, a virtual function identifier for the VLAN to be used by the container for an upstream interface to the upstream network 200a, and an identifier of a virtual function driver.
- the network environmental variables 320 for the upstream network 200a may further include a subnet IP address, a name of the upstream interface, a peripheral component interconnect (PCI) address on a physical component (e.g., network interface controller) implementing the upstream interface, a name of the physical device of the host 324 implementing the upstream interface, and an identifier of the VLAN to be used for communication over the upstream interface.
- PCI peripheral component interconnect
- the network environmental variables 320 may include an address of the gateway 202b, a PCI address on a physical component (e.g., network interface controller) implementing a downstream interface to the downstream network 200b, a name of a virtual function driver to be used by the container 114 when communicating over the downstream interface, a name of the physical device of the host 324 implementing the downstream interface, a subnet IP address, an identifier of the downstream interface, and an identifier of the VLAN to be used for communication over the downstream network 200b.
- a physical component e.g., network interface controller
- the network environmental variables 320 for the downstream network 200b may further include parameters controlling communication over the downstream network 200b, such as whether to perform spoof checks, whether the downstream network 200b is trusted, the maximum transmission unit (MTU) over the downstream network 200b, or other parameters.
- parameters controlling communication over the downstream network 200b such as whether to perform spoof checks, whether the downstream network 200b is trusted, the maximum transmission unit (MTU) over the downstream network 200b, or other parameters.
- the network environmental variables 320 shown in Fig. 5 are exemplary only.
- the network environmental variables 320 for communication over any given network 200a, 200b, 200c may include values for any of the above-described variables listed above.
- other values that may be helpful to enable an application instance 118 to establish network connections and communicate over any of the networks 200a, 200b, 200c may also be included in the environmental variables 320.
- the containers 114 may address communication over a VLAN and physical component indicated in the network environmental variables 320 using the names, addresses, and/or identifiers indicated in the network environmental variables 320 as described above.
- Fig. 6 is a block diagram illustrating an example computing device 600.
- Computing device 600 may be used to perform various procedures, such as those discussed herein.
- the servers 102, orchestrator 106, workflow orchestrator 122, and cloud computing platform 104 may each be implemented using one or more computing devices 600.
- the orchestrator 106, and workflow orchestrator 122 may be implemented on different computing devices 600 or a single computing device 600 may both of the orchestrator 106, and workflow orchestrator 122.
- Computing device 600 includes one or more processor(s) 602, one or more memory device(s) 604, one or more interface(s) 606, one or more mass storage device(s) 608, one or more Input/output (I/O) device(s) 610, and a display device 630 all of which are coupled to a bus 612.
- Processor(s) 602 include one or more processors or controllers that execute instructions stored in memory device(s) 604 and/or mass storage device(s) 608.
- Processor(s) 602 may also include various types of computer-readable media, such as cache memory.
- Memory device(s) 604 include various computer-readable media, such as volatile memory (e.g., random access memory (RAM) 614) and/or nonvolatile memory (e.g., read-only memory (ROM) 616). Memory device(s) 604 may also include rewritable ROM, such as Flash memory.
- volatile memory e.g., random access memory (RAM) 614
- ROM read-only memory
- Memory device(s) 604 may also include rewritable ROM, such as Flash memory.
- Mass storage device(s) 608 include various computer readable media, such as magnetic tapes, magnetic disks, optical disks, solid-state memory (e.g., Flash memory), and so forth. As shown in Fig. 6, a particular mass storage device is a hard disk drive 624. Various drives may also be included in mass storage device(s) 608 to enable reading from and/or writing to the various computer readable media. Mass storage device(s) 608 include removable media 626 and/or non-removable media.
- I/O device(s) 610 include various devices that allow data and/or other information to be input to or retrieved from computing device 600.
- Example VO device(s) 610 include cursor control devices, keyboards, keypads, microphones, monitors or other display devices, speakers, printers, network interface cards, modems, lenses, CCDs or other image capture devices, and the like.
- Display device 630 includes any type of device capable of displaying information to one or more users of computing device 600. Examples of display device 630 include a monitor, display terminal, video projection device, and the like.
- Interface(s) 606 include various interfaces that allow computing device 600 to interact with other systems, devices, or computing environments.
- Example interface(s) 606 include any number of different network interfaces 620, such as interfaces to local area networks (LANs), wide area networks (WANs), wireless networks, and the Internet.
- Other interface(s) include user interface 618 and peripheral device interface 622.
- the interface(s) 606 may also include one or more peripheral interfaces such as interfaces for printers, pointing devices (mice, track pad, etc.), keyboards, and the like.
- Bus 612 allows processor(s) 602, memory device(s) 604, interface(s) 606, mass storage device(s) 608, I/O device(s) 610, and display device 630 to communicate with one another, as well as other devices or components coupled to bus 612.
- Bus 612 represents one or more of several types of bus structures, such as a system bus, PCI bus, IEEE 1394 bus, USB bus, and so forth.
- programs and other executable program components are shown herein as discrete blocks, although it is understood that such programs and components may reside at various times in different storage components of computing device 600, and are executed by processor(s) 602.
- the systems and procedures described herein can be implemented in hardware, or a combination of hardware, software, and/or firmware.
- one or more application specific integrated circuits (ASICs) can be programmed to carry out one or more of the systems and procedures described herein.
- Implementations of the systems, devices, and methods disclosed herein may comprise or utilize a special purpose or general-purpose computer including computer hardware, such as, for example, one or more processors and system memory, as discussed herein. Implementations within the scope of the present disclosure may also include physical and other computer-readable media for carrying or storing computer-executable instructions and/or data structures. Such computer-readable media can be any available media that can be accessed by a general purpose or special purpose computer system. Computer-readable media that store computer-executable instructions are computer storage media (devices). Computer-readable media that carry computerexecutable instructions are transmission media. Thus, by way of example, and not limitation, implementations of the disclosure can comprise at least two distinctly different kinds of computer-readable media: computer storage media (devices) and transmission media.
- Computer storage media includes RAM, ROM, EEPROM, CD- ROM, solid state drives (“SSDs”) (e.g., based on RAM), Flash memory, phase-change memory (“PCM”), other types of memory, other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer.
- SSDs solid state drives
- PCM phase-change memory
- An implementation of the devices, systems, and methods disclosed herein may communicate over a computer network.
- a “network” is defined as one or more data links that enable the transport of electronic data between computer systems and/or modules and/or other electronic devices.
- Transmissions media can include a network and/or data links, which can be used to carry desired program code means in the form of computerexecutable instructions or data structures and which can be accessed by a general purpose or special purpose computer. Combinations of the above should also be included within the scope of computer-readable media.
- Computer-executable instructions comprise, for example, instructions and data which, when executed at a processor, cause a general purpose computer, special purpose computer, or special purpose processing device to perform a certain function or group of functions.
- the computer executable instructions may be, for example, binaries, intermediate format instructions such as assembly language, or even source code.
- the disclosure may be practiced in network computing environments with many types of computer system configurations, including, an in-dash vehicle computer, personal computers, desktop computers, laptop computers, message processors, hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, mobile telephones, PDAs, tablets, pagers, routers, switches, various storage devices, and the like.
- the disclosure may also be practiced in distributed system environments where local and remote computer systems, which are linked (either by hardwired data links, wireless data links, or by a combination of hardwired and wireless data links) through a network, both perform tasks.
- program modules may be located in both local and remote memory storage devices.
- ASICs application specific integrated circuits
- sensor embodiments discussed above may comprise computer hardware, software, firmware, or any combination thereof to perform at least a portion of their functions.
- a sensor may include computer code configured to be executed in one or more processors, and may include hardware logic/electrical circuitry controlled by the computer code.
- At least some embodiments of the disclosure have been directed to computer program products comprising such logic (e.g., in the form of software) stored on any computer useable medium.
- Such software when executed in one or more data processing devices, causes a device to operate as described herein.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Stored Programmes (AREA)
Abstract
Description
Claims
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US18/250,702 US20250298648A1 (en) | 2022-12-14 | 2022-12-14 | Injecting Network Environmental Variables Into Containers |
| PCT/US2022/052864 WO2024129078A1 (en) | 2022-12-14 | 2022-12-14 | Injecting network environmental variables into containers |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/US2022/052864 WO2024129078A1 (en) | 2022-12-14 | 2022-12-14 | Injecting network environmental variables into containers |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2024129078A1 true WO2024129078A1 (en) | 2024-06-20 |
Family
ID=91485436
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2022/052864 Ceased WO2024129078A1 (en) | 2022-12-14 | 2022-12-14 | Injecting network environmental variables into containers |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US20250298648A1 (en) |
| WO (1) | WO2024129078A1 (en) |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20190361626A1 (en) * | 2018-05-22 | 2019-11-28 | Pure Storage, Inc. | Integrated storage management between storage systems and container orchestrators |
| US20200034254A1 (en) * | 2018-07-30 | 2020-01-30 | EMC IP Holding Company LLC | Seamless mobility for kubernetes based stateful pods using moving target defense |
| US20210328858A1 (en) * | 2020-04-16 | 2021-10-21 | Ribbon Communications Operating Company, Inc. | Communications methods and apparatus for migrating a network interface and/or ip address from one pod to another pod in a kubernetes system |
| US11271895B1 (en) * | 2020-10-07 | 2022-03-08 | Robin Systems, Inc. | Implementing advanced networking capabilities using helm charts |
| US20220278926A1 (en) * | 2021-03-01 | 2022-09-01 | Juniper Networks, Inc. | Container networking interface for multiple types of interfaces |
-
2022
- 2022-12-14 US US18/250,702 patent/US20250298648A1/en active Pending
- 2022-12-14 WO PCT/US2022/052864 patent/WO2024129078A1/en not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20190361626A1 (en) * | 2018-05-22 | 2019-11-28 | Pure Storage, Inc. | Integrated storage management between storage systems and container orchestrators |
| US20200034254A1 (en) * | 2018-07-30 | 2020-01-30 | EMC IP Holding Company LLC | Seamless mobility for kubernetes based stateful pods using moving target defense |
| US20210328858A1 (en) * | 2020-04-16 | 2021-10-21 | Ribbon Communications Operating Company, Inc. | Communications methods and apparatus for migrating a network interface and/or ip address from one pod to another pod in a kubernetes system |
| US11271895B1 (en) * | 2020-10-07 | 2022-03-08 | Robin Systems, Inc. | Implementing advanced networking capabilities using helm charts |
| US20220278926A1 (en) * | 2021-03-01 | 2022-09-01 | Juniper Networks, Inc. | Container networking interface for multiple types of interfaces |
Also Published As
| Publication number | Publication date |
|---|---|
| US20250298648A1 (en) | 2025-09-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP3343364B1 (en) | Accelerator virtualization method and apparatus, and centralized resource manager | |
| EP3471366A1 (en) | Container deployment method, communication method between services and related devices | |
| EP3373518B1 (en) | Service configuration method and device for network service | |
| JP2020129800A (en) | Virtual network interface object | |
| CN112333017B (en) | Service configuration method, device, equipment and storage medium | |
| CN114039930B (en) | Data packet processing method and system | |
| US12273938B2 (en) | System and method of managing PNF connectivity in a network slice instance | |
| WO2009097776A1 (en) | System, device and method for achieving service upgrade | |
| CN110311948B (en) | Communication method between container groups and container cloud network system based on same | |
| CN115865921A (en) | Method, system, storage medium and electronic device for constructing container network | |
| US20250298648A1 (en) | Injecting Network Environmental Variables Into Containers | |
| US20250291644A1 (en) | Allocating Dedicated Shared CPU | |
| US20250321794A1 (en) | Fractional CPU Allocation | |
| US20250298897A1 (en) | Security Scan With Backup | |
| CN116800605B (en) | Network implementation method, system, equipment and medium for running virtual machine in container | |
| US10291717B2 (en) | Prioritizing VDI sessions and redirected devices in software defined networks | |
| WO2024114645A1 (en) | Instantiation method for virtualization network function (vnf), and apparatus | |
| US20250291770A1 (en) | Seamless NFS Server Pod Addition | |
| US20250298705A1 (en) | Dynamic CPU Allocation on Failover | |
| US20250298683A1 (en) | Local Protect Image for Critical Applications | |
| CN111988446A (en) | Message processing method and device, electronic equipment and storage medium | |
| US20250298597A1 (en) | Application Deployment Based on Image Fingerprint | |
| US20260037273A1 (en) | Continuous Container Utilization System and Method | |
| US20250291677A1 (en) | Multi-Cluster Recovery | |
| US20250291678A1 (en) | Cluster Snapshots |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| WWE | Wipo information: entry into national phase |
Ref document number: 18250702 Country of ref document: US |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 22968709 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWP | Wipo information: published in national office |
Ref document number: 18250702 Country of ref document: US |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 22968709 Country of ref document: EP Kind code of ref document: A1 |