WO2024129077A1 - Container emulator for kubernetes - Google Patents
Container emulator for kubernetes Download PDFInfo
- Publication number
- WO2024129077A1 WO2024129077A1 PCT/US2022/052859 US2022052859W WO2024129077A1 WO 2024129077 A1 WO2024129077 A1 WO 2024129077A1 US 2022052859 W US2022052859 W US 2022052859W WO 2024129077 A1 WO2024129077 A1 WO 2024129077A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- processing devices
- container
- application
- containers
- application instances
- 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
-
- 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5061—Partitioning or combining of resources
- G06F9/5077—Logical partitioning of resources; Management or configuration of virtualized resources
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/08—Protocols specially adapted for terminal emulation, e.g. Telnet
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
-
- 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/45575—Starting, stopping, suspending or resuming 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/45591—Monitoring or debugging support
Definitions
- This invention relates to a container emulator for improving . BACKGROUND OF THE INVENTION
- the modem company Whether processing ecommerce transactions, streaming content, providing back-end data management for mobile applications, or other services, the modem company requires a large amount of computing resources including processor time, memory, and persistent data storage. The amount of computing resources varies over time. Modern computing installations can dynamically sale up and scale down in order to adapt to changes in usage. For example, Kubemetes is a popular orchestrator for adding and removing instances of applications based on usage. Adding an instance of an application to a host typically includes transmitting, to the host, an executable image including the application and a container for executing the application, which introduces delay. Once executing on a host, the container consumes computing resources in order to perform its function, particularly as this function relates to implementing functionality required by Kubernetes.
- a computing device includes 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 store executable code that, when executed by the one or more processing devices, causes the one or more processing devices to receive a request to instantiate a plurality of containers from a source, each container having a corresponding application image of a plurality of application images.
- the executable code causes the one or more processing devices to instantiate the plurality of application images to obtain a plurality of application instances without instantiating the plurality of containers. Execution of the plurality of containers with respect to the plurality of application instances is emulated in response to instructions from the source.
- FIG. 1 is a schematic block diagram of a network environment for the deployment of applications in accordance with an embodiment
- FIG. 2A is a schematic block diagram showing a conventional approach for implementing containerized applications in accordance with the prior art
- FIG. 2B is a schematic block diagram showing components for emulating a container in accordance with an embodiment
- FIG. 3 A is process flow diagram of a method for emulating the instantiation of an application instance in a container in accordance with an embodiment
- Fig. 3B is a process flow diagram of a method for executing an application instance while emulating a container in accordance with an embodiment
- FIG. 4 is a schematic block diagram of an example computing device suitable for implementing methods in accordance with embodiments of the invention.
- 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 1100 of Fig. 11.
- Computing resources may also be allocated 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.
- An orchestrator 106 provisions computing resources to application instances 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 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.
- An orchestrator 106 may execute on a computer system that is distinct from the servers 102 and may be connected to the servers 102 by a network that requires the use of a destination address for communication, such as using a networking including ethernet 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 ethernet 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.
- application instances 118 are hosted within containers, such as docker containers.
- a “container” may be understood as software that packages all dependencies of an application image so that the application will execute 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 the application image to execute on a host either with or without an underlying operating system.
- host may be understood to be a server 102 or unit of computing resources in the cloud computing platform 104.
- applications instances 118 are instantiated and managed by container emulators 114 that perform some or all of the functions of a container, particularly as relates to containers managed by KUBERNETES, while reducing the computing resources consumed by conventional containers.
- the orchestrator 106 may therefore coordinate with container emulators 114 in order to instantiate and manage application instances 118 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 emulator 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 containers implementing the workers 124 are remote from the servers 102 with respect to which the workers 124 implement workflows.
- the workers 124 may further implement some or all workflows either with or without an agent installed on the server 102 or cloud computing platform 104 that is programmed to cooperate with the workers 124 to implement the workflow.
- the workers 124 may establish a secure command line interface (CLI) connection to the server 102 or cloud computing platform 104.
- CLI secure command line interface
- secure shell (ssh), remote login (rlogin), or remote procedure calls (RPC), or other interface provided by the operating system of the server 102 or cloud computing platform 104 may be used to transmit instructions and verify the completion of instructions on the server 102 or cloud computing platform 104.
- the workers 124 may retrieve an executable image for the component from an image store 126.
- FIG. 2A illustrates a conventional approach for implementing containers 200 instantiated and managed by KUBERNETES.
- a pod 112 is managed by a Kubelet 206 and includes one or more containers 200.
- Each container 200 executes a virtual machine 202 providing an execution context for the application instance 118 hosted by the container 200.
- Each application instance 118 requires its own container 200 and corresponding virtual machine 202.
- Each container 200 further executes one or more daemons 204, i.e., background processes for performing various management tasks.
- the daemon 204 may manage binding of the application instance 118 to a particular processing device (e.g., processor core) and further monitor usage of processing time by the application instance 118.
- the daemon may perform other functions such as monitoring memory and storage usage.
- the daemon 204 may be an agent of the Kubelet 206 and perform binding to a processing device in response to instructions from the Kubelet 206.
- the pod 112 may execute on a server 102 or a unit of computing resources of the cloud computing platform 104. When executing on a server 102, the pod 112 may execute on top of a kernel 208, operating system, or other interface between the pod 112 and the hardware constituting the server 102. Where the pod 112 executes on the cloud computing platform 104, a hypervisor 208 or other component may support execution of the pod 112. A hypervisor 208 may also be present for pods 112 executing on a server 102. As known in the art, a hypervisor is a software component on a host computing device that manages one or more virtual machines executing on the host computing devices and coordinates operation of multiple virtual machines on the host.
- the Kubelet 206 itself may receive instructions and report usage by means of a KUBERNETES application programming interface (API) 210 implemented by a KUBERNETES master for a cluster 111 and/or used by the orchestrator 106 to control operation of the containers 200.
- API application programming interface
- the separate virtual machines 202 and separate daemons 204 for each application instance 118 introduce consumption of computing resources that are not available for the application instances 118 thereby limiting the number of application instances 118 that may execute on a given host. This is particularly problematic in telecommunication applications where edge servers 102 may have limited computing resources.
- a virtual machine 212 instantiated in a pod 112 executes multiple application instances 118, thereby reducing the amount of overhead relative to the prior approach.
- a container emulator 114 executes in the pod 112.
- the Kubelet 206 is configured with an identifier 214 (e.g., pointer) of a container runtime interface (CRI) for containers managed by the Kubelet 206.
- the Kubelet 206 will call the CRI in order to perform tasks relative to containers. In this manner, the Kubelet 206 does not need to have specialized code for each type of container managed by the Kubelet 206.
- the CRI identifier 214 may refer to the container emulator 114 such that the Kubelet 206 will invoke the container emulator 114 to perform container management tasks.
- the Kubelet 206 may call the container emulator 114 to create a container including a virtual machine and daemon (i.e., instantiate a container image including executable code for implementing the virtual machine and daemon) and including an application instance 118.
- the container emulator 114 instantiates the application instance 118 in the virtual machine 212, which may already be executing an application instance 118 instantiated in the same manner.
- the container emulator 114 may create an entry in container state data 216 for each application instance 118 executing in the virtual machine 212. The entry may be used to emulate the state of a container though a container does not in fact exist.
- container state data 216 may record such information as bindings of a particular application instance 118 to a particular processor core, usage statistics including use of processing cycles, memory, and/or storage, or other information.
- the state of a container may map an identifier of an application instance 118 to a container identifier assigned by the Kubel et 206.
- the state of a container may further map network connections, network sessions, or other connectivity data to a corresponding application instance 118.
- the container emulator 114 may include a daemon emulator 218.
- the daemon emulator 218 responds to requests from the Kubelet 206 and/or sends reports to the Kubelet 206 spontaneously. For example, the daemon emulator 218 may report processor usage information to the Kubelet 206.
- the daemon emulator 218 may receive and execute instructions from the Kubelet 206, such as instructions to pause a container, restart a container, instantiate a container, or perform other tasks.
- the daemon emulator 218 performs the tasks with respect to the application instance 118 corresponding to the container identifier in the instruction, such as by pausing the application instance 118, restarting the application instance 118, instantiate a new application instance 118, or performing other tasks with respect to the application instance 118 and/or the container state corresponding to the application instance 118 in the container state data 216.
- the illustrated method 300a may be used in order to execute multiple application instance 118 within a single virtual machine 212 while still permitting management of the application instances 118 by KUBERNETES.
- the method 300a may include the orchestrator 106 instructing 302 the Kubel et 206 to instantiate a container and corresponding application instance 118 on a host.
- Step 302 may have various alternative implementations.
- the instruction to instantiate the application instance 118 may be part of an automatic scaling up due to usage such that the instruction is from the KUBERNETES master of a cluster 111.
- the Kubelet 206 requests 304 instantiation of the container and corresponding application instance 118 by the container emulator 114 (CE 114), which is referenced by the CRI identifier 214 of the Kubelet 206.
- the container emulator 114 may either request just the application image or request the entire container image and derive the application image therefrom.
- the container emulator 114 may store an identifier of the application instance 118 to the container state from step 306, e.g., an identifier of the application instance 118 local to the virtual machine 212 or of a global scope.
- the instruction from step 302 includes an identifier for the application instance 118 this identifier may additionally or alternatively be included in the container state.
- the container emulator 114 may perform one or more configuration tasks with respect to the application instance 118.
- the container emulator 114 may interact with the kernel 208 or hypervisor 208 to bind 312 the application instance 118 to a particular processing device, e.g., a particular processor core of a server 102 or a unit of computing resources including processing resources in the cloud computing platform 104.
- Fig. 3B illustrates a method 300b for operating an application instance 118 with the container emulator 114 in order to emulate a container with respect to KUBERNETES.
- the Kubelet 206 may invoke 314 performance of a container function with respect to an application instance 118 by the container emulator 114 as the CRI that the Kubelet 206 is configured to use.
- the function may include any container function known in the art, such as an instruction to suspend, restart, stop, perform a health check, report usage of computing resources (processor time, memory, storage) or the like.
- the container emulator 114 then performs 316 the function either alone or in cooperation with the virtual machine 212 and/or kernel 208.
- actions such as suspending, restarting, or stopping the application instance 118 may include translating a container identifier provided by the Kubelet 206 to an identifier of the application instance 118 (e.g., a process identifier) using the container state data 216 and instructing the virtual machine 212 to perform the function (suspending, restarting, stopping) with respect to the identifier of the application instance 118.
- the container function is a request for usage information (processor time, memory, storage) for a container identifier.
- the container emulator 114 may then translate the container identifier to an application identifier and retrieve the usage information for the application identifier.
- the container emulator 114 may request the usage information from the kernel 208 in response to the request for usage information and return 320 to the usage information to the Kubelet 206.
- the request may be a request for ongoing collection of usage information for a container identifier mapped to an identifier application instance 118.
- the container emulator 114 may then store usage information in the container state of the container state data 216 in association with the container identifier.
- the container emulator 114 may then periodically return 320 reports of the usage information to the Kubelet 206 or return 320 reports of the usage information to the Kubelet 206 in response to an instruction from the Kubelet 206.
- Fig. 4 is a block diagram illustrating an example computing device 400.
- Computing device 400 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 400.
- the orchestrator 106 and workflow orchestrator 122 may be implemented on different computing devices 400 or a single computing device 400 may host both of the orchestrator 106 and workflow orchestrator 122.
- Computing device 400 includes one or more processor(s) 402, one or more memory device(s) 404, one or more interface(s) 406, one or more mass storage device(s) 408, one or more Input/output (I/O) device(s) 410, and a display device 430 all of which are coupled to a bus 412.
- Processor(s) 402 include one or more processors or controllers that execute instructions stored in memory device(s) 404 and/or mass storage device(s) 408.
- Processor(s) 402 may also include various types of computer-readable media, such as cache memory.
- Memory device(s) 404 include various computer-readable media, such as volatile memory (e.g., random access memory (RAM) 414) and/or nonvolatile memory (e.g., read-only memory (ROM) 416). Memory device(s) 404 may also include rewritable ROM, such as Flash memory.
- volatile memory e.g., random access memory (RAM) 41
- ROM read-only memory
- Memory device(s) 404 may also include rewritable ROM, such as Flash memory.
- Mass storage device(s) 408 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. 4, a particular mass storage device is a hard disk drive 424. Various drives may also be included in mass storage device(s) 408 to enable reading from and/or writing to the various computer readable media. Mass storage device(s) 408 include removable media 426 and/or non-removable media.
- I/O device(s) 410 include various devices that allow data and/or other information to be input to or retrieved from computing device 400.
- Example VO device(s) 410 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 430 includes any type of device capable of displaying information to one or more users of computing device 400. Examples of display device
- 430 include a monitor, display terminal, video projection device, and the like.
- Interface(s) 406 include various interfaces that allow computing device 400 to interact with other systems, devices, or computing environments.
- Example interface(s) 406 include any number of different network interfaces 420, such as interfaces to local area networks (LANs), wide area networks (WANs), wireless networks, and the Internet.
- Other interface(s) include user interface 418 and peripheral device interface 422.
- the interface(s) 406 may also include one or more peripheral interfaces such as interfaces for printers, pointing devices (mice, track pad, etc.), keyboards, and the like.
- Bus 412 allows processor(s) 402, memory device(s) 404, interface(s) 406, mass storage device(s) 408, I/O device(s) 410, and display device 430 to communicate with one another, as well as other devices or components coupled to bus 412.
- Bus 412 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.
- 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
- 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.
- processors 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)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Debugging And Monitoring (AREA)
- Stored Programmes (AREA)
Abstract
Description
Claims
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/US2022/052859 WO2024129077A1 (en) | 2022-12-14 | 2022-12-14 | Container emulator for kubernetes |
| US18/251,831 US20250298649A1 (en) | 2022-12-14 | 2022-12-14 | Container Emulator for Kubernetes |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/US2022/052859 WO2024129077A1 (en) | 2022-12-14 | 2022-12-14 | Container emulator for kubernetes |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2024129077A1 true WO2024129077A1 (en) | 2024-06-20 |
Family
ID=91485433
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2022/052859 Ceased WO2024129077A1 (en) | 2022-12-14 | 2022-12-14 | Container emulator for kubernetes |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US20250298649A1 (en) |
| WO (1) | WO2024129077A1 (en) |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20200334068A1 (en) * | 2017-04-07 | 2020-10-22 | Nicira, Inc. | Application/context-based management of virtual networks using customizable workflows |
| WO2020231841A1 (en) * | 2019-05-10 | 2020-11-19 | Kontain Inc. | Scalable and secure containers |
| US20220200806A1 (en) * | 2020-12-18 | 2022-06-23 | Dell Products, L.P. | Trusted local orchestration of workspaces |
-
2022
- 2022-12-14 WO PCT/US2022/052859 patent/WO2024129077A1/en not_active Ceased
- 2022-12-14 US US18/251,831 patent/US20250298649A1/en active Pending
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20200334068A1 (en) * | 2017-04-07 | 2020-10-22 | Nicira, Inc. | Application/context-based management of virtual networks using customizable workflows |
| WO2020231841A1 (en) * | 2019-05-10 | 2020-11-19 | Kontain Inc. | Scalable and secure containers |
| US20220200806A1 (en) * | 2020-12-18 | 2022-06-23 | Dell Products, L.P. | Trusted local orchestration of workspaces |
Also Published As
| Publication number | Publication date |
|---|---|
| US20250298649A1 (en) | 2025-09-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN104937546B (en) | Method and apparatus for performing a machine restart according to a restart schedule | |
| US8863138B2 (en) | Application service performance in cloud computing | |
| US12056513B2 (en) | Virtual machine migration using multiple, synchronized streams of state data transferring via file descriptors | |
| US20180210752A1 (en) | Accelerator virtualization method and apparatus, and centralized resource manager | |
| CN106533713B (en) | Application deployment method and device | |
| US12160405B2 (en) | Methods, systems and apparatus for handling maintenance events in public cloud deployments | |
| US10404568B2 (en) | Agent manager for distributed transaction monitoring system | |
| US20230004414A1 (en) | Automated instantiation and management of mobile networks | |
| US9778997B2 (en) | Server backup method and backup system using the method | |
| CN114296953B (en) | Multi-cloud heterogeneous system and task processing method | |
| CN110324197A (en) | The method and apparatus of applied in network performance test | |
| US10073689B2 (en) | Managing application lifecycles within a federation of distributed software applications | |
| CN114691299B (en) | An edge computing resource management system based on Serverless | |
| US20250298649A1 (en) | Container Emulator for Kubernetes | |
| US20250291644A1 (en) | Allocating Dedicated Shared CPU | |
| US20250321794A1 (en) | Fractional CPU Allocation | |
| US9668082B2 (en) | Virtual machine based on a mobile device | |
| US20250298683A1 (en) | Local Protect Image for Critical Applications | |
| US20250291770A1 (en) | Seamless NFS Server Pod Addition | |
| US20250298705A1 (en) | Dynamic CPU Allocation on Failover | |
| US20250300924A1 (en) | User Load Simulation | |
| US20250298648A1 (en) | Injecting Network Environmental Variables Into Containers | |
| US20250258533A1 (en) | Power Consumption Management Using CPU Allocation and Configuration | |
| US20260037273A1 (en) | Continuous Container Utilization System and Method | |
| US20250298597A1 (en) | Application Deployment Based on Image Fingerprint |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| WWE | Wipo information: entry into national phase |
Ref document number: 18251831 Country of ref document: US |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 22968708 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: 18251831 Country of ref document: US |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 22968708 Country of ref document: EP Kind code of ref document: A1 |