CN110753120B - Stateful load creating method, device, equipment and medium - Google Patents

Stateful load creating method, device, equipment and medium Download PDF

Info

Publication number
CN110753120B
CN110753120B CN201911025157.9A CN201911025157A CN110753120B CN 110753120 B CN110753120 B CN 110753120B CN 201911025157 A CN201911025157 A CN 201911025157A CN 110753120 B CN110753120 B CN 110753120B
Authority
CN
China
Prior art keywords
stateful load
stateful
load
information
mirror image
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.)
Active
Application number
CN201911025157.9A
Other languages
Chinese (zh)
Other versions
CN110753120A (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.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data 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 Beijing Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN201911025157.9A priority Critical patent/CN110753120B/en
Publication of CN110753120A publication Critical patent/CN110753120A/en
Application granted granted Critical
Publication of CN110753120B publication Critical patent/CN110753120B/en
Active 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/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • 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

Abstract

The application discloses a method, a device, equipment and a medium for creating a stateful load, wherein the method comprises the following steps: acquiring information of a stateful load to be created, which is pre-constructed on an ICM cloud platform; downloading a corresponding stateful load mirror image according to the information of the stateful load; and creating a corresponding stateful load by using the information of the stateful load and the stateful load mirror. Therefore, by utilizing the information of the stateful load to be created, which is constructed on the ICM cloud platform in advance, and then downloading the corresponding mirror image, the corresponding stateful load is created, the creating process of the stateful load can be simplified, the technical level requirement on technical personnel is reduced, and the labor cost is reduced.

Description

Stateful load creating method, device, equipment and medium
Technical Field
The present application relates to the field of cloud computing technologies, and in particular, to a method, an apparatus, a device, and a medium for creating a stateful load.
Background
In the cloud computing era, with the increasingly wide application field of cloud services, for a public cloud computing platform, only three services of computing, network and storage are often insufficient, and under the background that internet applications are hundreds of flowers at present, almost all applications use stateful services such as databases and the like, and the stateful services bear most core data of the applications.
In the prior art, K8s is a distributed architecture scheme based on a container technology, and is an open development platform for managing containerized applications on multiple hosts in a cloud platform, and at present, the creation of a stateful load based on a K8s platform is complex, and the requirement on the technical level of a technician is high.
Disclosure of Invention
In view of this, an object of the present application is to provide a method, an apparatus, and a medium for creating a stateful load, which can simplify a creating process of the stateful load, reduce technical level requirements on technicians, and thereby reduce labor costs. The specific scheme is as follows:
in a first aspect, the present application discloses a stateful load creating method, applied to a k8s platform, including:
acquiring information of stateful load to be created, which is constructed in advance on an ICM cloud platform;
downloading a corresponding stateful load mirror image according to the information of the stateful load;
and creating a corresponding stateful load by using the information of the stateful load and the stateful load mirror image.
Optionally, before acquiring the information of the to-be-created stateful load pre-constructed on the ICM platform, the method further includes:
the k8s environment and the docker environment are built.
Optionally, after the k8s environment and the docker environment are built, the method further includes:
and setting tag for the stateful load mirror image, and uploading the stateful load mirror image to the Harbor.
Optionally, after the k8s environment and the docker environment are built, the method further includes:
and creating the storage volume to be mounted with the state load.
Optionally, the method further includes:
and mounting the storage volume to the created stateful load.
In a second aspect, the present application discloses a stateful load creating apparatus, applied to a k8s platform, including:
the system comprises a stateful load information acquisition module, a stateful load information acquisition module and a stateful load information acquisition module, wherein the stateful load information acquisition module is used for acquiring information of a stateful load to be created, which is pre-constructed on an ICM (Internet control center) cloud platform;
the stateful load mirror image downloading module is used for downloading the corresponding stateful load mirror image according to the information of the stateful load;
and the stateful load creating module is used for creating the corresponding stateful load by using the information of the stateful load and the stateful load mirror image.
Optionally, the method further includes:
and the environment building module is used for building a k8s environment and a docker environment.
Optionally, the method further includes:
and the mirror image uploading module is used for setting tag for the stateful load mirror image and then uploading the stateful load mirror image to the Harbor.
In a third aspect, the present application discloses a stateful load creating device comprising a processor and a memory; wherein, the first and the second end of the pipe are connected with each other,
the memory is used for storing a computer program;
the processor is configured to execute the computer program to implement the stateful load creating method.
In a fourth aspect, a computer-readable storage medium holds a computer program, wherein the computer program, when executed by a processor, implements the stateful load creating method described above.
Therefore, the information of the stateful load to be created, which is pre-constructed on the ICM cloud platform, is obtained, the corresponding stateful load mirror image is downloaded according to the information of the stateful load, and finally the corresponding stateful load is created by using the information of the stateful load and the stateful load mirror image. Therefore, by utilizing the information of the stateful load to be created, which is constructed on the ICM cloud platform in advance, and then downloading the corresponding mirror image, the corresponding stateful load is created, the creating process of the stateful load can be simplified, the technical level requirement on technical personnel is reduced, and the labor cost is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flow chart of a stateful load creation method disclosed herein;
FIG. 2 is a flow chart of a particular stateful load creation method disclosed herein;
FIG. 3 is a specific stateful load creation flow diagram disclosed in the present application
FIG. 4 is a schematic diagram of a stateful load creating apparatus according to the present disclosure;
FIG. 5 is a block diagram of a stateful load creating device as disclosed herein;
fig. 6 is a diagram of a server structure disclosed in the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. 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 application.
Referring to fig. 1, the embodiment of the present application discloses a stateful load creating method, applied to a k8s platform, including:
step S11: and acquiring information of the stateful load to be created, which is constructed in advance on the ICM cloud platform.
Step S12: and downloading the corresponding stateful load mirror image according to the information of the stateful load.
Step S13: and creating a corresponding stateful load by using the information of the stateful load and the stateful load mirror image.
In a specific embodiment, information of a stateful load to be created is constructed in advance on an ICM (i.e., an inloud Manager, cloud data center management platform) cloud platform, and includes base information of the stateful load, container mount storage information of the stateful load, and service information of the stateful load, where the base information of the stateful load includes a name of the stateful load, a resource domain, a virtual data center, a user, a number of copies, an update policy, and a function description about the stateful load, the container information of the stateful load includes a container list and a name, a mirror, a CPU minimum, a CPU maximum, a memory minimum, a memory maximum, a port, a privilege mode, a command, a parameter, an environment variable, a survival probe, a ready probe, and the like of the container mount storage information of the stateful load, that is storage volume information to be mounted, the storage system comprises corresponding relation information of a storage volume and a container of a container list and mounting path information of the storage volume, and service information with state load comprises name, session affinity, ports and the like of services. An ICM cloud platform UI (User Interface) module collects all information with state load and sends a request to an IPAAS (integrated As A Service) module, the IPAAS module sends a request for creating the state load according to the request data, and after receiving the request processed by the IPAAS module, a K8s platform downloads a specified state load mirror image to create the corresponding state load and completes the creation of the state load. That is, the embodiment of the present application may use the ICM platform to maintain the information of the stateful load, complete the creation and configuration of the stateful load by simply inputting some basic information, and create the stateful load service, thereby reducing the loss caused by the error-prone property of the computer hardware and software. In addition, the embodiment can convert the resource scheduling mode from the traditional physical machine granularity to the container granularity, a large number of stateful load container instances can be operated on a single physical machine, the effective utilization of physical resources can be realized, the persistence of container service data can be realized, and a large number of stateful loads can be managed and controlled to meet project requirements, so that the utilization rate and the utilization rate of physical resource equipment are improved.
Therefore, in the embodiment of the application, information of the stateful load to be created, which is pre-constructed on the ICM cloud platform, is obtained, then the corresponding stateful load mirror image is downloaded according to the information of the stateful load, and finally the corresponding stateful load is created by using the information of the stateful load and the stateful load mirror image. Therefore, by utilizing the information of the stateful load to be created, which is constructed on the ICM cloud platform in advance, and then downloading the corresponding mirror image, the corresponding stateful load is created, the creating process of the stateful load can be simplified, the technical level requirement on technical personnel is reduced, and the labor cost is reduced.
Referring to fig. 2, the embodiment of the present application discloses a specific stateful load creating method, which is applied to a k8s platform, and includes:
step S21: the k8s environment and the docker environment are built.
Step S22: and setting tag for the stateful load mirror image, and uploading the stateful load mirror image to the Harbor.
Step S23: and creating the storage volume to be mounted with the state load.
In particular embodiments, the name of the storage volume, resource domain, virtual data center, user, function description, storage type (hostpath, ceph, g2, nfs), access mode, capacity, and the like are created.
Step S24: and acquiring information of the stateful load to be created, which is constructed in advance on the ICM cloud platform.
Step S25: and downloading the corresponding stateful load mirror image according to the information of the stateful load.
Step S26: and creating a corresponding stateful load by using the information of the stateful load and the stateful load mirror image.
For example, referring to fig. 3, fig. 3 is a schematic diagram of a specific stateful load creation process disclosed in the embodiment of the present application. Firstly, a k8s environment and a docker environment are built, then tag is set for the stateful load mirror image, then the tag is uploaded to a Harbor, a storage volume to be mounted with the stateful load is built, stateful load information is built on an ICM platform, the ICM platform sends the built stateful load information to a k8s platform by using an IPAAS module, after the k8s platform obtains corresponding stateful load information, the corresponding stateful load mirror image is downloaded from the Harbor, and then the stateful load is built.
Step S27: and mounting the storage volume to the created stateful load.
That is, the present embodiment finally mounts the storage volume to the created stateful load, thereby implementing creation of the stateful load with the storage volume, and thus persisting the stateful load to storage.
Referring to fig. 4, the embodiment of the present application discloses a stateful load creating apparatus, which is applied to a k8s platform, and includes:
a stateful load information obtaining module 11, configured to obtain information of a stateful load to be created, where the information is pre-constructed on the ICM cloud platform;
a stateful load mirror image downloading module 12, configured to download a corresponding stateful load mirror image according to the stateful load information;
a stateful load creating module 13, configured to create a corresponding stateful load by using the information of the stateful load and the stateful load mirror.
Therefore, in the embodiment of the application, information of the stateful load to be created, which is pre-constructed on the ICM cloud platform, is obtained, then the corresponding stateful load mirror image is downloaded according to the information of the stateful load, and finally the corresponding stateful load is created by using the information of the stateful load and the stateful load mirror image. Therefore, by utilizing the information of the stateful load to be created, which is constructed on the ICM cloud platform in advance, and then downloading the corresponding mirror image, the corresponding stateful load is created, the creating process of the stateful load can be simplified, the technical level requirement on technical personnel is reduced, and the labor cost is reduced.
The stateful load creation device further comprises an environment building module which is used for building a k8s environment and a docker environment.
The stateful load creating device further comprises a mirror image uploading module, wherein the mirror image uploading module is used for setting tag for the stateful load mirror image and then uploading the tag to the Harbor.
The stateful load creating device further comprises a storage volume creating module used for creating the storage volume to be mounted with the stateful load.
The stateful load creating device further comprises a storage volume mounting module used for mounting the storage volume to the stateful load after creation.
Referring to fig. 5, an embodiment of the present application discloses a stateful load creating apparatus, including a processor 21 and a memory 22; wherein, the memory 22 is used for saving computer programs; the processor 21 is configured to execute the computer program to implement the following steps:
acquiring information of a stateful load to be created, which is pre-constructed on an ICM cloud platform; downloading a corresponding stateful load mirror image according to the information of the stateful load; and creating a corresponding stateful load by using the information of the stateful load and the stateful load mirror image.
Therefore, in the embodiment of the application, information of the stateful load to be created, which is pre-constructed on the ICM cloud platform, is obtained, then the corresponding stateful load mirror image is downloaded according to the information of the stateful load, and finally the corresponding stateful load is created by using the information of the stateful load and the stateful load mirror image. Therefore, by utilizing the information of the stateful load to be created, which is constructed on the ICM cloud platform in advance, and then downloading the corresponding mirror image, the corresponding stateful load is created, the creating process of the stateful load can be simplified, the technical level requirement on technical personnel is reduced, and the labor cost is reduced.
In this embodiment, when the processor 21 executes the computer subprogram stored in the memory 22, the following steps may be specifically implemented: the k8s environment and the docker environment are built.
In this embodiment, when the processor 21 executes the computer subprogram stored in the memory 22, the following steps may be specifically implemented: and setting tag for the stateful load mirror image, and uploading the stateful load mirror image to the Harbor.
In this embodiment, when the processor 21 executes the computer subprogram stored in the memory 22, the following steps may be specifically implemented: and creating the storage volume to be mounted with the state load.
In this embodiment, when the processor 21 executes the computer subprogram stored in the memory 22, the following steps may be specifically implemented: and mounting the storage volume to the created stateful load.
The memory 22 is used as a carrier for resource storage, and may be a read-only memory, a random access memory, a magnetic disk or an optical disk, and the storage manner may be a transient storage or a permanent storage.
Referring to fig. 6, the present application discloses a server 20 comprising a stateful load creating device comprising a processor 21 and a memory 22 as disclosed in the previous embodiments. For the steps that the processor 21 can specifically execute, reference may be made to corresponding contents disclosed in the foregoing embodiments, and details are not described herein again.
Further, the server 20 in this embodiment may further specifically include a power supply 23, a communication interface 24, an input/output interface 25, and a communication bus 26; the power supply 23 is configured to provide operating voltage for each hardware device on the server 20; the communication interface 24 can create a data transmission channel between the server 20 and an external device, and a communication protocol followed by the communication interface is any communication protocol applicable to the technical solution of the present application, and is not specifically limited herein; the input/output interface 25 is configured to obtain external input data or output data to the outside, and a specific interface type thereof may be selected according to specific application requirements, which is not specifically limited herein.
Further, an embodiment of the present application also discloses a computer readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the following steps:
therefore, in the embodiment of the application, information of the stateful load to be created, which is pre-constructed on the ICM cloud platform, is obtained, then the corresponding stateful load mirror image is downloaded according to the information of the stateful load, and finally the corresponding stateful load is created by using the information of the stateful load and the stateful load mirror image. Therefore, by utilizing the information of the stateful load to be created, which is constructed on the ICM cloud platform in advance, and then downloading the corresponding mirror image, the corresponding stateful load is created, the creating process of the stateful load can be simplified, the technical level requirement on technical personnel is reduced, and the labor cost is reduced.
In this embodiment, when the computer subprogram stored in the computer-readable storage medium is executed by the processor, the following steps may be specifically implemented: the k8s environment and the docker environment are built.
In this embodiment, when the computer subprogram stored in the computer-readable storage medium is executed by the processor, the following steps may be specifically implemented: and setting tag for the stateful load mirror image, and uploading the stateful load mirror image to the Harbor.
In this embodiment, when the computer subprogram stored in the computer-readable storage medium is executed by the processor, the following steps may be specifically implemented: and creating the storage volume to be mounted with the state load.
In this embodiment, when the computer subprogram stored in the computer-readable storage medium is executed by the processor, the following steps may be specifically implemented: and mounting the storage volume to the created stateful load.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The above detailed description is provided for a stateful load creating method, apparatus, device and medium, and a specific example is applied in the present disclosure to explain the principle and implementation of the present disclosure, and the description of the above embodiment is only used to help understanding the method and core idea of the present disclosure; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (10)

1. A stateful load creating method applied to a k8s platform includes:
acquiring information of a stateful load to be created, which is pre-constructed on an ICM cloud platform;
Downloading a corresponding stateful load mirror image according to the information of the stateful load;
creating a corresponding stateful load by using the information of the stateful load and the stateful load mirror image;
the UI module of the ICM cloud platform collects all information with state loads and sends a request to the IPAAS module, the IPAAS module sends and creates the request with the state loads according to request data, and after the K8s platform receives the request processed by the IPAAS module, the specified mirror image with the state loads is downloaded to create corresponding state loads, and creation of the state loads is completed.
2. The method of claim 1, wherein before the obtaining information of the stateful load to be created pre-constructed on the ICM platform, the method further comprises:
the k8s environment and the docker environment are built.
3. A stateful load creation method according to claim 2, wherein after building a k8s environment and a docker environment, the method further comprises:
and setting tag for the stateful load mirror image, and uploading the stateful load mirror image to the Harbor.
4. A stateful load creation method according to claim 2, wherein after building a k8s environment and a docker environment, the method further comprises:
And creating the storage volume to be mounted with the state load.
5. The stateful load creation method of claim 4, further comprising:
and mounting the storage volume to the created stateful load.
6. A stateful load creating apparatus applied to a k8s platform, comprising:
the system comprises a stateful load information acquisition module, a stateful load information acquisition module and a stateful load information acquisition module, wherein the stateful load information acquisition module is used for acquiring information of a stateful load to be created, which is pre-constructed on an ICM (Internet control center) cloud platform;
the stateful load mirror image downloading module is used for downloading the corresponding stateful load mirror image according to the information of the stateful load;
the stateful load creating module is used for creating a corresponding stateful load by using the information of the stateful load and the stateful load mirror image;
the UI module of the ICM cloud platform collects all information with state loads and sends a request to the IPAAS module, the IPAAS module sends and creates the request with the state loads according to request data, and after the K8s platform receives the request processed by the IPAAS module, the specified mirror image with the state loads is downloaded to create corresponding state loads, and creation of the state loads is completed.
7. The stateful load creation apparatus of claim 6, further comprising:
And the environment building module is used for building a k8s environment and a docker environment.
8. The stateful load creation apparatus of claim 6, further comprising:
and the mirror image uploading module is used for setting tag for the stateful load mirror image and then uploading the stateful load mirror image to the Harbor.
9. A stateful load creating device comprising a processor and a memory; wherein the content of the first and second substances,
the memory is used for storing a computer program;
the processor for executing the computer program to implement the stateful load creation method of any of claims 1 to 5.
10. A computer-readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the stateful load creation method of any one of claims 1 to 5.
CN201911025157.9A 2019-10-25 2019-10-25 Stateful load creating method, device, equipment and medium Active CN110753120B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911025157.9A CN110753120B (en) 2019-10-25 2019-10-25 Stateful load creating method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911025157.9A CN110753120B (en) 2019-10-25 2019-10-25 Stateful load creating method, device, equipment and medium

Publications (2)

Publication Number Publication Date
CN110753120A CN110753120A (en) 2020-02-04
CN110753120B true CN110753120B (en) 2022-06-10

Family

ID=69280060

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911025157.9A Active CN110753120B (en) 2019-10-25 2019-10-25 Stateful load creating method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN110753120B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105245373A (en) * 2015-10-12 2016-01-13 天津市普迅电力信息技术有限公司 Construction and operation method of container cloud platform system
CN107590001A (en) * 2017-09-08 2018-01-16 北京京东尚科信息技术有限公司 Load-balancing method and device, storage medium, electronic equipment
CN108292243A (en) * 2015-12-04 2018-07-17 微软技术许可有限责任公司 State aware load balance
CN207926553U (en) * 2017-11-06 2018-09-28 杰夫微电子(四川)有限公司 A kind of multifunction switch controller
CN108829494A (en) * 2018-06-25 2018-11-16 杭州谐云科技有限公司 Container cloud platform intelligence method for optimizing resources based on load estimation

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10511534B2 (en) * 2018-04-06 2019-12-17 Cisco Technology, Inc. Stateless distributed load-balancing

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105245373A (en) * 2015-10-12 2016-01-13 天津市普迅电力信息技术有限公司 Construction and operation method of container cloud platform system
CN108292243A (en) * 2015-12-04 2018-07-17 微软技术许可有限责任公司 State aware load balance
CN107590001A (en) * 2017-09-08 2018-01-16 北京京东尚科信息技术有限公司 Load-balancing method and device, storage medium, electronic equipment
CN207926553U (en) * 2017-11-06 2018-09-28 杰夫微电子(四川)有限公司 A kind of multifunction switch controller
CN108829494A (en) * 2018-06-25 2018-11-16 杭州谐云科技有限公司 Container cloud platform intelligence method for optimizing resources based on load estimation

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
文档 v1.0;KubeSphere;《百度》;20190128;正文第2、6、79-86页 *

Also Published As

Publication number Publication date
CN110753120A (en) 2020-02-04

Similar Documents

Publication Publication Date Title
CN102427481B (en) System for managing cloud computing service and cloud computing management method
CN110413288B (en) Application deployment method, device, server and storage medium
KR20170022996A (en) Integrated apis and uis for consuming services across different distributed networks
CN111611091A (en) Service calling method, device and medium for business object
US10193768B2 (en) System for generating a virtualized network function
CN113157339B (en) Application service extension method, system, storage medium and device based on OSB
US11627169B2 (en) Network-based Media Processing (NBMP) workflow management through 5G Framework for Live Uplink Streaming (FLUS) control
CN109104368B (en) Connection request method, device, server and computer readable storage medium
EP3798860A1 (en) Generation and use of a dynamic bloom filter
CN111367685B (en) Interface calling method and device, computer equipment and storage medium
CN115801750A (en) Virtual machine communication method and device
CN113676501A (en) Application deployment method and device based on Kubernetes cluster and electronic equipment
CN114296953A (en) Multi-cloud heterogeneous system and task processing method
CN110532060A (en) A kind of hybrid network environmental data collecting method and system
US11210347B2 (en) Object search with pagination and non-duplicates support
CN113079098A (en) Method, device, equipment and computer readable medium for updating route
US20170237687A1 (en) Resource trees by management controller
CN110753120B (en) Stateful load creating method, device, equipment and medium
CN114365467B (en) Methods, apparatuses, and computer readable media for determining 3GPP FLUS reception capability
CN113641641A (en) Switching method, switching system, equipment and storage medium of file storage service
Beloudane et al. Towards an Efficient Management of Mobile Cloud Computing Services based on Multi Agent Systems
CN110971665A (en) Management method, system, equipment and storage medium for interfacing multi-type storage
CN115379010B (en) Container network construction method, device, equipment and storage medium
CN114868362B (en) Method and apparatus for accessing real-time uplink streaming Framework (FLUS) sink capabilities
Panarello et al. Cloud federation to elastically increase mapreduce processing resources

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