CN111722881A - Resource expansion method, system and device of container cloud platform - Google Patents

Resource expansion method, system and device of container cloud platform Download PDF

Info

Publication number
CN111722881A
CN111722881A CN202010442529.4A CN202010442529A CN111722881A CN 111722881 A CN111722881 A CN 111722881A CN 202010442529 A CN202010442529 A CN 202010442529A CN 111722881 A CN111722881 A CN 111722881A
Authority
CN
China
Prior art keywords
page
service
resource
rule
cloud platform
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.)
Granted
Application number
CN202010442529.4A
Other languages
Chinese (zh)
Other versions
CN111722881B (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.)
Guangdong Inspur Smart Computing Technology Co Ltd
Original Assignee
Guangdong Inspur Big Data Research 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 Guangdong Inspur Big Data Research Co Ltd filed Critical Guangdong Inspur Big Data Research Co Ltd
Priority to CN202010442529.4A priority Critical patent/CN111722881B/en
Publication of CN111722881A publication Critical patent/CN111722881A/en
Application granted granted Critical
Publication of CN111722881B publication Critical patent/CN111722881B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention discloses a resource expansion method of a container cloud platform, which comprises the steps of obtaining page rule configuration parameters according to the characteristics of a functional page of a new resource type; automatically generating a page rule according to the page rule configuration parameters; and automatically analyzing the page rule to complete the mapping from the page rule to the functional page of the container cloud platform, and finally generating the functional page. Therefore, the function page corresponding to the new resource type can be rapidly generated through automatic generation and analysis of the page rule corresponding to the new resource type, so that the research and development workload of a container cloud platform engineer is reduced, and the development efficiency of the container cloud platform is improved. The invention also discloses a system and a device for resource expansion of the container cloud platform, and the system and the device have the same beneficial effects as the resource expansion method.

Description

Resource expansion method, system and device of container cloud platform
Technical Field
The invention relates to the field of cloud platform resource expansion, in particular to a method, a system and a device for resource expansion of a container cloud platform.
Background
Currently, most container cloud platforms provide container services based on kubernets technology, which is an open source for managing the application of containers on multiple hosts in the cloud platform. The Kubernetes technology is updated quickly, and a container cloud platform needs to develop new functions in time according to the related new technology of the Kubernetes so as to meet new requirements of users.
In the container cloud platform, multiple resources such as application components (namely Kubernets workload resources including types such as stateless load, stateful load, tasks, daemon processes and the like), storage pools (namely Kubernets storage type resources including types such as file storage pools, block storage pools, object storage pools and the like) and the like all comprise multiple types. In the prior art, in order to provide a relatively complete function, a cloud platform engineer may develop a set of function pages for each type, that is, when a certain resource extends a new type, the cloud platform engineer may develop a set of function pages for the newly generated type; when a type of a certain resource is changed, a cloud platform engineer also needs to re-develop a set of function pages for the changed type, so that the research and development workload of the container cloud platform engineer is large, and the development efficiency of the container cloud platform is low.
Therefore, how to provide a solution to the above technical problem is a problem that needs to be solved by those skilled in the art.
Disclosure of Invention
The invention aims to provide a resource extension method, a system and a device of a container cloud platform, which can realize the rapid generation of a function page corresponding to a new resource type through the automatic generation and analysis of a page rule corresponding to the new resource type, thereby reducing the research and development workload of a container cloud platform engineer and improving the development efficiency of the container cloud platform.
In order to solve the technical problem, the invention provides a resource expansion method of a container cloud platform, which comprises the following steps:
acquiring page rule configuration parameters according to the characteristics of the functional page of the new resource type;
automatically generating a page rule according to the page rule configuration parameters;
and automatically analyzing the page rule to complete the mapping from the page rule to the functional page of the container cloud platform, and finally generating the functional page.
Preferably, the process of obtaining the page rule configuration parameter according to the feature of the functional page of the new resource type includes:
presetting a page rule configuration table for configuring page rules;
and determining the information of each configuration parameter of the page rule configuration table according to the characteristics of the functional page of the new resource type.
Preferably, the page rule configuration table includes a rule ID, a rule name, a rule type, a rule key, a text type, a check rule, a default value, whether to read only, an enumeration value, a content ordering, and an event trigger rule.
Preferably, the resource expansion method further includes:
defining a service processor interface for the new function service of the new resource type in advance, and writing a new service processor for executing the new function service based on the service processor interface;
generating a resource operation request containing service parameters and service processing strategy configuration parameters filled in the function page after detecting that a service operation button of the function page is triggered;
screening and matching the service processing strategy configuration parameters of the resource operation request with prestored strategy configuration information corresponding to all service processors respectively so as to screen out a target service processor matched with the service processing strategy configuration parameters;
and processing the service parameters of the resource operation request by using the target service processor so as to complete the service operation corresponding to the function page.
Preferably, the process of processing the service parameter of the resource operation request by using the target service processor includes:
processing the service parameters of the resource operation request into data parameters conforming to a Kubernetes API format;
and processing the data parameters by using the encapsulated Kubernetes Client to complete the operation on the bottom layer resource of the Kubernetes cluster.
Preferably, the resource expansion method further includes:
and if the matching of the service processing strategy configuration parameters and the pre-stored strategy configuration information corresponding to all the service processors fails, processing the service parameters of the resource operation request by using a default service processor.
In order to solve the above technical problem, the present invention further provides a resource expansion system of a container cloud platform, including:
the parameter acquisition module is used for acquiring page rule configuration parameters according to the characteristics of the functional page of the new resource type;
the rule generating module is used for automatically generating a page rule according to the page rule configuration parameters;
and the rule analysis module is used for automatically analyzing the page rule so as to complete the mapping from the page rule to the functional page of the container cloud platform and finally generate the functional page.
Preferably, the parameter obtaining module is specifically configured to preset a page rule configuration table for configuring the page rule, and determine each configuration parameter information of the page rule configuration table according to the feature of the functional page of the new resource type.
Preferably, the resource expansion system further includes:
a processor writing module, configured to define a service processor interface for the new function service of the new resource type in advance, and write a new service processor for executing the new function service based on the service processor interface;
the request generating module is used for generating a resource operation request containing the service parameters and the service processing strategy configuration parameters filled in the function page after detecting that the service operation button of the function page is triggered;
the service logic screening module is used for screening and matching the service processing strategy configuration parameters of the resource operation request with the prestored strategy configuration information corresponding to all the service processors so as to screen out the target service processor matched with the service processing strategy configuration parameters;
and the service logic processing module is used for processing the service parameters of the resource operation request by using the target service processor so as to complete the service operation corresponding to the function page.
In order to solve the above technical problem, the present invention further provides a resource expansion device for a container cloud platform, including:
a memory for storing a computer program;
and the processor is used for realizing the steps of any one of the above resource expansion methods of the container cloud platform when executing the computer program.
The invention provides a resource expansion method of a container cloud platform, which comprises the steps of obtaining page rule configuration parameters according to the characteristics of a functional page of a new resource type; automatically generating a page rule according to the page rule configuration parameters; and automatically analyzing the page rule to complete the mapping from the page rule to the functional page of the container cloud platform, and finally generating the functional page. Therefore, the function page corresponding to the new resource type can be rapidly generated through automatic generation and analysis of the page rule corresponding to the new resource type, so that the research and development workload of a container cloud platform engineer is reduced, and the development efficiency of the container cloud platform is improved.
The invention also provides a system and a device for resource expansion of the container cloud platform, and the system and the device have the same beneficial effects as the resource expansion method.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed in the prior art and the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a flowchart of a resource expansion method for a container cloud platform according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a resource expansion system of a container cloud platform according to an embodiment of the present invention.
Detailed Description
The core of the invention is to provide a resource extension method, system and device of a container cloud platform, which can realize the rapid generation of a function page corresponding to a new resource type through the automatic generation and analysis of a page rule corresponding to the new resource type, thereby reducing the research and development workload of a container cloud platform engineer and improving the development efficiency of the container cloud platform.
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a flowchart illustrating a resource expansion method of a container cloud platform according to an embodiment of the present invention.
The resource expansion method of the container cloud platform comprises the following steps:
step S1: and acquiring page rule configuration parameters according to the characteristics of the functional page of the new resource type.
Specifically, the function page characteristics corresponding to a type of a certain resource of the container cloud platform may be used as guidance information for developing the function page, and if the function page corresponding to a type has a read-only characteristic, the function page is set as a read-only page when the function page is developed.
Based on this, when a new resource extension type or an original type of the container cloud platform changes (collectively referred to as a new resource type), the method and the system can obtain the configuration parameters of the page rule for guiding the specific page display condition of the function page according to the characteristics of the function page of the new resource type, and if the function page corresponding to one type has a read-only characteristic, the parameter information about the read-only configuration parameter in the configuration parameters of the page rule for guiding the function page is yes.
Step S2: and automatically generating the page rule according to the page rule configuration parameters.
Specifically, after the page rule configuration parameters are obtained, the page rule which embodies the specific page display condition of the functional page can be automatically generated according to the page rule configuration parameters, so that the functional page can be generated for subsequent guidance. More specifically, the generated page rule can be recorded into a bottom database of the container cloud platform for subsequent reading.
Step S3: and automatically analyzing the page rule to complete the mapping from the page rule to the functional page of the container cloud platform, and finally generating the functional page.
Specifically, after the page rule is generated, the page rule can be automatically analyzed according to a predefined analysis rule, so that the mapping from the page rule to the function page of the container cloud platform is completed, and the function page corresponding to the new resource type is generated. That is, the specific page display condition of the function page is automatically set according to the page rule, so that the function page can be automatically generated.
The invention provides a resource expansion method of a container cloud platform, which comprises the steps of obtaining page rule configuration parameters according to the characteristics of a functional page of a new resource type; automatically generating a page rule according to the page rule configuration parameters; and automatically analyzing the page rule to complete the mapping from the page rule to the functional page of the container cloud platform, and finally generating the functional page. Therefore, the function page corresponding to the new resource type can be rapidly generated through automatic generation and analysis of the page rule corresponding to the new resource type, so that the research and development workload of a container cloud platform engineer is reduced, and the development efficiency of the container cloud platform is improved.
On the basis of the above-described embodiment:
as an alternative embodiment, the process of obtaining page rule configuration parameters according to the feature page of the new resource type includes:
presetting a page rule configuration table for configuring page rules;
and determining the information of each configuration parameter of the page rule configuration table according to the characteristics of the functional page of the new resource type.
Specifically, the method and the device can collect all configuration parameters of the page rule in the page rule configuration table in advance so as to determine all configuration parameter information of the page rule configuration table according to the functional page characteristics of the new resource types.
As an alternative embodiment, the page rule configuration table includes rule ID, rule name, rule type, rule key, text type, check rule, default value, read-only, enumeration value, content ordering, and event triggering rule.
Specifically, the page rule configuration table of the present application includes configuration parameters such as a rule ID (identification number) for distinguishing different page rules, a rule name, a rule type, a rule key (keyword) for one-to-one correspondence to each parameter displayed on the function page, a text type, a check rule for checking whether each parameter displayed on the function page is within a specified range, a default value, whether read-only, an enumeration value, a content sort for representing an arrangement order of contents displayed on the function page, and an event trigger rule for representing event trigger conditions and relevance of different events.
As an optional embodiment, the resource expansion method further includes:
defining a service processor interface for a new function service of a new resource type in advance, and writing a new service processor for executing the new function service based on the service processor interface;
generating a resource operation request containing service parameters and service processing strategy configuration parameters filled in the functional page after detecting that a service operation button of the functional page is triggered;
screening and matching the service processing strategy configuration parameters of the resource operation request with the prestored strategy configuration information corresponding to all the service processors respectively so as to screen out the target service processor matched with the service processing strategy configuration parameters;
and processing the service parameters of the resource operation request by using the target service processor so as to complete the service operation corresponding to the function page.
Further, when a type of a certain resource of the container cloud platform is changed, in the prior art, by modifying code logic of a service processor originally used for executing a functional service of the changed resource type, the service processor can execute a new functional service of the new resource type, but this service logic extension manner may affect stable operation of an original function of the changed resource type.
Based on the method, the service processor interface is defined for the new function service of the new resource type in advance, and the new service processor for executing the new function service is compiled in advance based on the service processor interface, so that a foundation is laid for the subsequent new function service processing.
After the functional page corresponding to the new resource type is generated, the functional page may be displayed on a User Interface (UI), so that a User may fill the relevant service parameters in the functional page, and click a service operation button of the functional page to initiate a resource operation request after the service parameters are filled. Correspondingly, after detecting that the service operation button of the function page is triggered, the resource operation request including the service parameters filled in the function page and the service processing strategy configuration parameters corresponding to the new function service is automatically generated, and the generated resource operation request is automatically analyzed to obtain the service parameters filled in the function page and the service processing strategy configuration parameters corresponding to the new function service.
After the service processing strategy configuration parameters corresponding to the new function service are obtained, the method and the system automatically screen and match the service processing strategy configuration parameters with the prestored strategy configuration information corresponding to all service processors (including the new service processors written in advance) so as to screen out the target service processor matched with the service processing strategy configuration parameters. It can be understood that, when the service processing policy configuration parameter corresponding to the new function service matches with the policy configuration information of the new service processor for executing the new function service, the new service processor can be screened out as the target service processor. After the target business processor is screened out, the business parameters filled in the functional page are automatically processed by the target business processor, so that business operation corresponding to the functional page is completed.
Therefore, the new service processor is configured in advance to realize the complete decoupling of the new service logic and the original function, so that the original function of stable operation is not influenced.
More specifically, the traffic processing policy configuration parameters may include policy ID for identifying different traffic processing policies, policy name, policy type, policy implementation class for characterizing class paths of the traffic processors, policy status (available status or unavailable status), and other policy configuration parameters.
As an alternative embodiment, the process of processing the service parameter of the resource operation request by using the target service processor includes:
processing the service parameters of the resource operation request into data parameters conforming to the Kubernetes API format; and processing the data parameters by using the encapsulated Kubernetes Client to complete the operation on the Kubernetes cluster bottom-layer resources.
Specifically, when the target service processor processes the service parameters filled in the function page, the service parameters filled in the function page are first processed into data parameters conforming to the format of a kubernets API (the kubernets API is an interface provided by kubernets for operating a set of cluster resources, namely an entrance for accessing the kubernets cluster from the outside), and then the data parameters are processed by using a packaged kubernets Client (the kubernets Client is used for accessing the kubernets API) to complete operations on the bottom-layer resources of the kubernets cluster, such as adding/updating/deleting operations on the bottom-layer resources of the cluster.
As an optional embodiment, the resource expansion method further includes:
and if the matching of the service processing strategy configuration parameters with the prestored strategy configuration information corresponding to all the service processors fails, processing the service parameters of the resource operation request by using the default service processor.
Further, considering that although a new service processor is written in advance, there may be a case that a matching error of a service processing policy configuration parameter corresponding to a new function service fails, when the matching of the service processing policy configuration parameter with policy configuration information corresponding to all the service processors stored in advance fails, the application directly uses the default service processor to process the service parameter of the resource operation request, and completes the service operation corresponding to the function page as much as possible.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a resource expansion system of a container cloud platform according to an embodiment of the present invention.
The resource expansion system of the container cloud platform comprises:
the parameter obtaining module 1 is used for obtaining page rule configuration parameters according to the characteristics of the functional page of the new resource type;
the rule generating module 2 is used for automatically generating a page rule according to the page rule configuration parameters;
and the rule analysis module 3 is used for automatically analyzing the page rule so as to complete the mapping from the page rule to the functional page of the container cloud platform and finally generate the functional page.
As an optional embodiment, the parameter obtaining module 1 is specifically configured to preset a page rule configuration table for configuring the page rule, and determine each configuration parameter information of the page rule configuration table according to the feature of the functional page of the new resource type.
As an optional embodiment, the resource expansion system further includes:
the processor compiling module is used for defining a service processor interface for the new function service of the new resource type in advance and compiling a new service processor for executing the new function service based on the service processor interface;
the request generating module is used for generating a resource operation request containing the service parameters filled in the function page and the service processing strategy configuration parameters after detecting that the service operation button of the function page is triggered;
the service logic screening module is used for screening and matching the service processing strategy configuration parameters of the resource operation request with the pre-stored strategy configuration information corresponding to all the service processors so as to screen out the target service processor matched with the service processing strategy configuration parameters;
and the service logic processing module is used for processing the service parameters of the resource operation request by using the target service processor so as to complete the service operation corresponding to the function page.
For introduction of the resource expansion system provided in the present application, reference is made to the embodiments of the resource expansion method, which are not described herein again.
The application also provides a resource extension device of the container cloud platform, which comprises:
a memory for storing a computer program;
and the processor is used for realizing the steps of any one of the above resource expansion methods of the container cloud platform when executing the computer program.
For introduction of the resource expansion apparatus provided in the present application, reference is made to the embodiments of the resource expansion method, which are not described herein again.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A resource expansion method of a container cloud platform is characterized by comprising the following steps:
acquiring page rule configuration parameters according to the characteristics of the functional page of the new resource type;
automatically generating a page rule according to the page rule configuration parameters;
and automatically analyzing the page rule to complete the mapping from the page rule to the functional page of the container cloud platform, and finally generating the functional page.
2. The method for resource expansion of a container cloud platform according to claim 1, wherein the process of obtaining page rule configuration parameters according to the feature page of the new resource type includes:
presetting a page rule configuration table for configuring page rules;
and determining the information of each configuration parameter of the page rule configuration table according to the characteristics of the functional page of the new resource type.
3. The resource extension method of the container cloud platform of claim 2, wherein the page rule configuration table comprises a rule ID, a rule name, a rule type, a rule key, a text type, a check rule, a default value, read-only, an enumerated value, a content ordering, and an event trigger rule.
4. The resource expansion method of the container cloud platform according to any one of claims 1 to 3, wherein the resource expansion method further comprises:
defining a service processor interface for the new function service of the new resource type in advance, and writing a new service processor for executing the new function service based on the service processor interface;
generating a resource operation request containing service parameters and service processing strategy configuration parameters filled in the function page after detecting that a service operation button of the function page is triggered;
screening and matching the service processing strategy configuration parameters of the resource operation request with prestored strategy configuration information corresponding to all service processors respectively so as to screen out a target service processor matched with the service processing strategy configuration parameters;
and processing the service parameters of the resource operation request by using the target service processor so as to complete the service operation corresponding to the function page.
5. The method for resource expansion of the container cloud platform according to claim 4, wherein the processing the service parameters of the resource operation request by the target service processor includes:
processing the service parameters of the resource operation request into data parameters conforming to a Kubernetes API format;
and processing the data parameters by using the encapsulated Kubernetes Client to complete the operation on the bottom layer resource of the Kubernetes cluster.
6. The resource expansion method of the container cloud platform of claim 4, wherein the resource expansion method further comprises:
and if the matching of the service processing strategy configuration parameters and the pre-stored strategy configuration information corresponding to all the service processors fails, processing the service parameters of the resource operation request by using a default service processor.
7. A resource expansion system of a container cloud platform is characterized by comprising:
the parameter acquisition module is used for acquiring page rule configuration parameters according to the characteristics of the functional page of the new resource type;
the rule generating module is used for automatically generating a page rule according to the page rule configuration parameters;
and the rule analysis module is used for automatically analyzing the page rule so as to complete the mapping from the page rule to the functional page of the container cloud platform and finally generate the functional page.
8. The resource extension system of the container cloud platform of claim 7, wherein the parameter obtaining module is specifically configured to preset a page rule configuration table for configuring a page rule, and determine each configuration parameter information of the page rule configuration table according to a feature of a functional page of a new resource type.
9. The resource expansion system of the container cloud platform of any one of claims 7-8, wherein the resource expansion system further comprises:
a processor writing module, configured to define a service processor interface for the new function service of the new resource type in advance, and write a new service processor for executing the new function service based on the service processor interface;
the request generating module is used for generating a resource operation request containing the service parameters and the service processing strategy configuration parameters filled in the function page after detecting that the service operation button of the function page is triggered;
the service logic screening module is used for screening and matching the service processing strategy configuration parameters of the resource operation request with the prestored strategy configuration information corresponding to all the service processors so as to screen out the target service processor matched with the service processing strategy configuration parameters;
and the service logic processing module is used for processing the service parameters of the resource operation request by using the target service processor so as to complete the service operation corresponding to the function page.
10. A resource expansion device of a container cloud platform is characterized by comprising:
a memory for storing a computer program;
a processor for implementing the steps of the resource extension method of the container cloud platform according to any one of claims 1 to 6 when executing said computer program.
CN202010442529.4A 2020-05-22 2020-05-22 Resource expansion method, system and device of container cloud platform Active CN111722881B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010442529.4A CN111722881B (en) 2020-05-22 2020-05-22 Resource expansion method, system and device of container cloud platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010442529.4A CN111722881B (en) 2020-05-22 2020-05-22 Resource expansion method, system and device of container cloud platform

Publications (2)

Publication Number Publication Date
CN111722881A true CN111722881A (en) 2020-09-29
CN111722881B CN111722881B (en) 2023-08-08

Family

ID=72565023

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010442529.4A Active CN111722881B (en) 2020-05-22 2020-05-22 Resource expansion method, system and device of container cloud platform

Country Status (1)

Country Link
CN (1) CN111722881B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113985767A (en) * 2021-10-21 2022-01-28 广州鲁邦通智能科技有限公司 Method for synchronizing IOT equipment UI to cloud platform and Internet of things system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104765721A (en) * 2014-01-06 2015-07-08 北大方正集团有限公司 Makeup handling method and device
CN109165266A (en) * 2018-09-03 2019-01-08 中国平安人寿保险股份有限公司 List generation method, device, computer equipment and storage medium
CN109460279A (en) * 2018-12-14 2019-03-12 平安城市建设科技(深圳)有限公司 Forms pages development approach, device, equipment and storage medium based on small routine
CN110069297A (en) * 2019-03-28 2019-07-30 平安科技(深圳)有限公司 Abnormality eliminating method, device, computer equipment and storage medium based on Spring MVC

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104765721A (en) * 2014-01-06 2015-07-08 北大方正集团有限公司 Makeup handling method and device
CN109165266A (en) * 2018-09-03 2019-01-08 中国平安人寿保险股份有限公司 List generation method, device, computer equipment and storage medium
CN109460279A (en) * 2018-12-14 2019-03-12 平安城市建设科技(深圳)有限公司 Forms pages development approach, device, equipment and storage medium based on small routine
CN110069297A (en) * 2019-03-28 2019-07-30 平安科技(深圳)有限公司 Abnormality eliminating method, device, computer equipment and storage medium based on Spring MVC

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113985767A (en) * 2021-10-21 2022-01-28 广州鲁邦通智能科技有限公司 Method for synchronizing IOT equipment UI to cloud platform and Internet of things system

Also Published As

Publication number Publication date
CN111722881B (en) 2023-08-08

Similar Documents

Publication Publication Date Title
US10419546B2 (en) Migration assessment for cloud computing platforms
CN111596965B (en) Project engineering initialization method, device, computer equipment and storage medium
RU2611966C2 (en) Data enrichment recommending system
US9778967B2 (en) Sophisticated run-time system for graph processing
CN110389829B (en) Classification and distribution of extended objects in a multi-tenant environment
US9400700B2 (en) Optimized system for analytics (graphs and sparse matrices) operations
JP2017514218A (en) Running third-party applications
KR101355273B1 (en) A computing system, a method for controlling thereof, and a computer-readable recording medium having a computer program for controlling thereof
US11422917B2 (en) Deriving software application dependency trees for white-box testing
JP2012529711A (en) Software extension analysis method and system
WO2021022703A1 (en) Software project reconstruction method and device, and computer device and storage medium
CN110795454A (en) Service request method, device, server and storage medium
CN111651221B (en) Annotation internationalization method and device, storage medium and electronic equipment
US11595493B2 (en) System and method for namespace masking in an integration flow
CN111722881B (en) Resource expansion method, system and device of container cloud platform
CN114020589A (en) Embedded point processing method and device, computer equipment and storage medium
WO2023218875A1 (en) System construction device
US20090313628A1 (en) Dynamically batching remote object model commands
CN117311799B (en) Configuration method of software project page
CN117112654B (en) City data display method, device, computer equipment and storage medium
US20170068523A1 (en) Modular Computer Application Development and Usage
CN114840197A (en) Method, device, equipment and storage medium for automatically generating basic codes of websites
CN117742836A (en) Page processing method and device, electronic equipment and storage medium
CN113761857A (en) Form processing method and device based on form designer
JPH09274561A (en) Operating method for job and spool

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