CN108494880B - Communication method and system based on large-scale data center management - Google Patents

Communication method and system based on large-scale data center management Download PDF

Info

Publication number
CN108494880B
CN108494880B CN201810352345.1A CN201810352345A CN108494880B CN 108494880 B CN108494880 B CN 108494880B CN 201810352345 A CN201810352345 A CN 201810352345A CN 108494880 B CN108494880 B CN 108494880B
Authority
CN
China
Prior art keywords
physical machine
operation request
request
user side
container
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.)
Expired - Fee Related
Application number
CN201810352345.1A
Other languages
Chinese (zh)
Other versions
CN108494880A (en
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.)
Yunjiayuan Network Technology Co ltd
Original Assignee
Yunjiayuan Network 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 Yunjiayuan Network Technology Co ltd filed Critical Yunjiayuan Network Technology Co ltd
Priority to CN201810352345.1A priority Critical patent/CN108494880B/en
Publication of CN108494880A publication Critical patent/CN108494880A/en
Application granted granted Critical
Publication of CN108494880B publication Critical patent/CN108494880B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Abstract

The invention provides a communication method and a communication system based on large-scale data center management, which relate to the technical field of communication and comprise the following steps: a user side initiates an operation request and sends the operation request to a PaaS layer; resource scheduling calculation of the PaaS layer obtains a physical machine queue matched with the operation request; the physical machine agent obtains the operation request by monitoring the physical machine queue, creates a service result according to the operation request, and sends the service result to the user side through the specified response queue. The invention can reduce the resource consumption of the platform layer and improve the user experience.

Description

Communication method and system based on large-scale data center management
Technical Field
The invention relates to the technical field of communication, in particular to a communication method and a communication system based on large-scale data center management.
Background
At present, a home cloud platform is designed and constructed based on docker (application container engine), and open source container orchestration management technologies generally used are kubernets, OpenStack and the like.
In the construction of the home cloud platform, a link involving communication between the platform layer of the home cloud and the underlying physical machine is adopted, and when some slower operations are executed, a platform layer blocking state, excessive resource consumption of the platform layer and the like often occur in the link, so that the user experience is poor. For example, the container creating process is a relatively complex and time-consuming process, and the above problem is particularly significant.
Disclosure of Invention
In view of this, the present invention provides a communication method and system based on large-scale data center management to reduce resource consumption of a platform layer and improve user experience.
In a first aspect, an embodiment of the present invention provides a communication method based on large-scale data center management, where the method includes:
a user side initiates an operation request and sends the operation request to a PaaS layer;
the resource scheduling calculation of the PaaS layer obtains a physical machine queue matched with the operation request;
and the physical machine agent acquires the operation request by monitoring the physical machine queue, creates a service result according to the operation request and sends the service result to the user side through a specified response queue.
With reference to the first aspect, an embodiment of the present invention provides a first possible implementation manner of the first aspect, where the operation request includes a request for creating a container, and the resource scheduling calculation of the PaaS layer obtains a physical machine queue matched with the operation request, including:
the PaaS layer assembles a parameter list and adds a functional interface label according to the container creating request;
the resource scheduling is calculated according to the assembly parameter list and the functional interface label to obtain the matched physical machine queue;
and sending the container creating request to the physical machine queue.
With reference to the first possible implementation manner of the first aspect, an embodiment of the present invention provides a second possible implementation manner of the first aspect, where after the request for creating a container is issued to the physical machine queue, the method further includes:
the PaaS layer feeds back prompt information in the creation to the user side;
and the user side refreshes an interface according to the prompt message in the creation and generates a creation state icon.
With reference to the second possible implementation manner of the first aspect, an embodiment of the present invention provides a third possible implementation manner of the first aspect, where the method further includes:
and after the user side receives the service result, updating the created state icon into a created icon.
With reference to the first possible implementation manner of the first aspect, an embodiment of the present invention provides a fourth possible implementation manner of the first aspect, where the parameter list includes a container, a storage, and a network.
In a second aspect, an embodiment of the present invention further provides a communication system based on large-scale data center management, where the communication system includes:
the request initiating unit is used for initiating an operation request by a user side and sending the operation request to the PaaS layer;
the first communication unit is used for performing resource scheduling calculation on the PaaS layer to obtain a physical machine queue matched with the operation request;
and the second communication unit is used for the physical machine agent to acquire the operation request by monitoring the physical machine queue, create a service result according to the operation request and send the service result to the user side through a specified response queue.
With reference to the second aspect, an embodiment of the present invention provides a first possible implementation manner of the second aspect, where the operation request includes a create container request, and the first communication unit includes:
the PaaS layer assembles a parameter list and adds a functional interface label according to the container creating request;
the resource scheduling is calculated according to the assembly parameter list and the functional interface label to obtain the matched physical machine queue;
and sending the container creating request to the physical machine queue.
With reference to the first possible implementation manner of the second aspect, an embodiment of the present invention provides a second possible implementation manner of the second aspect, where after the request for creating a container is issued to the physical machine queue, the system further includes:
the feedback unit is used for feeding back prompt information in creation to the user side by the PaaS layer;
and the first refreshing unit is used for refreshing an interface and generating a creation state icon by the user side according to the prompt message in the creation.
With reference to the second possible implementation manner of the second aspect, an embodiment of the present invention provides a third possible implementation manner of the second aspect, where the system further includes:
and the second refreshing unit is used for updating the created state icon into a created icon after the user side receives the service result.
With reference to the first possible implementation manner of the second aspect, the embodiment of the present invention provides a fourth possible implementation manner of the second aspect, where the parameter list includes a container, a storage, and a network.
The embodiment of the invention has the following beneficial effects:
the invention provides a communication method and a system based on large-scale data center management, which relate to the technical field of communication and comprise the following steps: a user side initiates an operation request and sends the operation request to a PaaS layer; resource scheduling calculation of the PaaS layer obtains a physical machine queue matched with the operation request; the physical machine agent obtains the operation request by monitoring the physical machine queue, creates a service result according to the operation request, and sends the service result to the user side through the specified response queue. According to the invention, by adopting an asynchronous communication mode between the PaaS layer and the physical machine agent, the resource consumption of the platform layer can be reduced, and the user experience can be improved.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a schematic diagram of a communication process based on large-scale data center management according to an embodiment of the present invention;
fig. 2 is a flowchart of a communication method based on large-scale data center management according to an embodiment of the present invention;
fig. 3 is a flowchart of step S120 according to a second embodiment of the present invention;
fig. 4 is a schematic diagram of a communication system based on large-scale data center management according to a third embodiment of the present invention.
Icon:
100-a request initiating unit; 200-a first communication unit; 300-second communication unit.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent 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.
At present, a home cloud platform is designed and constructed based on docker, and open source container deployment and management technologies generally used are kubernets, OpenStack and the like. In the construction of the home cloud platform, a link involving communication between the platform layer of the home cloud and the underlying physical machine is adopted, and when some slower operations are executed, a platform layer blocking state, excessive resource consumption of the platform layer and the like often occur in the link, so that the user experience is poor. For example, the container creating process is a relatively complex and time-consuming process, and the above problem is particularly significant.
Based on this, the communication method and system based on large-scale data center management provided by the embodiment of the invention can reduce the resource consumption of a platform layer and improve the user experience.
For the convenience of understanding the embodiment, the communication method based on large-scale data center management disclosed by the embodiment of the invention is first described in detail.
The first embodiment is as follows:
a PaaS (Platform as a Service) Platform of a home cloud is divided into an Agent (Agent) and a Service Platform. The Agent is deployed on the underlying physical machine, manages virtual computing resources, virtual network resources and virtual storage resources, and has the function of monitoring the load conditions of the physical machine and the container; the service platform is constructed by adopting java's Springcloud micro-service.
Referring to fig. 1, the aes communication between the PaaS layer of the home cloud and IaaS (Infrastructure as a Service) is implemented by using an asynchronous communication method and a rabbitmq (Message Queue).
Referring to fig. 2, the communication method between the PaaS layer and the Aent based on large-scale data center management includes the following steps:
step S110, a user side initiates an operation request and sends the operation request to a PaaS layer;
step S120, resource scheduling calculation of the PaaS layer obtains a physical machine queue matched with the operation request;
specifically, each physical machine is created with a message queue, namely a physical machine queue (rabbitmq), when the PaaS layer issues an operation request to the bottom layer, the resource scheduling calculates a matched physical machine queue, and then the operation request is issued to a physical machine Agent (Agent) through the physical machine queue.
Step S130, the physical machine agent obtains the operation request by monitoring the physical machine queue, creates the service result according to the operation request, and sends the service result to the user side through the appointed response queue.
Example two:
fig. 3 is a flowchart of step S120 according to a second embodiment of the present invention.
The operation request includes various types, such as creating a container, creating a storage, creating a network, and the like, wherein, as shown in fig. 3, the communication method based on the large-scale data center management is further described by taking the request for creating the container as an example.
Step S210, the PaaS layer assembles a parameter list and adds a functional interface label according to a container creating request;
specifically, a user side initiates a container creating request from a front end of a page and reaches a PaaS layer, the PaaS layer creates corresponding data of a container, a storage, a network and the like according to the container creating request, assembles the data into a parameter list, and adds a functional interface label of an IaaS layer. The reason for adding the functional interface tag is that the operation requests issued by the corresponding physical machine agents are of various types, which may be for creating a container as described in this embodiment, or for creating storage or creating a network, and the functional interface tag is for distinguishing the interface types.
Step S220, calculating the resource scheduling according to the assembly parameter list and the functional interface label to obtain a matched physical machine queue;
step S230, the container creating request is issued to the physical machine queue.
Specifically, when the container creating request is issued to the physical machine queue, the PaaS layer feeds back the creating prompt information to the user side, and the user side performs interface refreshing according to the creating prompt information and generates a creating state icon. The creation status icon is, for example, a rotating chrysanthemum, and is used for prompting the user that the requested operation is being created; at this time, the interface of the user terminal is not blocked, and other operations can be performed.
Then, the physical machine agent monitors the container creating request in the physical machine queue, creates matched services in order according to the container creating request, returns a response queue of the specified message after the service result is obtained after the creation is finished, and sends the service result to the user side through the response queue. And the PaaS layer feeds back a message to the websocket server of the user side interface according to the returned state so that the user side updates the icon in the creation process into the icon after the creation process.
According to the communication method based on large-scale data center management provided by the embodiment, the asynchronous communication mode of the physical machine queue and the response queue is adopted between the PaaS layer and the physical machine Agent, and the platform layer does not need to block the return state of the waiting Agent in the slow operation, so that the resource consumption of the platform layer is reduced, the user experience is improved, and the user interface operation is more humanized.
Example three:
fig. 4 is a schematic diagram of a communication system based on large-scale data center management according to a third embodiment of the present invention.
The embodiment also provides a communication system based on large-scale data center management, which is used for realizing the communication method based on large-scale data center management. Referring to fig. 4, the communication system based on large-scale data center management includes the following elements:
a request initiating unit 100, configured to initiate an operation request by a user and send the operation request to a PaaS layer;
the first communication unit 200 is used for resource scheduling calculation of the PaaS layer to obtain a physical machine queue matched with the operation request;
the second communication unit 300 is configured to obtain an operation request by monitoring the physical machine queue by the physical machine agent, create a service result according to the operation request, and send the service result to the user side through a specified response queue.
Further, the operation request includes a create container request, and the first communication unit 200 includes:
the PaaS layer assembles a parameter list and adds a functional interface label according to a container creating request;
the resource scheduling is calculated according to the assembly parameter list and the functional interface label to obtain a matched physical machine queue;
and sending the container creating request to a physical machine queue.
Further, after issuing the request for creating the container to the physical queue, the system further includes:
the feedback unit is used for feeding back the prompt information in the creation to the user side by the PaaS layer;
and the first refreshing unit is used for refreshing the interface and generating a creation state icon according to the prompt information in the creation by the user side.
Further, the communication system based on large-scale data center management further comprises:
and the second refreshing unit is used for updating the created state icon into a created icon after the user side receives the service result.
Further, the parameter list includes a container, a storage, and a network.
The system provided by the embodiment of the present invention has the same implementation principle and technical effect as the foregoing method embodiment, and for the sake of brief description, no mention is made in the system embodiment, and reference may be made to the corresponding contents in the foregoing method embodiment.
The embodiment of the invention has the following beneficial effects:
the invention provides a communication method and a system based on large-scale data center management, which relate to the technical field of communication and comprise the following steps: a user side initiates an operation request and sends the operation request to a PaaS layer; resource scheduling calculation of the PaaS layer obtains a physical machine queue matched with the operation request; the physical machine agent obtains the operation request by monitoring the physical machine queue, creates a service result according to the operation request, and sends the service result to the user side through the specified response queue. According to the invention, by adopting an asynchronous communication mode between the PaaS layer and the physical machine agent, the resource consumption of the platform layer can be reduced, and the user experience can be improved.
The embodiment of the present invention further provides an electronic device, which includes a memory and a processor, where the memory stores a computer program that can be run on the processor, and when the processor executes the computer program, the steps of the communication method based on large-scale data center management provided in the foregoing embodiment are implemented.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the communication method based on large-scale data center management according to the embodiment are executed.
In addition, in the description of the embodiments of the present invention, unless otherwise explicitly specified or limited, the terms "mounted," "connected," and "connected" are to be construed broadly, e.g., as meaning either a fixed connection, a removable connection, or an integral connection; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
In the description of the present invention, it should be noted that the terms "center", "upper", "lower", "left", "right", "vertical", "horizontal", "inner", "outer", etc., indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience of description and simplicity of description, but 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 thus, should not be construed as limiting the present invention. Furthermore, the terms "first," "second," and "third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
The computer program product for performing a communication method based on large-scale data center management provided in the embodiment of the present invention includes a computer-readable storage medium storing a non-volatile program code executable by a processor, where instructions included in the program code may be used to execute the method in the foregoing method embodiment, and specific implementation may refer to the method embodiment, and will not be described herein again.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implemented, and for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
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 units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a non-volatile computer-readable storage medium executable by a processor. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present invention, which are used for illustrating the technical solutions of the present invention and not for limiting the same, and the protection scope of the present invention is not limited thereto, although the present invention is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. A communication method based on large-scale data center management is characterized by comprising the following steps:
a user side initiates an operation request and sends the operation request to a platform as a service (PaaS) layer;
the resource scheduling calculation of the PaaS layer obtains a physical machine queue matched with the operation request;
the physical machine agent obtains the operation request by monitoring the physical machine queue, creates a service result according to the operation request and sends the service result to the user side through a specified response queue;
the operation request includes a request for creating a container, and the resource scheduling calculation of the PaaS layer obtains a physical machine queue matched with the operation request, and includes:
the PaaS layer assembles a parameter list and adds a functional interface label according to the container creating request;
the resource scheduling is calculated according to the assembly parameter list and the functional interface label to obtain the matched physical machine queue;
and sending the container creating request to the physical machine queue.
2. The method of claim 1, wherein after issuing the create container request to the physical machine queue, the method further comprises:
the PaaS layer feeds back prompt information in the creation to the user side;
and the user side refreshes an interface according to the prompt message in the creation and generates a creation state icon.
3. The method of claim 2, further comprising:
and after the user side receives the service result, updating the created state icon into a created icon.
4. The method of claim 1, wherein the parameter list comprises a container, a storage, and a network.
5. A communication system based on large-scale data center management, comprising:
the request initiating unit is used for initiating an operation request by a user side and sending the operation request to the PaaS layer;
the first communication unit is used for performing resource scheduling calculation on the PaaS layer to obtain a physical machine queue matched with the operation request;
the second communication unit is used for the physical machine agent to obtain the operation request by monitoring the physical machine queue, create a service result according to the operation request and send the service result to the user side through a specified response queue;
wherein the operation request includes a create container request, and the first communication unit includes:
the PaaS layer assembles a parameter list and adds a functional interface label according to the container creating request;
the resource scheduling is calculated according to the assembly parameter list and the functional interface label to obtain the matched physical machine queue;
and sending the container creating request to the physical machine queue.
6. The system of claim 5, wherein after issuing the create container request to the physical machine queue, the system further comprises:
the feedback unit is used for feeding back prompt information in creation to the user side by the PaaS layer;
and the first refreshing unit is used for refreshing an interface and generating a creation state icon by the user side according to the prompt message in the creation.
7. The system of claim 6, further comprising:
and the second refreshing unit is used for updating the created state icon into a created icon after the user side receives the service result.
8. The system of claim 5, wherein the parameter list comprises a container, a storage, and a network.
CN201810352345.1A 2018-04-18 2018-04-18 Communication method and system based on large-scale data center management Expired - Fee Related CN108494880B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810352345.1A CN108494880B (en) 2018-04-18 2018-04-18 Communication method and system based on large-scale data center management

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810352345.1A CN108494880B (en) 2018-04-18 2018-04-18 Communication method and system based on large-scale data center management

Publications (2)

Publication Number Publication Date
CN108494880A CN108494880A (en) 2018-09-04
CN108494880B true CN108494880B (en) 2021-04-27

Family

ID=63313620

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810352345.1A Expired - Fee Related CN108494880B (en) 2018-04-18 2018-04-18 Communication method and system based on large-scale data center management

Country Status (1)

Country Link
CN (1) CN108494880B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103685442A (en) * 2012-08-09 2014-03-26 洛克威尔自动控制技术股份有限公司 Remote industrial monitoring using a cloud infrastructure
CN105282178A (en) * 2015-11-29 2016-01-27 国网江西省电力公司信息通信分公司 Cloud computing security technology platform
CN106293847A (en) * 2016-08-17 2017-01-04 浪潮电子信息产业股份有限公司 A kind of method of virtual platform supporting
CN107451134A (en) * 2016-05-30 2017-12-08 上海富麦信息科技有限公司 A kind of data base management method for PaaS platform
CN107580083A (en) * 2017-09-20 2018-01-12 北京京东尚科信息技术有限公司 A kind of method and system of container IP address distribution

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105051698B (en) * 2013-03-28 2018-11-16 瑞典爱立信有限公司 Method and arrangement for fault management in infrastructure, that is, service cloud
US11165660B2 (en) * 2013-05-07 2021-11-02 International Business Machines Corporation Dynamically grouping monitored resources in a cloud environment to collections representing a composite application
CN104753817B (en) * 2013-12-25 2019-02-05 中国移动通信集团公司 A kind of cloud computing Message Queuing Services local analogy method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103685442A (en) * 2012-08-09 2014-03-26 洛克威尔自动控制技术股份有限公司 Remote industrial monitoring using a cloud infrastructure
CN105282178A (en) * 2015-11-29 2016-01-27 国网江西省电力公司信息通信分公司 Cloud computing security technology platform
CN107451134A (en) * 2016-05-30 2017-12-08 上海富麦信息科技有限公司 A kind of data base management method for PaaS platform
CN106293847A (en) * 2016-08-17 2017-01-04 浪潮电子信息产业股份有限公司 A kind of method of virtual platform supporting
CN107580083A (en) * 2017-09-20 2018-01-12 北京京东尚科信息技术有限公司 A kind of method and system of container IP address distribution

Also Published As

Publication number Publication date
CN108494880A (en) 2018-09-04

Similar Documents

Publication Publication Date Title
CN111176796B (en) Rolling resource credit for virtual computer resource scheduling
CN108376079B (en) Automatic application updates
CN109976667B (en) Mirror image management method, device and system
US9043445B2 (en) Linking instances within a cloud computing environment
CN107360310B (en) mobile terminal and resource management method thereof
CN108681777B (en) Method and device for running machine learning program based on distributed system
EP3618352B1 (en) Virtual machine management
CN109104336A (en) Service request processing method, device, computer equipment and storage medium
CN103516777A (en) A method of provisioning in a cloud compute environment
CN109992406B (en) Picture request method, picture request response method and client
CN105930249B (en) Using monitoring method and device
CN105359176A (en) Updating the recipients of a previously delivered electronic message
US20180150246A1 (en) Managing of Storage Resources
CN109428926B (en) Method and device for scheduling task nodes
CN108494880B (en) Communication method and system based on large-scale data center management
CN110928594A (en) Service development method and platform
CN106941509B (en) User information flow request method and device
CN110019372B (en) Data monitoring method, device, server and storage medium
CN109962941B (en) Communication method, device and server
CN112416506A (en) Container management method, device and computer storage medium
CN113872851B (en) Communication method, device, system, equipment and storage medium
CN109284275A (en) A kind of cloud platform virtual machine file system monitoring method and apparatus
CN115686813A (en) Resource scheduling method and device, electronic equipment and storage medium
WO2017100065A1 (en) Discovering resource availability across regions
CN111045778B (en) Virtual machine creation method, device, server and storage medium

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
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20210427