CN115756594A - Dynamic cross-resource pool operator deployment method, system and storage medium - Google Patents

Dynamic cross-resource pool operator deployment method, system and storage medium Download PDF

Info

Publication number
CN115756594A
CN115756594A CN202211705860.6A CN202211705860A CN115756594A CN 115756594 A CN115756594 A CN 115756594A CN 202211705860 A CN202211705860 A CN 202211705860A CN 115756594 A CN115756594 A CN 115756594A
Authority
CN
China
Prior art keywords
version
operator
paas component
paas
matched
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.)
Pending
Application number
CN202211705860.6A
Other languages
Chinese (zh)
Inventor
李文
邓志强
罗以攀
林宏杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianyi Cloud Technology Co Ltd
Original Assignee
Tianyi Cloud Technology Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Tianyi Cloud Technology Co Ltd filed Critical Tianyi Cloud Technology Co Ltd
Priority to CN202211705860.6A priority Critical patent/CN115756594A/en
Publication of CN115756594A publication Critical patent/CN115756594A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention relates to the technical field of information, in particular to a method, a system and a storage medium for dynamically deploying an operator across resource pools, wherein the method comprises the following steps: recording the matching relation between the paas component version and the operator version; receiving a cloud cluster paas component opening instruction, and deploying a matched operator to a cloud cluster; recording paas component examples of the cloud cluster and used versions; monitoring a version release message, and sending an operator version upgrading task to a component example needing to upgrade the operator version; and monitoring a cancellation message of the paas component instances, and if the operator version is not used by any paas component instance, unloading the operator of the corresponding version from the cloud cluster. The beneficial technical effects of the invention comprise: and dynamic management of the lifecycle of the operator in the cross-resource pool multi-container cloud cluster is realized.

Description

Dynamic cross-resource pool operator deployment method, system and storage medium
Technical Field
The invention relates to the technical field of information, in particular to a dynamic cross-resource-pool operator deployment method, a dynamic cross-resource-pool operator deployment system and a storage medium.
Background
The Operator is a method for encapsulating, deploying and managing kubernets applications, and based on application-specific controllers, the functions of the kubernets API can be extended to create, configure and manage instances of complex applications on behalf of kubernets users. The Operator manages applications and their components using custom resource CR, which is an API extension mechanism in kubernets. The custom resource definition CRD will specify the CR and list all the configurations available to the Operator user. The Operator monitors the CR type and takes application specific actions to ensure that the current state coincides with the ideal state of the resource. In a PaaS platform application scene, cloud native PaaS components are deployed on the basis of operators, the number and versions of the operators in a container cloud cluster are more and more along with the increase of the number of the resource pool and the container cloud cluster in the resource pool, and how to perform full life cycle management of the operators, such as automatic installation, upgrading and unloading, also becomes a problem. Therefore, there is a need to develop a technology capable of improving management efficiency of the operator.
Disclosure of Invention
The technical problems to be solved by the invention are as follows: the technical problem of lack of a high-efficiency operator management and control scheme at present. The method, the system and the storage medium for dynamically deploying the operators across the resource pool are provided, and the management and control of the whole life cycle of the operators can be efficiently completed through the installation, the upgrade and the uninstallation of the operators.
In order to solve the technical problems, the invention adopts the following technical scheme: the dynamic cross-resource pool operator deployment method comprises the following steps:
recording the matching relation between the paas component version and the operator version;
receiving a cloud cluster paas component opening instruction, and deploying an operator matched with the version of the paas component to the cloud cluster;
recording paas component instances of the cloud cluster and operator versions used by the paas component instances;
monitoring a new operator version release message, and sending an operator version upgrading task to an assembly example needing to upgrade the operator version;
and monitoring a message of logging off the paas component instance, and if the operator version is not used by any paas component instance, unloading the operator of the corresponding version from the cloud cluster.
Preferably, the method for recording the matching relationship between the paas component version and the operator version comprises the following steps: establishing a matching table of the paas component version and the operator version, wherein the matching table records the operator version matched with the paas component version.
Preferably, after receiving a paas component opening instruction of the cloud cluster, determining whether the cloud cluster has deployed an operator matched with the version of the paas component, if so, not performing operation, otherwise, if not, obtaining a matched operator version according to the version of the paas component of the cloud cluster, and deploying the matched operator version.
Preferably, the method for judging whether the cloud cluster is provided with the operator matched with the paas component version comprises the following steps:
establishing an operator version table, wherein the operator version table records the operator version used by the cloud cluster at present;
obtaining an operator version matched with the paas component version according to the matching table;
inquiring the operator version table, if the operator version table does not record the operator version matched with the paas component version, judging that the operator matched with the paas component version is not deployed by the cloud cluster, otherwise, if the operator version table records the operator version matched with the paas component version, judging that the operator matched with the paas component version is deployed by the cloud cluster;
and after the matched operator version is deployed, updating the operator version table.
Preferably, the method for recording the paas component instance and the operator version used by the cloud cluster comprises the following steps:
establishing a paas component version table, wherein the paas component version table records a paas component version and a paas component instance set which are currently used, and the paas component instance set records a paas component instance and an operator version used by the paas component instance.
Preferably, the method for obtaining the component instance of which the operator version needs to be upgraded comprises the following steps:
and querying the paas component version table to obtain a paas component instance set corresponding to the old operator version, namely the paas component instance set of which the operator version needs to be upgraded, wherein the paas component instance in the paas component instance set is the paas component instance of which the operator version needs to be upgraded.
Preferably, the method for judging whether the operator version is used by the paas component instance comprises the following steps:
and querying the paas component version table to obtain a paas component instance set corresponding to the operator version, if the paas component instance set is empty, determining that the operator version is not used by any paas component instance, otherwise, if the paas component instance set is not empty, determining that the operator version is used by the paas component instance.
The dynamic cross-resource-pool operator deployment system is used for executing the dynamic cross-resource-pool operator deployment method and comprises a version management center, an operator automatic deployment unit, an operator automatic upgrade unit and an operator automatic uninstall unit,
the version management center records the matching relationship between the paas component version and the operator version, the operator automatic deployment unit receives the cloud cluster paas component opening instruction, deploys an operator matched with the paas component version to the cloud cluster, after the paas component is opened, the version management center records the paas component instance of the cloud cluster and the used operator version, the operator automatic upgrade unit monitors a new operator version release message and sends an operator version upgrade task to the component instance needing to upgrade the operator version, the operator automatic uninstall unit monitors a log-off message of the paas component instance, and if the operator version is not used by any paas component instance, the operator of the corresponding version is uninstalled from the cloud cluster.
Preferably, the version management center establishes a matching table of the paas component version and the operator version, and the matching table records the operator version matched with the paas component version.
Preferably, after receiving a paas component opening instruction of the cloud cluster, the operator automatic deployment unit judges whether an operator matched with the version of the paas component is deployed or not, if so, the operator does not operate, otherwise, if the operator matched with the version of the paas component is not deployed, the operator automatic deployment unit obtains a matched operator version according to the version of the paas component of the cloud cluster, and deploys the matched operator version;
the version management center establishes an operator version table, the operator version table records an operator version used by the cloud cluster currently, the operator automatic deployment unit obtains an operator version matched with the paas component version according to the matching table, the operator automatic deployment unit inquires the operator version table, if the operator version table does not record an operator version matched with the paas component version, the cloud cluster is judged not to deploy an operator matched with the paas component version, otherwise, if the operator version table records an operator version matched with the paas component version, the cloud cluster is judged to have deployed an operator matched with the paas component version, and the operator automatic deployment unit notifies the version management center to update the operator version table after deploying the matched operator version.
Preferably, the version management center establishes a paas component version table, the paas component version table records the currently used paas component version and the paas component instance set, and the paas component instance set records the paas component instance and the operator version used by the paas component instance.
A computer system comprising a memory, a processor and a computer program stored in the memory and executable on the processor, which when executed by the processor implements a dynamic cross resource pool operator deployment method as aforesaid.
A computer readable storage medium storing a computer program which, when executed by a processor, implements a dynamic cross resource pool operator deployment method as described above.
The beneficial technical effects of the invention comprise: the constraint relation between the component version and the operator version is managed through the version management center, the deployment, the upgrade and the uninstallation of the operator are automatically triggered when the component is opened, the new version of the operator is released and the component is cancelled, and the dynamic management of the life cycle of the operator in the multi-container cloud cluster across the resource pool is realized.
Other features and advantages of the present invention will be disclosed in more detail in the following detailed description of the invention and the accompanying drawings.
Drawings
The invention is further described with reference to the accompanying drawings:
fig. 1 is a schematic flowchart of a method for dynamically deploying across resource pools, according to an embodiment of the present invention.
Fig. 2 is a schematic diagram of a method for determining cloud cluster version matching according to an embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a system for dynamically deploying across resource pools operator according to an embodiment of the present invention.
FIG. 4 is a diagram illustrating a computer system according to an embodiment of the present invention.
Wherein: 10. version management center, 20, operator automatic deployment unit, 30, operator automatic upgrade unit, 40, operator automatic uninstallation unit, 50, computer system, 51, memory, 52, computer program, 53, processor.
Detailed Description
The technical solutions of the embodiments of the present invention are explained and illustrated below with reference to the drawings of the embodiments of the present invention, but the embodiments described below are only preferred embodiments of the present invention, and not all of them. Other embodiments obtained by persons skilled in the art without making creative efforts based on the embodiments in the implementation belong to the protection scope of the invention.
In the following description, the appearances of the indicating orientation or positional relationship such as the terms "inner", "outer", "upper", "lower", "left", "right", etc. are only for convenience in describing the embodiments and for simplicity in description, and do not indicate or imply that the device or element being referred to must have a particular orientation, be constructed and operated in a particular orientation, and are not to be construed as limiting the present invention.
Before the technical solution of the present embodiment is introduced, an application scenario of the present embodiment is introduced.
The Operator, based on an application specific controller, can extend the functionality of the kubernets API to create, configure and manage instances of complex applications on behalf of users. Operator manages applications and their components using Custom Resources (CR), which is an API extension mechanism in kubernets. A Custom Resource Definition (CRD) will specify the CR and list all configurations available to the Operator user. The Operator monitors the CR type and takes application specific actions to ensure that the current state coincides with the ideal state of the resource. In a PaaS platform application scene, cloud native PaaS components are deployed based on operators, and as the number of resource pools and container cloud clusters in the resource pools increases, the number and versions of the operators in the container cloud clusters also increase.
Referring to fig. 1, a method for dynamically deploying an operator across resource pools includes the following steps:
step A01) recording the matching relationship between the paas component version and the operator version;
step A02) receiving a cloud cluster paas component opening instruction, and deploying an operator matched with the version of the paas component to the cloud cluster;
step A03), recording paas component examples of the cloud cluster and operator versions used by the paas component examples;
step A04) monitoring a new operator version release message, and sending an operator version upgrading task to a component example needing to upgrade the operator version;
step A05) monitoring a pa as component instance logout message, and unloading an operator of a corresponding version from the cloud cluster if the operator version is not used by any paas component instance.
The method for recording the matching relationship between the paas component version and the operator version comprises the following steps: and establishing a matching table of the paas component version and the operator version, wherein the matching table records the operator version matched with the paas component version.
In this embodiment, the version management center 10: the public area version management center 10 provides paas component version and operator version management functions, and maintains a constraint relationship between paas component version and operator version.
operator automatic deployment: when a user selects a certain container cloud cluster of a certain resource pool to activate a paas component, a paas component activation engine firstly judges whether the container cloud cluster deploys an operator or not, if the container cloud cluster does not deploy, a matched latest operator version is obtained according to the version of the paas component which needs to be deployed at present, then the deployment of the operator is automatically issued to automatically deploy the operator, the version relationship between the container cloud cluster example and the component operator is recorded in an example center, and a basis is provided for automatically upgrading the operator version subsequently.
operator automatic upgrade: when a new operator version is released, after the version is successfully released, a notification message is sent to an operator management scheduling center, the operator management scheduling center acquires all container cloud clusters with operators installed, an operator upgrading task is generated for each container cloud cluster, the operator upgrading task firstly acquires example versions in the container cloud clusters, whether the latest operator versions are matched or not is judged, and if yes, the operator upgrading task is issued to the resource pool container cluster to automatically pull up the new version of the operator.
operator automatic unloading: when the log-off of the paas component instance in a certain container cloud cluster of a certain resource pool is completed, whether the instance of the component still exists in the container cloud cluster is judged, and if the instance of the component does not exist in the container cloud cluster, operator uninstalling is triggered.
After receiving a paas component opening instruction of the cloud cluster, judging whether the cloud cluster deploys an operator matched with the version of the paas component, if so, not operating, otherwise, if not, acquiring a matched operator version according to the version of the paas component of the cloud cluster, and deploying the matched operator version.
Referring to fig. 2, a method for determining whether an operator matched with a paas component version has been deployed in a cloud cluster includes:
step B01) establishing an operator version table, wherein the operator version table records the operator version used by the current cloud cluster;
step B02) obtaining an operator version matched with the paas component version according to the matching table;
step B03) inquiring an operator version table, if the operator version table does not record the operator version matched with the paas component version, judging that the operator matched with the paas component version is not deployed in the cloud cluster, otherwise, if the operator version table records the operator version matched with the paas component version, judging that the operator matched with the paas component version is deployed in the cloud cluster;
and step B04) deploying the matched operator version, and updating the operator version table.
The method for recording the paas component instances of the cloud cluster and the operator version used by the paas component instances comprises the following steps:
establishing a paas component version table, wherein the paas component version table records the current used paas component version and paas component instance set, and the paas component instance set records the paas component instance and the operator version used by the paas component instance.
The method for obtaining the component instance of which the operator version needs to be upgraded comprises the following steps:
and querying the paas component version table to obtain a paas component instance set corresponding to the old operator version, namely the paas component instance set of which the operator version needs to be upgraded, wherein the paas component instance in the paas component instance set is the paas component instance of which the operator version needs to be upgraded.
The method for judging whether the operator version is used by the paas component instance comprises the following steps:
and querying the paas component version table to obtain a paas component instance set corresponding to the operator version, if the paas component instance set is empty, determining that the operator version is not used by any paas component instance, otherwise, if the paas component instance set is not empty, determining that the operator version is used by the paas component instance.
The constraint relation between the component version and the operator version is managed through the version management center 10, the deployment, the upgrade and the uninstallation of the operator are automatically triggered when the component is opened, the new version of the operator is released and the component is cancelled, and the dynamic management of the life cycle of the operator in the multi-container cloud cluster across the resource pool is realized.
On the other hand, the present embodiment provides a dynamic cross resource pool operator deployment system, which is used for executing the aforementioned dynamic cross resource pool operator deployment method, please refer to fig. 3, including a version management center 10, an operator automatic deployment unit 20, an operator automatic upgrade unit 30, and an operator automatic uninstall unit 40,
the method comprises the steps that a version management center 10 records the matching relation between a paas component version and an operator version, an operator automatic deployment unit 20 receives a cloud cluster paas component opening instruction, an operator matched with the paas component version is deployed to a cloud cluster, the version management center 10 records a paas component instance of the cloud cluster and an operator version used after the paas component is opened, an operator automatic upgrading unit 30 monitors a new operator version release message and sends an operator version upgrading task to a component instance needing upgrading the operator version, an operator automatic unloading unit 40 monitors a log-off message of the paas component instance, and if the operator version is not used by any paas component instance, the operator of the corresponding version is unloaded from the cloud cluster.
The version management center 10 establishes a matching table of the paas component version and the operator version, and the matching table records the operator version matched with the paas component version.
After receiving a paas component opening instruction of the cloud cluster, the operator automatic deployment unit 20 judges whether the cloud cluster deploys an operator matched with the version of the paas component, if so, the operation is not performed, otherwise, if not, the operator matched with the version of the paas component is acquired according to the version of the paas component of the cloud cluster, and the matched operator version is deployed;
the version management center 10 establishes an operator version table, the operator version table records an operator version used by the current cloud cluster, the operator automatic deployment unit 20 obtains an operator version matched with the paas component version according to the matching table, the operator automatic deployment unit 20 inquires the operator version table, if the operator version table does not record an operator version matched with the paas component version, it is determined that the cloud cluster does not deploy an operator matched with the paas component version, otherwise, if the operator version table records an operator version matched with the paas component version, it is determined that the cloud cluster deploys an operator matched with the paas component version, and the operator automatic deployment unit 20 deploys the matched operator version and informs the version management center 10 to update the operator version table.
The version management center 10 establishes a paas component version table, the paas component version table records the current used paas component version and paas component instance set, and the paas component instance set records the paas component instance and the operator version used by the paas component instance.
In another aspect, referring to fig. 4, a computer system 50 includes a memory 51, a processor 53, and a computer program 52 stored in the memory 51 and running on the processor 53, where when the computer program 52 is executed by the processor 53, the method for dynamically deploying across resource pools operator is implemented.
The computer system may be a general purpose computer system or a special purpose computer system. In particular implementations, the computer system may be a server cluster including a plurality of servers, such as may be a blockchain system including a plurality of nodes. Those skilled in the art will appreciate that FIG. 4 is merely exemplary of a computer system and is not intended to limit the computer system and that it may include more or less components than those shown, or some components may be combined, or different components may be included, such as input output devices, network access devices, etc.
The Processor 53 may be a Central Processing Unit (CPU), and the Processor 53 may also be other general-purpose Processor 53, a Digital Signal Processor 53 (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, and so on. The general purpose processor 53 may be a microprocessor 53 or may also be any conventional processor 53.
The storage 51 may be, in some embodiments, an internal storage unit of the computer system, such as a hard disk or a memory of the computer system. The memory 51 may also be an external storage device of the computer system in other embodiments, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), etc. provided on the computer system. Further, the memory 51 may also include both internal storage units of the computer system and external storage devices. The memory 51 is used for storing an operating system, an application program, a Boot Loader (Boot Loader), data, and other programs. The memory 51 may also be used to temporarily store data that has been output or is to be output.
On the other hand, an embodiment of the present application provides a computer-readable storage medium, where a computer program 52 is stored, and when being executed by a processor 53, the computer program 52 implements the dynamic cross resource pool operator deployment method as described above.
While the invention has been described with reference to specific embodiments thereof, it will be understood by those skilled in the art that the invention is not limited thereto, and may be embodied in many different forms without departing from the spirit and scope of the invention as set forth in the following claims. Any modification which does not depart from the functional and structural principles of the present invention is intended to be included within the scope of the claims.

Claims (13)

1. A dynamic cross-resource pool operator deployment method is characterized in that,
the method comprises the following steps:
recording the matching relation between the paas component version and the operator version;
receiving a cloud cluster paas component opening instruction, and deploying an operator matched with the version of the paas component to the cloud cluster;
recording paas component examples of the cloud cluster and the used operator version;
monitoring a new operator version release message, and sending an operator version upgrading task to an assembly example needing to upgrade the operator version;
and monitoring a message of logging off the paas component instance, and if the operator version is not used by any paas component instance, unloading the operator of the corresponding version from the cloud cluster.
2. The dynamic cross resource pool operator deployment method of claim 1,
the method for recording the matching relationship between the paas component version and the operator version comprises the following steps: and establishing a matching table of the paas component version and the operator version, wherein the matching table records the operator version matched with the paas component version.
3. The dynamic cross resource pool operator deployment method of claim 2,
and after receiving a paas component opening instruction of the cloud cluster, judging whether the cloud cluster deploys an operator matched with the version of the paas component, if so, not operating, otherwise, if not, acquiring a matched operator version according to the version of the paas component of the cloud cluster, and deploying the matched operator version.
4. The dynamic cross resource pool operator deployment method according to claim 3,
the method for judging whether the cloud cluster deploys the operator matched with the paas component version comprises the following steps:
establishing an operator version table, wherein the operator version table records the operator version used by the cloud cluster at present;
obtaining an operator version matched with the paas component version according to the matching table;
inquiring the operator version table, if the operator version table does not record the operator version matched with the paas component version, judging that the operator matched with the paas component version is not deployed by the cloud cluster, otherwise, if the operator version table records the operator version matched with the paas component version, judging that the operator matched with the paas component version is deployed by the cloud cluster;
and after the matched operator version is deployed, updating the operator version table.
5. The dynamic cross resource pool operator deployment method according to any one of claims 1 to 4,
the method for recording the paas component instances of the cloud cluster and the operator version used by the paas component instances comprises the following steps:
establishing a paas component version table, wherein the paas component version table records a paas component version and a paas component instance set which are currently used, and the paas component instance set records a paas component instance and an operator version used by the paas component instance.
6. The dynamic cross resource pool operator deployment method of claim 5,
the method for obtaining the component instance of the operator version needing to be upgraded comprises the following steps:
and querying the paas component version table to obtain a paas component instance set corresponding to the old operator version, namely the paas component instance set of which the operator version needs to be upgraded, wherein the paas component instance in the paas component instance set is the paas component instance of which the operator version needs to be upgraded.
7. The dynamic cross resource pool operator deployment method of claim 5,
the method for judging whether the operator version is used by the paas component instance comprises the following steps:
and querying the paas component version table to obtain a paas component instance set corresponding to the operator version, if the paas component instance set is empty, determining that the operator version is not used by any paas component instance, otherwise, determining that the operator version is used by the paas component instance if the paas component instance set is not empty.
8. A dynamic cross resource pool operator deployment system for performing the dynamic cross resource pool operator deployment method according to any one of claims 1 to 7,
comprises a version management center, an operator automatic deployment unit, an operator automatic upgrade unit and an operator automatic uninstall unit,
the version management center records the matching relationship between the paas component version and the operator version, the operator automatic deployment unit receives the cloud cluster paas component opening instruction, deploys an operator matched with the paas component version to the cloud cluster, after the paas component is opened, the version management center records the paas component instance of the cloud cluster and the used operator version, the operator automatic upgrade unit monitors a new operator version release message and sends an operator version upgrade task to the component instance needing to upgrade the operator version, the operator automatic uninstall unit monitors a log-off message of the paas component instance, and if the operator version is not used by any paas component instance, the operator of the corresponding version is uninstalled from the cloud cluster.
9. The dynamic cross resource pool operator deployment system of claim 8,
the version management center establishes a matching table of the paas component version and the operator version, and the matching table records the operator version matched with the paas component version.
10. The dynamic cross resource pool operator deployment system of claim 9,
after receiving a paas component opening instruction of the cloud cluster, the operator automatic deployment unit judges whether an operator matched with the paas component version is deployed by the cloud cluster, if so, the operator does not operate, otherwise, if the operator matched with the paas component version is not deployed, the operator automatic deployment unit obtains the matched operator version according to the paas component version of the cloud cluster, and deploys the matched operator version;
the version management center establishes an operator version table, the operator version table records an operator version used by the cloud cluster currently, the operator automatic deployment unit obtains an operator version matched with the paas component version according to the matching table, the operator automatic deployment unit inquires the operator version table, if the operator version table does not record an operator version matched with the paas component version, the cloud cluster is judged not to deploy an operator matched with the paas component version, otherwise, if the operator version table records an operator version matched with the paas component version, the cloud cluster is judged to have deployed an operator matched with the paas component version, and the operator automatic deployment unit notifies the version management center to update the operator version table after deploying the matched operator version.
11. The dynamic cross resource pool operator deployment system according to any of the claims 8 to 10,
the version management center establishes a paas component version table, the paas component version table records a paas component version and a paas component instance set which are currently used, and the paas component instance set records a paas component instance and an operator version used by the paas component instance.
12. A computer system comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, the computer program when executed by the processor implementing the dynamic cross resource pool operator deployment method of any of claims 1 to 7.
13. A computer-readable storage medium, wherein the computer-readable storage medium stores a computer program which, when executed by a processor, implements the dynamic cross resource pool operator deployment method of any of claims 1-7.
CN202211705860.6A 2022-12-29 2022-12-29 Dynamic cross-resource pool operator deployment method, system and storage medium Pending CN115756594A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211705860.6A CN115756594A (en) 2022-12-29 2022-12-29 Dynamic cross-resource pool operator deployment method, system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211705860.6A CN115756594A (en) 2022-12-29 2022-12-29 Dynamic cross-resource pool operator deployment method, system and storage medium

Publications (1)

Publication Number Publication Date
CN115756594A true CN115756594A (en) 2023-03-07

Family

ID=85347915

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211705860.6A Pending CN115756594A (en) 2022-12-29 2022-12-29 Dynamic cross-resource pool operator deployment method, system and storage medium

Country Status (1)

Country Link
CN (1) CN115756594A (en)

Similar Documents

Publication Publication Date Title
US11343140B2 (en) Methods and apparatus to scale application deployments in cloud computing environments
US20210406079A1 (en) Persistent Non-Homogeneous Worker Pools
CN102521031B (en) Management method of preset application programs of mobile terminal and mobile terminal
US7472247B2 (en) Method and system for centralized memory management in wireless terminal devices
CN107005426B (en) Method and device for managing life cycle of virtual network function
EP3839726B1 (en) Software modification initiation method and apparatus
JP5542796B2 (en) Method and apparatus for managing mobile device software
US10635482B2 (en) Controlling usage of virtual disks before their attachment to virtual machines
CN113190282B (en) Android running environment construction method and device
CN108141378B (en) Dormant VDU in VNFD
CN111679888A (en) Deployment method and device of agent container
US20230342183A1 (en) Management method and apparatus for container cluster
US8612963B2 (en) Guided problem resolution in deploying an application
CN112688794A (en) YANG model management method, device, system, equipment and storage medium
CN113821220A (en) Installation method and device of linux operating system
CN115756594A (en) Dynamic cross-resource pool operator deployment method, system and storage medium
US20220326939A1 (en) Mobile service upgrade method and apparatus, and terminal
CN108228192B (en) Method for realizing dynamic management of service-oriented airborne software
JP2000259417A (en) Device and method for data processing and program providing medium
CN110661852A (en) Service processing method and device in cloud environment
CN115484231B (en) Pod IP distribution method and related device
CN115766438B (en) DPDK-based interface management method and system
CN112015515B (en) Instantiation method and device of virtual network function
US11743188B2 (en) Check-in monitoring for workflows
US20230244558A1 (en) Life cycle management of run time services in edge computing environment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination