CN114745377A - Edge cloud cluster service system and implementation method - Google Patents

Edge cloud cluster service system and implementation method Download PDF

Info

Publication number
CN114745377A
CN114745377A CN202210133794.3A CN202210133794A CN114745377A CN 114745377 A CN114745377 A CN 114745377A CN 202210133794 A CN202210133794 A CN 202210133794A CN 114745377 A CN114745377 A CN 114745377A
Authority
CN
China
Prior art keywords
container group
service
edge
container
creation request
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
CN202210133794.3A
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.)
Ucloud Technology Co ltd
Original Assignee
Ucloud 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 Ucloud Technology Co ltd filed Critical Ucloud Technology Co ltd
Priority to CN202210133794.3A priority Critical patent/CN114745377A/en
Publication of CN114745377A publication Critical patent/CN114745377A/en
Pending legal-status Critical Current

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/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Abstract

The invention relates to the technical field of edge cloud, and discloses an edge container cloud system, a service scheduling method, equipment and a storage medium. The edge cloud cluster service system further comprises: the central cloud cluster service is used for receiving a workload creation request initiated by a client and forwarding the workload creation request to a central control node for analysis to obtain a container group description file, generating a container group creation request and distributing the container group creation request to a target virtual workload node; the central cloud scheduling service is used for receiving and analyzing a container group creation request of the target virtual workload node to obtain a container group instance description file and generate a container group instance creation request; and the edge container service is used for receiving a container group instance creation request initiated by the central cloud scheduling service, creating a new container group instance in a host machine of an edge machine room associated with the target virtual workload node, and operating the new container group instance. The invention realizes the beneficial effects of calling other edge resources by a single cluster, improving the resource utilization rate and reducing disaster tolerance.

Description

Edge cloud cluster service system and implementation method
Technical Field
The invention relates to the technical field of edge cloud, in particular to an edge cloud cluster service system and an implementation method.
Background
The edge cloud is a cloud computing system constructed on an edge infrastructure based on the core of the cloud computing technology and the capability of edge computing, and provides services nearby. The edge cloud is composed of edge machine rooms distributed in the same region, specifically processes service requests of local users, and rapidly and flexibly provides cloud computing services for the users. In order to cover users in different areas as much as possible, the total number of edge machine rooms can reach 100-200.
In the prior art, edge clouds are clustered by deploying and using a Kubernetes system, so that the edge clouds are convenient to manage, but the management and operation and maintenance cluster becomes a problem which is difficult to solve, meanwhile, the scale and available resources of an edge computer room are far smaller than those of a data center, a large number of cross-cluster and cross-region problems need to be processed in the aspects of distribution, scheduling and management, cloud computing basic resources which are the same as those of the data center cannot be provided, and the cluster deployment can face more severe resource shortage and disaster tolerance problems.
Disclosure of Invention
The invention mainly aims to provide an edge cloud cluster service system and an implementation method thereof, and aims to solve the technical problems of how to realize the beneficial effects of calling other edge resources by a single cluster, improving the resource utilization rate and reducing disaster tolerance.
The first aspect of the present invention provides an edge cloud cluster service system, including a central cloud and a plurality of virtual workload nodes, where the central cloud includes a central control node, each virtual workload node is associated with an edge machine room, and a host of each edge machine room is deployed with a plurality of container group instances, and the edge cloud cluster service system further includes:
the central cloud cluster service is used for receiving a workload creating request initiated by a client and forwarding the workload creating request to a central control node for analysis to obtain a container group description file; generating a container group creation request and allocating the container group creation request to a target virtual workload node based on the container group description file;
the central cloud scheduling service is used for receiving and analyzing a container group creation request initiated by the target virtual workload node to obtain a container group instance description file; generating a container group instance creation request based on the container group instance description file;
and the edge container service is used for receiving a container group instance creation request initiated by the central cloud scheduling service, creating a new container group instance in a host machine of an edge machine room associated with the target virtual workload node according to the container group instance creation request, and operating the new container group instance.
Optionally, in a first implementation manner of the first aspect of the present invention, the central cloud cluster service includes:
the access sub-service is used for receiving a workload creation request initiated by a client and analyzing the workload creation request based on a preset workload template to obtain a container group description file;
the distribution sub-service is used for generating a container group creation request and distributing the container group creation request to a target virtual workload node based on the container group description file;
and the sub-service is called and used for calling the central cloud scheduling service and forwarding the container group description file to the central cloud scheduling service through the target virtual workload node.
Optionally, in a second implementation manner of the first aspect of the present invention, the central cloud scheduling service is further configured to encapsulate resources available to each edge machine room and provide an API interface call service to the outside.
Optionally, in a third implementation manner of the first aspect of the present invention, the API interface calling service includes:
the system comprises a container group management service, a synchronization server and a server, wherein the container group management service is used for creating, deleting or starting a container group, and acquiring a container group log and a synchronization container group state;
a container group scheduling service for allocating hosts of container group instances based on required resources when creating the container group instances;
the container group migration service is used for migrating the container group instance creation request to a new host machine and re-creating a new container group instance when the host machine for operating the container group instance is down; and when the edge machine room where the container group instance is positioned fails, the container group instance creating request is transferred to a new edge machine room, and a new host is scheduled in the new edge machine room to create a new container group instance again.
Optionally, in a fourth implementation manner of the first aspect of the present invention, the edge container service is further configured to:
and accessing container group examples corresponding to different users in each host machine of the same edge machine room into virtual extensible local area networks corresponding to different users so as to realize network isolation of the container group examples corresponding to different users.
Optionally, in a fifth implementation manner of the first aspect of the present invention, the edge container service is further configured to:
and reporting the container group state in the host machine of each edge machine room to the central scheduling service at regular time so that the central scheduling service can be synchronized to the central cloud through the virtual workload nodes.
Optionally, in a sixth implementation manner of the first aspect of the present invention, the edge container service includes an edge container service control end and an edge container service client, where the edge container service client is deployed on each host of an edge machine room, and the edge container service control end is configured to manage the edge container service client and provide functions of resource caching, request distribution, monitoring and scheduling for a container group instance to the outside based on the edge container service client.
The second aspect of the present invention provides a method for implementing an edge cloud cluster service system, including: the edge cloud cluster service system comprises a center cloud and a plurality of virtual workload nodes, the center cloud comprises a center control node, each virtual workload node is respectively associated with an edge machine room, a host of each edge machine room is respectively provided with a plurality of container group instances, and the implementation method of the edge cloud cluster service system comprises the following steps:
the method comprises the steps that a central cloud cluster service receives a workload creating request initiated by a client and forwards the workload creating request to a central control node for analysis to obtain a container group description file; generating a container group creation request and distributing the container group creation request to a target virtual workload node based on the container group description file;
the central cloud scheduling service receives and analyzes a container group creation request initiated by the target virtual workload node to obtain a container group instance description file; generating a container group instance creation request based on the container group instance description file;
and the edge container service receives a container group instance creation request initiated by the central cloud scheduling service, and creates a new container group instance in a host machine of an edge machine room associated with the target virtual workload node and operates the new container group instance according to the container group instance creation request.
Optionally, in a first implementation manner of the second aspect of the present invention, the central cloud cluster service includes: the method for realizing the edge cloud cluster service system comprises the following steps of accessing a sub-service, distributing the sub-service and calling the sub-service, wherein the method for realizing the edge cloud cluster service system further comprises the following steps:
the access sub-service receives a workload creating request initiated by a client, and analyzes the workload creating request based on a preset workload template to obtain a container group description file;
the distribution sub-service generates a container group creation request and distributes the container group creation request to a target virtual workload node based on the container group description file;
and the calling sub-service calls the central cloud scheduling service and forwards the container group description file to the central cloud scheduling service through the target virtual workload node.
Optionally, in a second implementation manner of the second aspect of the present invention, the method for implementing a central cloud scheduling service further includes encapsulating resources available to each edge machine room and providing an API interface call service to the outside.
Optionally, in a third implementation manner of the second aspect of the present invention, the API interface calling service includes: the implementation method of the API interface calling service further comprises the following steps:
the container group management service creates, deletes or starts a container group, and acquires a container group log and a synchronous container group state;
when the container group scheduling service creates the container group instance, the host machine of the container group instance is allocated based on the required resources;
when a host running the container group instance is down, the container group migration service migrates the container group instance creation request to a new host and re-creates a new container group instance; and when the edge machine room where the container group instance is positioned fails, the container group instance creating request is transferred to a new edge machine room, and a new host is scheduled in the new edge machine room to create a new container group instance again.
Optionally, in a fourth implementation manner of the second aspect of the present invention, the method for implementing an edge container service further includes:
and accessing container group examples corresponding to different users in each host machine of the same edge machine room into virtual extensible local area networks corresponding to different users so as to realize network isolation of the container group examples corresponding to different users.
Optionally, in a fifth implementation manner of the second aspect of the present invention, the method for implementing an edge container service further includes:
and reporting the container group state in the host machine of each edge machine room to the central scheduling service at regular time so that the central scheduling service can be synchronized to the central cloud through the virtual workload nodes.
Optionally, in a sixth implementation manner of the second aspect of the present invention, the edge container service includes an edge container service control end and an edge container service client, where the edge container service client is deployed on each host of an edge machine room, and the edge container service control end is configured to manage the edge container service client and provide functions of resource caching, request distribution, monitoring and scheduling for a container group instance to the outside based on the edge container service client.
In the technical scheme provided by the invention, an edge cluster service system is designed, a center cloud cluster service, a center cloud scheduling service and an edge container service are provided, a workload creating request is analyzed to obtain a container group description file, then a container group creating request is generated and forwarded to a target virtual workload node, a container group instance creating request is generated, and a container group instance is created in an edge machine room associated with the target virtual workload node according to the container group instance creating request and is operated. The invention realizes that a single cluster calls other edge resources, improves the resource utilization rate and reduces disaster tolerance.
Drawings
Fig. 1 is a schematic diagram of an embodiment of an edge cloud cluster service system in an embodiment of the present invention;
fig. 2 is a schematic diagram of another embodiment of an edge cloud cluster service system in an embodiment of the present invention;
FIG. 3 is a diagram of an embodiment of an edge cloud cluster service method according to the embodiment of the present invention;
fig. 4 is a schematic diagram of another embodiment of an edge cloud cluster service method in the embodiment of the present invention.
Detailed Description
The embodiment of the invention provides an edge cloud cluster service system and an implementation method thereof, which comprises the steps of providing a center cloud cluster service, a center cloud scheduling service and an edge container service, analyzing a workload creating request to obtain a container group description file, generating a container group creating request, forwarding the container group creating request to a target virtual workload node, generating a container group instance creating request, creating a container group instance in an edge machine room associated with the target virtual workload node according to the container group instance creating request, and operating the container group instance. The invention realizes that a single cluster calls other edge resources, improves the resource utilization rate and reduces disaster tolerance.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that the embodiments described herein may be practiced otherwise than as specifically illustrated or described herein. Furthermore, the terms "comprises," "comprising," or "having," and any variations thereof, are intended to cover non-exclusive inclusions, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
For convenience of understanding, a specific flow of the embodiment of the present invention is described below, and with reference to fig. 1, an embodiment of an edge cloud cluster service system in the embodiment of the present invention includes a center cloud and a plurality of virtual workload nodes, where the center cloud includes a center control node, each virtual workload node is respectively associated with an edge machine room, a host of each edge machine room is respectively deployed with a plurality of container group instances, and the edge cloud cluster service system further includes:
the central cloud cluster service 101 is used for receiving a workload creation request initiated by a client and forwarding the workload creation request to a central control node for analysis to obtain a container group description file; generating a container group creation request and distributing the container group creation request to a target virtual workload node based on the container group description file;
in this embodiment, the workload is an application running on kubernets, and includes a parsing template of a container group description file. Workloads include, but are not limited to, a single component, multiple components working together. Kubernets, a portable, extensible, open source platform for managing containerized workloads and services, where workloads may be run through a set of container groups.
In this embodiment, the central control node is a control node of the cluster and is responsible for management and control of the whole cluster.
In this embodiment, the Virtual workload node creation method is not limited, and includes, but is not limited to, developing a Virtual workload node using a Virtual-Kubelet technology, and creating a Virtual workload node using a Virtual machine.
The central cloud scheduling service 102 is configured to receive and analyze a container group creation request initiated by the target virtual workload node to obtain a container group instance description file; generating a container group instance creation request based on the container group instance description file;
in this embodiment, the container group description file refers to a description file of a group of containers on a kubernets platform, and the container group instance description file refers to a description file of a group of container instances on a UEC edge cloud platform.
And the edge container service 103 is configured to receive a container group instance creation request initiated by the central cloud scheduling service, and create and run a new container group instance in a host of an edge machine room associated with the target virtual workload node according to the container group instance creation request.
In this embodiment, each virtual workload node is associated with one edge machine room, and the container instance creation request allocated to the virtual workload node is scheduled to the corresponding edge machine room through the central cloud scheduling service to run, so as to physically isolate each edge machine room, but actually remain in the intranet constructed by the virtual workload node.
The embodiment of the invention provides an edge cluster service system, which provides a center cloud cluster service, a center cloud scheduling service and an edge container service, analyzes a workload creating request to obtain a container group description file, generates a container group creating request, forwards the container group creating request to a target virtual workload node, generates a container group instance creating request, creates a container group instance in an edge machine room associated with the target virtual workload node according to the container group instance creating request, and operates the container group instance. The invention realizes the beneficial effects of calling other edge resources by a single cluster, improving the resource utilization rate and reducing disaster tolerance.
Referring to fig. 2, another embodiment of the edge cloud cluster service system in the embodiment of the present invention includes:
the central cloud cluster service 101 is used for receiving a workload creation request initiated by a client and forwarding the workload creation request to a central control node for analysis to obtain a container group description file; generating a container group creation request and distributing the container group creation request to a target virtual workload node based on the container group description file;
optionally, the central cloud cluster service 101 further includes:
the access sub-service 1011 is configured to receive a workload creation request initiated by a client, and parse the workload creation request based on a preset workload template to obtain a container group description file;
an allocation sub-service 1012 for generating a container group creation request based on the container group description file and allocating to a target virtual workload node;
and a calling sub-service 1013, configured to call the central cloud scheduling service, and forward the container group description file to the central cloud scheduling service through the target virtual workload node.
In this embodiment, the controller of the load resource generally uses a workload Template (Pod Template) to create and manage the container group. The workload template is used to specify a portion of the target state of specified load resources when running the workload, including but not limited to, deployments, Job and Daemon Sets, etc.
The central cloud scheduling service 102 is configured to receive and analyze a container group creation request initiated by the target virtual workload node to obtain a container group instance description file; generating a container group instance creation request based on the container group instance description file;
optionally, the central cloud scheduling service 102 is further configured to encapsulate resources available to each edge machine room and provide an API interface calling service to the outside.
Further optionally, the API interface call service includes:
a container group management service 1021 for creating, deleting, or starting a container group, and acquiring a container group log and a synchronization container group state;
a container group scheduling service 1022 for allocating hosts of container group instances based on required resources when creating container group instances;
the container group migration service 1023 is used for migrating the container group instance creation request to a new host and re-creating a new container group instance when the host running the container group instance goes down; and when the edge machine room where the container group instance is positioned fails, the container group instance creating request is transferred to a new edge machine room, and a new host is scheduled in the new edge machine room to create a new container group instance again.
And the edge container service 103 is configured to receive a container group instance creation request initiated by the central cloud scheduling service, and create and run a new container group instance in a host of an edge machine room associated with the target virtual workload node according to the container group instance creation request.
Optionally, the edge container service 103 further includes: and reporting the container group state in the host machine of each edge machine room to the central scheduling service at regular time so that the central scheduling service can be synchronized to the central cloud through the virtual workload nodes.
Optionally, the edge container service 103 further includes: the system comprises an edge container service control end and an edge container service client, wherein the edge container service client is deployed on each host machine of an edge machine room, and the edge container service control end is used for managing the edge container service client and providing resource caching, request distribution, monitoring and scheduling functions of container group instances based on the edge container service client.
In this embodiment, one Edge machine room includes a plurality of hosts, and each Edge machine room is deployed with a container service, which is not limited to Edge servers; and the Edge computer room externally exposes the API through the Edge Server so as to enable the central scheduling service to call and control the Edge container service. And Edge agents are deployed in each host machine and are responsible for calling the bottom-layer container group service to ensure that the container group is in a normal running state. The Edge Agent manages and executes the related operations of the container group by calling the Containerd service: containerd uses a preset run or kata as a tool to start a container group at runtime, wherein the kata uses a lightweight virtualization technique to make the container group running on the same host computer not need to share a kernel, thereby providing a more secure isolation environment. Each container group is accessed into a corresponding VXLAN, so that different user network isolation is realized, and cross-machine network intercommunication of the same user is realized.
The embodiment of the invention provides sub-services of an edge cluster service system, which comprise an access sub-service, a distribution sub-service and a calling sub-service of a central cloud cluster service, a container group management service, a container group scheduling service and a container group migration service under the central cloud scheduling service, and an edge container service control end and an edge container service client under the edge container service. The edge cluster system analyzes the workload creating request to obtain a container group description file, then generates a container group creating request and forwards the container group creating request to a target virtual workload node, generates a container group instance creating request, and creates and operates a container group instance in an edge machine room associated with the target virtual workload node according to the container group instance creating request.
With reference to fig. 3, the edge cloud cluster service system in the embodiment of the present invention is described above, and an implementation method of the edge cloud service system in the embodiment of the present invention is described below, where an embodiment of the implementation method of the edge cloud service system in the embodiment of the present invention includes:
301. the method comprises the steps that a central cloud cluster service receives a workload creating request initiated by a client and forwards the workload creating request to a central control node for analysis to obtain a container group description file; generating a container group creation request and distributing the container group creation request to a target virtual workload node based on the container group description file;
it is to be understood that an execution subject of the present invention may be an edge cloud cluster service device, and may also be a terminal or a server, which is not limited herein. The embodiment of the present invention is described by taking a server as an execution subject.
302. The central cloud scheduling service receives and analyzes a container group creation request initiated by the target virtual workload node to obtain a container group instance description file; generating a container group instance creation request based on the container group instance description file;
303. and the edge container service receives a container group instance creation request initiated by the central cloud scheduling service, and creates a new container group instance in a host machine of an edge machine room associated with the target virtual workload node and operates the new container group instance according to the container group instance creation request.
The embodiment of the invention provides a method for realizing edge cluster service, which comprises the steps of providing center cloud cluster service, center cloud scheduling service and edge container service, analyzing a workload creating request to obtain a container group description file, generating a container group creating request, forwarding the container group creating request to a target virtual workload node, generating a container group instance creating request, creating a container group instance in an edge machine room associated with the target virtual workload node according to the container group instance creating request, and operating the container group instance. The invention realizes the beneficial effects of calling other edge resources by a single cluster, improving the resource utilization rate and reducing disaster tolerance.
Referring to fig. 4, another embodiment of the implementation method of the edge cloud cluster service system in the embodiment of the present invention includes:
301. the method comprises the steps that a central cloud cluster service receives a workload creating request initiated by a client and forwards the workload creating request to a central control node for analysis to obtain a container group description file; generating a container group creation request and distributing the container group creation request to a target virtual workload node based on the container group description file;
302. the access sub-service receives a workload creating request initiated by a client, and analyzes the workload creating request based on a preset workload template to obtain a container group description file;
303 generating a container group creation request and allocating the container group creation request to a target virtual workload node by an allocation sub-service based on the container group description file;
304, invoking a sub-service to invoke the central cloud scheduling service, and forwarding the container group description file to the central cloud scheduling service through the target virtual workload node;
optionally, the method for implementing the central cloud scheduling service in step 304 further includes encapsulating available resources of each edge machine room and providing an API interface calling service to the outside.
Further optionally, the API interface call service includes: the implementation method of the API interface calling service further comprises the following steps:
the container group management service creates, deletes or starts a container group, and acquires a container group log and a synchronous container group state;
when the container group scheduling service creates the container group instance, the host machine of the container group instance is allocated based on the required resources;
when a host running the container group instance is down, the container group migration service migrates the container group instance creation request to a new host and re-creates a new container group instance; and when the edge machine room where the container group instance is positioned fails, the container group instance creating request is transferred to a new edge machine room, and a new host is scheduled in the new edge machine room to create a new container group instance again.
305. And the edge container service receives a container group instance creation request initiated by the central cloud scheduling service, and creates a new container group instance in a host machine of an edge machine room associated with the target virtual workload node and operates the new container group instance according to the container group instance creation request.
Optionally, the method for implementing the edge container service in step 305 further includes:
and accessing container group examples corresponding to different users in each host machine of the same edge machine room into virtual extensible local area networks corresponding to different users so as to realize network isolation of the container group examples corresponding to different users.
Optionally, the method for implementing the edge container service in step 305 further includes:
and reporting the container group state in the host machine of each edge machine room to the central scheduling service at regular time so that the central scheduling service can be synchronized to the central cloud through the virtual workload nodes.
Optionally, in step 305, the edge container service includes an edge container service control end and an edge container service client, where the edge container service client is deployed on each host of an edge machine room, and the edge container service control end is configured to manage the edge container service client and provide resource caching, request distribution, monitoring, and scheduling functions of a container group instance to the outside based on the edge container service client.
In the embodiment of the invention, a method for realizing edge cluster service is provided, a workload creating request is analyzed to obtain a container group description file, then a container group creating request is generated and forwarded to a target virtual workload node, a container group instance creating request is generated, and a container group instance is created in an edge machine room associated with the target virtual workload node according to the container group instance creating request and runs.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working process of the method described above may refer to the corresponding process in the foregoing system embodiment, and is not described herein again.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; 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 (10)

1. An edge cloud cluster service system, characterized in that, the edge cloud cluster service system includes a center cloud and a plurality of virtual workload nodes, the center cloud includes a center control node, each virtual workload node is associated with an edge machine room, a host of each edge machine room is deployed with a plurality of container group instances, the edge cloud cluster service system further includes:
the central cloud cluster service is used for receiving a workload creating request initiated by a client and forwarding the workload creating request to a central control node for analysis to obtain a container group description file; generating a container group creation request and distributing the container group creation request to a target virtual workload node based on the container group description file;
the central cloud scheduling service is used for receiving and analyzing a container group creation request initiated by the target virtual workload node to obtain a container group instance description file; generating a container group instance creation request based on the container group instance description file;
and the edge container service is used for receiving a container group instance creation request initiated by the central cloud scheduling service, creating a new container group instance in a host machine of an edge machine room associated with the target virtual workload node according to the container group instance creation request, and operating the new container group instance.
2. The edge cloud cluster service system of claim 1, wherein the central cloud cluster service comprises:
the access sub-service is used for receiving a workload creation request initiated by a client and analyzing the workload creation request based on a preset workload template to obtain a container group description file;
the distribution sub-service is used for generating a container group creation request and distributing the container group creation request to a target virtual workload node based on the container group description file;
and the sub-service is called and used for calling the central cloud scheduling service and forwarding the container group description file to the central cloud scheduling service through the target virtual workload node.
3. The edge cloud cluster service system of claim 1, wherein the central cloud scheduling service is further configured to encapsulate resources available to each edge machine room and provide API interface call services to the outside.
4. The edge cloud cluster service system of claim 3, wherein the API interface call service comprises:
the system comprises a container group management service, a container group management service and a synchronization server, wherein the container group management service is used for creating, deleting or starting a container group, and acquiring a container group log and a synchronization container group state;
a container group scheduling service for allocating hosts of container group instances based on required resources when creating the container group instances;
the container group migration service is used for migrating the container group instance creation request to a new host machine and re-creating a new container group instance when the host machine for operating the container group instance is down; and when the edge machine room where the container group instance is positioned fails, the container group instance creating request is transferred to a new edge machine room, and a new host is scheduled in the new edge machine room to create a new container group instance again.
5. The edge cloud cluster service system of claim 1, wherein the edge container service is further configured to:
and accessing container group examples corresponding to different users in each host machine of the same edge machine room into virtual extensible local area networks corresponding to different users so as to realize network isolation of the container group examples corresponding to different users.
6. The edge cloud cluster service system of claim 1, wherein the edge container service is further configured to:
and reporting the container group state in the host machine of each edge machine room to the central scheduling service at regular time so that the central scheduling service can be synchronized to the central cloud through the virtual workload nodes.
7. The edge cloud cluster service system of claim 1, wherein the edge container service includes an edge container service control end and an edge container service client, the edge container service client is deployed on each host of an edge machine room, and the edge container service control end is configured to manage the edge container service client and provide functions of resource caching, request distribution, monitoring and scheduling of container group instances to the outside based on the edge container service client.
8. An implementation method of an edge cloud cluster service system is characterized in that the edge cloud cluster service system comprises a center cloud and a plurality of virtual workload nodes, the center cloud comprises a center control node, each virtual workload node is respectively associated with an edge machine room, a host of each edge machine room is respectively deployed with a plurality of container group instances, and the implementation method of the edge cloud cluster service system comprises the following steps:
the method comprises the steps that a central cloud cluster service receives a workload creating request initiated by a client and forwards the workload creating request to a central control node for analysis to obtain a container group description file; generating a container group creation request and distributing the container group creation request to a target virtual workload node based on the container group description file;
the central cloud scheduling service receives and analyzes a container group creation request initiated by the target virtual workload node to obtain a container group instance description file; generating a container group instance creation request based on the container group instance description file;
and the edge container service receives a container group instance creation request initiated by the central cloud scheduling service, and creates a new container group instance in a host machine of an edge machine room associated with the target virtual workload node according to the container group instance creation request and operates the new container group instance.
9. The method for implementing the edge cloud cluster service system of claim 8, wherein the central cloud cluster service comprises: the method for realizing the edge cloud cluster service system comprises the following steps of accessing a sub-service, distributing the sub-service and calling the sub-service, wherein the method for realizing the edge cloud cluster service system further comprises the following steps:
the access sub-service receives a workload creating request initiated by a client, and analyzes the workload creating request based on a preset workload template to obtain a container group description file;
the distribution sub-service generates a container group creation request and distributes the container group creation request to a target virtual workload node based on the container group description file;
and the calling sub-service calls the central cloud scheduling service and forwards the container group description file to the central cloud scheduling service through the target virtual workload node.
10. The method for implementing the edge cloud cluster service system according to claim 8, wherein the edge container service includes an edge container service control end and an edge container service client, the edge container service client is deployed on each host of an edge machine room, and the edge container service control end is configured to manage the edge container service client and provide the resource caching, request distribution, monitoring and scheduling functions of the container group instance to the outside based on the edge container service client.
CN202210133794.3A 2022-02-14 2022-02-14 Edge cloud cluster service system and implementation method Pending CN114745377A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210133794.3A CN114745377A (en) 2022-02-14 2022-02-14 Edge cloud cluster service system and implementation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210133794.3A CN114745377A (en) 2022-02-14 2022-02-14 Edge cloud cluster service system and implementation method

Publications (1)

Publication Number Publication Date
CN114745377A true CN114745377A (en) 2022-07-12

Family

ID=82274649

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210133794.3A Pending CN114745377A (en) 2022-02-14 2022-02-14 Edge cloud cluster service system and implementation method

Country Status (1)

Country Link
CN (1) CN114745377A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115314354A (en) * 2022-07-19 2022-11-08 中电通商数字技术(上海)有限公司 Mass container cluster management method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111309447A (en) * 2020-03-16 2020-06-19 优刻得科技股份有限公司 Container scheduling method and device
US20210117217A1 (en) * 2019-10-21 2021-04-22 ForgeRock, Inc. Systems and methods for tuning containers in a high availability environment
CN112799789A (en) * 2021-03-22 2021-05-14 腾讯科技(深圳)有限公司 Node cluster management method, device, equipment and storage medium
CN113312161A (en) * 2021-05-06 2021-08-27 联想(北京)有限公司 Application scheduling method, platform and storage medium
CN113342478A (en) * 2021-08-04 2021-09-03 阿里云计算有限公司 Resource management method, device, network system and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210117217A1 (en) * 2019-10-21 2021-04-22 ForgeRock, Inc. Systems and methods for tuning containers in a high availability environment
CN111309447A (en) * 2020-03-16 2020-06-19 优刻得科技股份有限公司 Container scheduling method and device
CN112799789A (en) * 2021-03-22 2021-05-14 腾讯科技(深圳)有限公司 Node cluster management method, device, equipment and storage medium
CN113312161A (en) * 2021-05-06 2021-08-27 联想(北京)有限公司 Application scheduling method, platform and storage medium
CN113342478A (en) * 2021-08-04 2021-09-03 阿里云计算有限公司 Resource management method, device, network system and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
何震苇: ""基于Kubernetes的融合云原生基础设施方案与关键技术"", 《电信科学》, vol. 36, no. 12 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115314354A (en) * 2022-07-19 2022-11-08 中电通商数字技术(上海)有限公司 Mass container cluster management method and system

Similar Documents

Publication Publication Date Title
CN111385114B (en) VNF service instantiation method and device
Zhang et al. Cloud computing: state-of-the-art and research challenges
US8863138B2 (en) Application service performance in cloud computing
EP2796996B1 (en) Cloud infrastructure based management system and method for performing maintenance and deployment for application system
CN107733704B (en) Virtualization and container technology-based cloud exploration and development system and method
CN111309448B (en) Container instance creating method and device based on multi-tenant management cluster
CN111858054B (en) Resource scheduling system and method based on edge computing in heterogeneous environment
CN103365713A (en) Resource dispatch and management method and device
US11398989B2 (en) Cloud service for cross-cloud operations
CN110071965B (en) Data center management system based on cloud platform
KR20110083084A (en) Apparatus and method for operating server by using virtualization technology
CN112437129B (en) Cluster management method and cluster management device
CN110958311A (en) YARN-based shared cluster elastic expansion system and method
WO2016095524A1 (en) Resource allocation method and apparatus
CN111124640A (en) Task allocation method and system, storage medium and electronic device
CN113382077A (en) Micro-service scheduling method and device, computer equipment and storage medium
CN113703997A (en) Bidirectional asynchronous communication middleware system integrating multiple message agents and implementation method
CN114745377A (en) Edge cloud cluster service system and implementation method
CN114546587A (en) Capacity expansion and reduction method of online image recognition service and related device
CN108334410A (en) A kind of distributed application program client light weight method and computer equipment
JP2024501005A (en) Management method and device for container clusters
CN109525443B (en) processing method and device for distributed pre-acquisition communication link and computer equipment
CN115237547B (en) Unified container cluster hosting system and method for non-invasive HPC computing cluster
CN115391058A (en) SDN-based resource event processing method, resource creating method and system
US10326646B2 (en) Architectural design to enable bidirectional service registration and interaction among clusters

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