CN105897826A - Cloud platform service creating method and system - Google Patents

Cloud platform service creating method and system Download PDF

Info

Publication number
CN105897826A
CN105897826A CN201510822146.9A CN201510822146A CN105897826A CN 105897826 A CN105897826 A CN 105897826A CN 201510822146 A CN201510822146 A CN 201510822146A CN 105897826 A CN105897826 A CN 105897826A
Authority
CN
China
Prior art keywords
component
cloud platform
container
platform service
service creation
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
CN201510822146.9A
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.)
LeTV Cloud Computing Co Ltd
Original Assignee
LeTV Cloud Computing 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 LeTV Cloud Computing Co Ltd filed Critical LeTV Cloud Computing Co Ltd
Priority to CN201510822146.9A priority Critical patent/CN105897826A/en
Publication of CN105897826A publication Critical patent/CN105897826A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/288Distributed intermediate devices, i.e. intermediate devices for interaction with other intermediate devices on the same level

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a cloud platform service creating method and system. A cloud service is created between front-end and background systems. The cloud platform service creating method comprises the steps that a first component in the front-end system sends a cloud platform service creating request to a second component in the background system; the second component deploys a container in the background system according to the received cloud platform service creating request, wherein the container comprises a third management component in information interaction with the first component; and the first component manages the container through the third management component. According to the invention, a service is created in the container; the front-end system and a background server are no longer coupled; information interaction of front-end and background systems is not restricted by languages, frameworks and systems; the complexity of information interaction is reduced; data operand is reduced; and the system compatibility is improved.

Description

Cloud platform service creation method and system
Technical Field
The embodiment of the invention relates to the technical field of cloud computing, in particular to a cloud platform service creation method and system.
Background
Docker is an open source application container engine that allows developers to package their applications and dependencies into a portable container and then distribute them to any popular Linux machine. Containers (containers) are fully sandboxed without any interface between each other. This is similar to the service app in an iPhone, with little performance overhead, and can be easily run in machines and data centers. More importantly, they are not dependent on any language, framework, and system. Docker, as a virtualized application container engine, is a virtualization solution. By means of the Docker technology, container can be generated virtually, and development of a cloud platform is greatly accelerated.
In the prior art, a cloud platform system can comprise services of many components. Generally, each service has a front-end entry and one or more corresponding background service programs, and various interactions occur between the front-end entry and the background service programs. The front end and the programs of the plurality of backgrounds are mutually coupled, and the coupling degree is high, under the condition, the information interaction of the front end and the plurality of backgrounds is very complex, the data operation amount is high, the compatibility is poor, and the information interaction error rate is high.
Therefore, when creating a service, how to improve the cohesion and reduce the coupling becomes one of the concerns in the industry.
Disclosure of Invention
The embodiment of the invention provides a cloud platform service creation method and a cloud platform service creation system, which are used for solving the problems that in the prior art, programs of a front end and a plurality of backgrounds are mutually coupled, the coupling degree is high, the information interaction of the front end and the plurality of backgrounds is very complex, the data operation amount is high, the compatibility is poor, the information interaction error rate is high, and the like.
The embodiment of the invention provides a cloud platform service creation method, which is used for creating cloud services between a front-end system and a background system, wherein the cloud platform service creation method comprises the following steps:
a first component in the front-end system sends a cloud platform service creation request to a second component of the background system;
the second component deploys a container in the background system according to the received cloud platform service creation request, wherein the container is provided with a third management component used for interacting with the first component information;
the first component manages the container through the third management component.
The embodiment of the invention provides a cloud platform service creation system, which comprises a front-end system and a background system, wherein,
the front-end system comprises a first component, and the back-end system comprises a second component; wherein,
the first component is used for sending a cloud platform service creation request to a second component of the background system;
the second component of the background system is used for deploying a container in the background system according to the received cloud platform service creation request, wherein the container is provided with a third management component used for interacting with the first component information;
the first component is further for managing the container through the third management component.
First, the embodiment is a deployment mode of a cloud idea, and can be applied to building a cloud platform system.
Second, the second component and the third management component of the present embodiment are highly available mechanisms.
Third, the embodiment establishes the service in the container, so that the components are decoupled from each other, the coupling between the front-end system and the background server is released, the information exchange of the front-end system and the background system is not limited by languages, frames and systems, the complexity of information interaction is reduced, the data computation amount is reduced, the compatibility of the system is improved, and the cloud platform service can be better supported.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flowchart of a cloud platform service creation method according to a first embodiment of the present invention;
fig. 2 is a flowchart illustrating a cloud platform service creation method according to a second embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a cloud platform service creation system according to a first embodiment of the present invention;
fig. 4 is a schematic structural diagram of a cloud platform service creation system according to a second embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a flowchart illustrating a cloud platform service creation method according to a first embodiment of the present invention. The cloud platform service creation method is used for creating cloud services between a front-end system and a background system, and comprises the following steps:
s101: a first component in the front-end system sends a cloud platform service creation request to a second component of the back-end system.
In the present embodiment, the service creation request may be, for example, a request to create a certain game service or a request to create a video-on-demand service.
S102: the second component deploys a container in the backend system according to the received cloud platform service creation request.
In an embodiment of the invention, the second component deploys the container (container) by the Docker technology. The container has a third management component therein for interacting with the first component information. The third management component can manage the container and the traffic within the container.
S103: the first component manages the container through the third management component.
In an embodiment of the invention, the first component may create the required various services within the container through the third management component.
According to the embodiment, the service is established in the container, so that the coupling between the front-end system and the back-end service system is released, the information interaction between the front-end system and the back-end system is not limited by languages, frames and systems, the complexity of information interaction is reduced, the data computation amount is reduced, the compatibility of the system is improved, and the error probability of information interaction is reduced.
Fig. 2 is a flowchart illustrating a cloud platform service creation method according to a second embodiment of the present invention. The embodiment is based on the embodiment in fig. 1, and the specific details may be described with reference to the embodiment in fig. 1, where the deployment of one second component is changed into the deployment of a plurality of second components. In this embodiment, the cloud platform service creation method is used to create a cloud service between a front-end system and a back-end system, where the cloud platform service creation method includes the steps of:
s201: and the first component in the front-end system sends the cloud platform service creation request to one of the second components of the background system.
In this embodiment, the backend system may include a plurality of backend servers, and a second component is deployed within each backend server.
In this embodiment, each backend server may adopt servers with the same configuration, and the deployment of the second component in each backend server is the same. And the first component sends the cloud platform service creation request to any one of the second components of the background system.
S202: one of the second components of the backend system distributes the cloud platform service creation request to the remaining ones of the plurality of second components except for the one of the second components.
In this embodiment, the background server that receives the first component platform service creation request may be used as a leader server, and then the leader server sends the cloud platform service creation requests to other servers respectively.
S203: the plurality of second components deploy container clusters in the backend system according to the cloud platform service creation request.
In an embodiment of the invention, the second component deploys the container (container) by the Docker technology. Each container in the container cluster has a third management component for interacting with the first component information. Each container may be deployed within a second component within each backend server, respectively.
S204: the first component manages each container in the cluster of containers through the third management component.
In an embodiment of the invention, the first component may create the required various services within the container through the third management component.
Therefore, in the embodiment, the container is deployed at each distributed node (in each background server) of the background server group, and the application service is established in the container, so that the coupling between the front-end system and the background server is released, the information exchange between the front-end system and the background server is not limited by languages, frames and systems, the complexity of information interaction is reduced, the data calculation amount is reduced, and the compatibility of the system is improved.
In this embodiment of the present invention, the cloud platform service creation method includes (for example, further includes between the above step S202 and step S203):
the first component interrogates (e.g. may poll at a certain frequency) the plurality of second components,
determining that deploying a container cluster in the backend system is successful when the first component receives replies to the plurality of second components within a preset time period (e.g., 5 minutes);
determining that deploying a container cluster in the backend system failed when the first component does not receive replies to the plurality of second components within a preset time period (e.g., 5 minutes).
Therefore, the embodiment continuously queries (for example, polling may be performed at a certain frequency) the second component, and if the relevant information is not acquired after the timeout, confirms that the deployment container fails, so that coupling setting is not required for each node (for example, in the case of setting an automatic feedback deployment container for each node), and accordingly, coupling between the front-end system and each node is reduced; secondly, the acquired information can be guaranteed to be valid information; thirdly, the reliability of information acquisition is improved.
In the embodiment of the present invention, the information interaction adopts a mode that:
the manner in which the first component actively polls and the third management component passively responds.
Therefore, in the embodiment, the first component actively polls and the third management component passively responds, so that the third management component does not need to be coupled, and the coupling between the front-end system and each node is further reduced.
Fig. 3 is a schematic structural diagram of a cloud platform service creation system according to a first embodiment of the present invention. As shown in fig. 3, the cloud platform service creation system includes: a front-end system and a background system. The front-end system includes a first component and the back-end system includes a second component. Wherein:
the front-end system comprises a first component, and the back-end system comprises a second component; wherein,
the first component is used for sending a cloud platform service creation request to a second component of the background system;
the second component of the background system is used for deploying a container in the background system according to the received cloud platform service creation request, wherein the container is provided with a third management component used for interacting with the first component information;
the first component is further for managing the container through the third management component.
The embodiment establishes the service in the container, and releases the coupling of the front-end system and the back-end service system, so that the information exchange of the front-end system and the back-end system is not limited by languages, frames and systems, the complexity of information exchange is reduced, the data computation amount is reduced, and the compatibility of the system is improved.
Fig. 4 is a schematic structural diagram of a cloud platform service creation system according to a second embodiment of the present invention. As shown in fig. 4, the cloud platform service creation system includes: the system comprises a front-end system and a background system, wherein the front-end system comprises a first component, and the background system comprises a plurality of second components.
The first component in the front-end system is used for sending a cloud platform service creation request to one of a plurality of second components of the background system;
one of the second components of the backend system is used for distributing the cloud platform service creation request to the rest of the second components except the one of the second components of the backend system;
a plurality of second components of the backend system are used for deploying container clusters in the backend system according to the cloud platform service creation request, wherein each container in the container clusters is provided with a third management component used for interacting with the first component information;
the first component is further for managing each container in the cluster of containers through the third management component.
Therefore, in the embodiment, the container is deployed at each distributed node of the background server group, the application service is established in the container, and the coupling between the front-end system and the background server is released, so that the information exchange between the front-end system and the background server is not limited by languages, frames and systems, the complexity of information interaction is reduced, the data computation amount is reduced, and the compatibility of the system is improved.
In this embodiment, the first component of the front-end system is configured to query the plurality of second components, and when the replies of the plurality of second components are received within a preset time period, determine that deploying the container cluster in the back-end system is successful; determining that deploying a container cluster in the backend system fails when the first component does not receive replies to the plurality of second components within a preset time period.
Therefore, in the embodiment, by continuously inquiring the second component, if the relevant information is not acquired after timeout, it is determined that the deployment container fails, so that coupling setting (for example, setting an automatic feedback deployment container for each node) is not required for each node, and not only is the coupling between the front-end system and each node reduced, but also the acquired information is guaranteed to be valid information.
In this embodiment, the first component actively polls and the third management component passively responds.
Therefore, in the embodiment, the first component actively polls and the third management component passively responds, so that the third management component does not need to be coupled, and the coupling between the front-end system and each node is further reduced.
In the embodiment of the present invention, each function of the related functional module may be implemented by a hardware processor (hardware processor) and each unit.
The specific implementation manner of the embodiment may include the following steps:
first, a front-end system service server1 (for example, a first component) serves as a process controller to initiate an application for cloud platform services.
Second, server2 (e.g., the second component) is a server deployed on a background server (e.g., a single point in the background system), deployed on each server in the computer room, each time server1 sends a request to deploy a container containing a service to a random one of servers 2 in the computer room, and the received requester acts as a leader server, and distributes it to other servers 2 to perform the task of deploying the container cluster.
Thirdly, after the contractor cluster is deployed, the server3 (for example, the third management component) is a service management program running in the contractor, and the server1 initiates a request to the server3 to successfully deploy the service in the contractor.
In this embodiment, the servers in the background are distributed, and a single point is taken as an example below for description.
Step one, the front-end system server1 receives a request for creating a cloud platform service, and sends the request to the background program server2 on the machine room server. The Server2 is responsible for deploying the container by Docker technology.
Step two, the server1 needs to communicate with the server2 to determine whether the server2 completes processing the request, and needs to archive the information related to all the clients after completion, at this time, the server1 continuously queries the server2 within a preset time (for example, 5 minutes) until the result is obtained, and if the result is overtime, the result is considered to be failed.
Step three, the service component in the created container needs to be controlled by a management program, the management program is server3 (for example, a third management component), the front-end system manages the service in the container and the container through server3, and the communication between the server1 and the server3 also adopts a corresponding mode of the active polling of the server1 and the passive polling of the server 3.
Step four, the server1 records the related information of the server2 and the server3, and the cloud service application is completed.
As noted above, the entire service flow may be controlled by server 1. server1 initiatively initiates a request, continuously polls the result of server2, then polls the result of server3, and finally completes the creation of cloud component container. The description lists only one server, in practical application, a plurality of servers are distributed, each server is provided with a server2, the server1 only needs to be randomly sent to the server2 on one server, and then the server2 distributes the servers, so that a container cluster is created.
First, the embodiment is a deployment mode of a cloud idea, and can be applied to building a cloud platform system.
Second, the second component and the third management component of the present embodiment are highly available mechanisms.
Third, the embodiment establishes the service in the container, so that the components are decoupled from each other, the coupling between the front-end system and the background server is released, the information exchange of the front-end system and the background system is not limited by languages, frames and systems, the complexity of information interaction is reduced, the data computation amount is reduced, the compatibility of the system is improved, and the cloud platform service can be better supported.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (8)

1. A cloud platform service creation method is used for creating cloud services between a front-end system and a background system, wherein the cloud platform service creation method comprises the following steps:
a first component in the front-end system sends a cloud platform service creation request to a second component of the background system;
the second component deploys a container in the background system according to the received cloud platform service creation request, wherein the container is provided with a third management component used for interacting with the first component information;
the first component manages the container through the third management component.
2. The cloud platform service creation method of claim 1, comprising:
a first component in a front-end system sends a cloud platform service creation request to one of second components of the background system;
one of the second components of the backend system distributes the cloud platform service creation request to the remaining second components of the plurality of second components except for the one of the second components;
the plurality of second components deploy container clusters in the backend system according to the cloud platform service creation request, wherein each container in the container clusters has a third management component for interacting with the first component information;
the first component manages each container in the cluster of containers through the third management component.
3. The cloud platform service creation method of claim 2, comprising:
the first component interrogates the plurality of second components,
when the first component receives replies of the plurality of second components within a preset time period, determining that deploying a container cluster in the background system is successful;
determining that deploying a container cluster in the backend system fails when the first component does not receive replies to the plurality of second components within a preset time period.
4. The cloud platform service creation method according to claim 2 or 3, wherein the information interaction is performed in a manner that:
the manner in which the first component actively polls and the third management component passively responds.
5. A cloud platform service creation system comprises a front-end system and a background system, wherein,
the front-end system comprises a first component, and the back-end system comprises a second component; wherein,
the first component is used for sending a cloud platform service creation request to a second component of the background system;
the second component of the background system is used for deploying a container in the background system according to the received cloud platform service creation request, wherein the container is provided with a third management component used for interacting with the first component information;
the first component is further for managing the container through the third management component.
6. The cloud platform service creation system of claim 5, comprising:
the first component in the front-end system is used for sending a cloud platform service creation request to one of a plurality of second components of the background system;
one of the second components of the backend system is used for distributing the cloud platform service creation request to the rest of the second components except the one of the second components of the backend system;
a plurality of second components of the backend system are used for deploying container clusters in the backend system according to the cloud platform service creation request, wherein each container in the container clusters is provided with a third management component used for interacting with the first component information;
the first component is further for managing each container in the cluster of containers through the third management component.
7. The cloud platform service creation system of claim 6, wherein:
the first component of the front-end system is used for inquiring the plurality of second components, and when replies of the plurality of second components are received within a preset time period, the container cluster is successfully deployed in the background system; determining that deploying a container cluster in the backend system fails when the first component does not receive replies to the plurality of second components within a preset time period.
8. The cloud platform service creation system of claim 6 or 7, wherein the first component actively polls and the third management component passively responds.
CN201510822146.9A 2015-11-24 2015-11-24 Cloud platform service creating method and system Pending CN105897826A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510822146.9A CN105897826A (en) 2015-11-24 2015-11-24 Cloud platform service creating method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510822146.9A CN105897826A (en) 2015-11-24 2015-11-24 Cloud platform service creating method and system

Publications (1)

Publication Number Publication Date
CN105897826A true CN105897826A (en) 2016-08-24

Family

ID=57002910

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510822146.9A Pending CN105897826A (en) 2015-11-24 2015-11-24 Cloud platform service creating method and system

Country Status (1)

Country Link
CN (1) CN105897826A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018045541A1 (en) * 2016-09-08 2018-03-15 华为技术有限公司 Optimization method for container allocation and processing device
CN110321115A (en) * 2018-03-30 2019-10-11 中移(苏州)软件技术有限公司 A kind of Pod creation method and equipment
CN110955490A (en) * 2019-10-25 2020-04-03 北京浪潮数据技术有限公司 Asynchronous resource creating method, device, equipment and medium
CN114489929A (en) * 2021-12-23 2022-05-13 天翼云科技有限公司 Starting method and device of container group, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102223398A (en) * 2011-05-30 2011-10-19 兰雨晴 Method for deploying services in cloud computing environment
CN103414767A (en) * 2013-07-30 2013-11-27 华南师范大学 Method and device for deploying application software on cloud computing platform
US20140040883A1 (en) * 2010-09-03 2014-02-06 Adobe Systems Incorporated Method and system to determine a work distribution model for an application deployed on a cloud
CN103608773A (en) * 2011-04-12 2014-02-26 威睿公司 Deployment system for multi-node applications
CN104618164A (en) * 2015-02-12 2015-05-13 北京航空航天大学 Management method for rapid cloud computing platform application deployment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140040883A1 (en) * 2010-09-03 2014-02-06 Adobe Systems Incorporated Method and system to determine a work distribution model for an application deployed on a cloud
CN103608773A (en) * 2011-04-12 2014-02-26 威睿公司 Deployment system for multi-node applications
CN102223398A (en) * 2011-05-30 2011-10-19 兰雨晴 Method for deploying services in cloud computing environment
CN103414767A (en) * 2013-07-30 2013-11-27 华南师范大学 Method and device for deploying application software on cloud computing platform
CN104618164A (en) * 2015-02-12 2015-05-13 北京航空航天大学 Management method for rapid cloud computing platform application deployment

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018045541A1 (en) * 2016-09-08 2018-03-15 华为技术有限公司 Optimization method for container allocation and processing device
CN110321115A (en) * 2018-03-30 2019-10-11 中移(苏州)软件技术有限公司 A kind of Pod creation method and equipment
CN110321115B (en) * 2018-03-30 2022-12-13 中移(苏州)软件技术有限公司 Pod creation method and device
CN110955490A (en) * 2019-10-25 2020-04-03 北京浪潮数据技术有限公司 Asynchronous resource creating method, device, equipment and medium
CN114489929A (en) * 2021-12-23 2022-05-13 天翼云科技有限公司 Starting method and device of container group, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US11748090B2 (en) Cloud services release orchestration
CN108206852B (en) Session-based service instance management method and device under micro-service framework
CN108089913B (en) Virtual machine deployment method of super-fusion system
CN108369604B (en) Method and device for sharing file system by multiple operating systems and electronic equipment
CN110825394B (en) Automatic initialization method, system and storage medium for application program of cloud mobile phone
US11687354B2 (en) Virtual machine management using onboarding operations and openstack control
US20190272166A1 (en) Updating software components through online stores
US20160191618A1 (en) Method and system for synchronizing information to contacts on cloud platform
CN108768957B (en) Method, equipment and system for managing user information of application
US10621651B2 (en) Automatic recharge system and method, and server
CN105897826A (en) Cloud platform service creating method and system
CN110888858B (en) Database operation method and device, storage medium and electronic device
JP2023511113A (en) Techniques for deploying infrastructure resources using declarative provisioning tools
US11657020B2 (en) Method and apparatus for versioning cloud network configuration
CN111143814A (en) Single sign-on method, micro-service access platform and storage medium
CN108123938A (en) A kind of AAA service implementing methods and system
CN113206877A (en) Session keeping method and device
US9626213B2 (en) System and method for file injection in virtual machine configuration
US20220206836A1 (en) Method and Apparatus for Processing Virtual Machine Migration, Method and Apparatus for Generating Virtual Machine Migration Strategy, Device and Storage Medium
CN110493175B (en) Information processing method, electronic equipment and storage medium
CN112910796B (en) Traffic management method, apparatus, device, storage medium, and program product
WO2021057150A1 (en) Port sharing method and apparatus, storage medium and electronic apparatus
CN107491448A (en) A kind of HBase resource adjusting methods and device
CN112711444A (en) Virtualization method and system for power grid monitoring service unit
CN116089020B (en) Virtual machine operation method, capacity expansion method and capacity expansion system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160824