CN111722881B - 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
CN111722881B
CN111722881B CN202010442529.4A CN202010442529A CN111722881B CN 111722881 B CN111722881 B CN 111722881B CN 202010442529 A CN202010442529 A CN 202010442529A CN 111722881 B CN111722881 B CN 111722881B
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.)
Active
Application number
CN202010442529.4A
Other languages
Chinese (zh)
Other versions
CN111722881A (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

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a resource extension method of a container cloud platform, which comprises the steps of obtaining page rule configuration parameters according to the functional page characteristics of new resource types; automatically generating a page rule according to the page rule configuration parameters; and automatically analyzing the page rule to finish the mapping from the page rule to the functional page of the container cloud platform, and finally generating the functional page. Therefore, the method and the device can realize the rapid generation of the functional page corresponding to the new resource type through the automatic generation and analysis of the page rule corresponding to the new resource type, thereby reducing the research and development workload of container cloud platform engineers and improving the development efficiency of the container cloud platform. The invention also discloses a resource expansion system and device of the container cloud platform, and the resource expansion method has the same beneficial effects as the resource expansion method.

Description

Resource expansion method, system and device of container cloud platform
Technical Field
The present invention relates to the field of cloud platform resource expansion, and in particular, to a method, a system, and an apparatus for resource expansion of a container cloud platform.
Background
Currently, most container cloud platforms provide container services based on Kubernetes technology, which is an open source for managing applications of containers on multiple hosts in the cloud platform. The Kubernetes technology is updated quickly, and the container cloud platform needs to develop new functions in time according to the relevant new technology of the Kubernetes so as to meet new demands of users.
In the container cloud platform, various resources such as application components (i.e., kubernetes workload resources including stateless loads, stateful loads, tasks, daemons, etc.), storage pools (i.e., kubernetes storage type resources including file storage pools, block storage pools, object storage pools, etc.) and the like all include various types. In the prior art, in order to provide a relatively full function, a cloud platform engineer will develop a set of function pages for each type, that is, when a certain resource expands a new type, the cloud platform engineer will develop a set of function pages for the newly generated type; when a type of a certain resource is changed, the cloud platform engineer also re-develops a set of functional pages for the changed type, so that the 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 a person skilled in the art needs to solve at present.
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 functional 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 container cloud platform engineers and improving the development efficiency of the container cloud platform.
In order to solve the technical problems, 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 functional page characteristics of the new resource types;
automatically generating a page rule according to the page rule configuration parameters;
and automatically analyzing the page rule to finish 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 acquiring the page rule configuration parameters according to the functional page characteristics of the new resource type includes:
presetting a page rule configuration table for configuring page rules;
and determining each configuration parameter information of the page rule configuration table according to the functional page characteristics of the new resource types.
Preferably, 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.
Preferably, the resource extension method further comprises:
a service processor interface is defined for the new function service of the new resource type in advance, and a new service processor for executing the new function service is compiled based on the service processor interface;
after detecting that the service operation button of the function page is triggered, generating a resource operation request containing the service parameters and the service processing strategy configuration parameters filled in the function page;
screening and matching the service processing strategy configuration parameters of the resource operation request with strategy configuration information corresponding to all the pre-stored service processors so as to screen out target service processors matched with the service processing strategy configuration parameters;
and processing the service parameters of the resource operation request by using the target service processor to finish the service operation corresponding to the functional 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 the Kubernetes API format;
and processing the data parameters by using the packaged Kubernetes Client to finish the operation on the resources of the bottom layer of the Kubernetes cluster.
Preferably, the resource extension method further comprises:
if the matching of the service processing strategy configuration parameters and the strategy configuration information corresponding to all the pre-stored service processors fails, the default service processor is utilized to process the service parameters of the resource operation request.
In order to solve the technical problem, the invention also provides a resource expansion system of the container cloud platform, which comprises:
the parameter acquisition module is used for acquiring page rule configuration parameters according to the functional page characteristics of the new resource types;
the rule generation module is used for automatically generating page rules according to the page rule configuration parameters;
and the rule analysis module is used for automatically analyzing the page rule to finish the mapping of the page rule to the functional page of the container cloud platform and finally generating the functional page.
Preferably, 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 the functional page characteristics of the new resource type.
Preferably, the resource extension system further comprises:
the processor writing module is used for 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;
the request generation module is used for generating a resource operation request containing the business parameters and the business processing strategy configuration parameters filled in the functional page after detecting that the business operation button of the functional 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 strategy configuration information corresponding to all the pre-stored service processors so as to screen out target service processors matched with the service processing strategy configuration parameters;
and the business logic processing module is used for processing the business parameters of the resource operation request by utilizing the target business processor so as to finish the business operation corresponding to the functional page.
In order to solve the technical problem, the invention also provides a resource expansion 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 resource expansion method of the container cloud platform when executing the computer program.
The invention provides a resource extension method of a container cloud platform, which comprises the steps of obtaining page rule configuration parameters according to the functional page characteristics of new resource types; automatically generating a page rule according to the page rule configuration parameters; and automatically analyzing the page rule to finish the mapping from the page rule to the functional page of the container cloud platform, and finally generating the functional page. Therefore, the method and the device can realize the rapid generation of the functional page corresponding to the new resource type through the automatic generation and analysis of the page rule corresponding to the new resource type, thereby reducing the research and development workload of container cloud platform engineers and improving the development efficiency of the container cloud platform.
The invention also provides a resource expansion system and device of the container cloud platform, and the resource expansion method has the same beneficial effects as the resource expansion method.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required in the prior art and the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of a resource expansion method of 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, a system and a device of a container cloud platform, which can realize the rapid generation of a functional 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 container cloud platform engineers and improving the development efficiency of the container cloud platform.
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Referring to fig. 1, fig. 1 is a flowchart of a resource extension 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 functional page characteristics of the new resource types.
Specifically, the feature of a functional page corresponding to a type of a certain resource of the container cloud platform can be used as guiding information for developing the functional page, and if the functional page corresponding to the type has a read-only feature, the functional page is set to be a read-only page when the functional page is developed.
Based on this, when a new type of resource extension of the container cloud platform or an original type of resource extension is changed (collectively referred to as a new resource type), the present application may obtain, according to the feature of the functional page of the new resource type, a configuration parameter of a page rule for guiding a specific page display condition of the functional page, if a functional page corresponding to a type has a read-only feature, and in the configuration parameters of the page rule for guiding the functional page, the parameter information about the configuration parameter of "whether read-only" 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 application can automatically generate the page rule reflecting the specific page display condition of the functional page according to the page rule configuration parameters so as to generate the functional page for subsequent guidance. More specifically, the application can enter the generated page rules into the bottom database of the container cloud platform for subsequent reading.
Step S3: and automatically analyzing the page rule to finish the mapping from the page rule to the functional page of the container cloud platform, and finally generating the functional page.
Specifically, after generating the page rule, the application can automatically analyze the page rule according to the predefined analysis rule, so as to complete the mapping from the page rule to the functional page of the container cloud platform, thereby realizing the generation of the functional page corresponding to the new resource type. That is, the function page can be automatically generated by automatically setting the specific page display condition of the function page according to the page rule.
The invention provides a resource extension method of a container cloud platform, which comprises the steps of obtaining page rule configuration parameters according to the functional page characteristics of new resource types; automatically generating a page rule according to the page rule configuration parameters; and automatically analyzing the page rule to finish the mapping from the page rule to the functional page of the container cloud platform, and finally generating the functional page. Therefore, the method and the device can realize the rapid generation of the functional page corresponding to the new resource type through the automatic generation and analysis of the page rule corresponding to the new resource type, thereby reducing the research and development workload of container cloud platform engineers and improving the development efficiency of the container cloud platform.
Based on the above embodiments:
as an alternative embodiment, the process of obtaining the page rule configuration parameter according to the functional page characteristics of the new resource type includes:
presetting a page rule configuration table for configuring page rules;
and determining each configuration parameter information of the page rule configuration table according to the functional page characteristics of the new resource types.
Specifically, the present application may collect each configuration parameter of the page rule in the page rule configuration table in advance, so as to determine each configuration parameter information of the page rule configuration table according to the functional page characteristics of the new resource type.
As an alternative embodiment, the page rule configuration table includes rule IDs, rule names, rule types, rule keys, text types, check rules, default values, read-only, enumerated values, content ordering, and event triggering rules.
Specifically, the page rule configuration table of the present application includes configuration parameters such as rule IDs (identification numbers) for distinguishing different page rules, rule names, rule types, rule keys (keywords) for one-to-one correspondence with parameters of function page presentation, text types, check rules for checking whether parameters of function page presentation are within a specified range, default values, whether read-only, enumeration values, content ordering for characterizing an arrangement order of content of function page presentation, event trigger rules for characterizing event trigger conditions and relevance of different events, and the like.
As an alternative embodiment, the resource extension 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;
after detecting that a service operation button of a function page is triggered, generating a resource operation request containing service parameters and service processing strategy configuration parameters filled in the function page;
screening and matching the service processing strategy configuration parameters of the resource operation request with strategy configuration information corresponding to all the pre-stored service processors so as to screen out target service processors matched with the service processing strategy configuration parameters;
and processing the service parameters of the resource operation request by using the target service processor to finish the service operation corresponding to the functional page.
Further, when a type of a certain resource of the container cloud platform is changed, the code logic of the service processor originally used for executing the function service of the changed resource type is modified in the prior art, so that the service processor can execute the new function service of the new resource type, but the service logic expansion mode can affect the stable operation of the 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 written in advance based on the service processor interface, so that a foundation is laid for the subsequent new function service processing.
After the function page corresponding to the new resource type is generated, the function page can be displayed on a User Interface (UI) so that a User can fill relevant service parameters in the function page, and after the service parameters are filled, a service operation button of the function page is clicked to initiate a resource operation request. Correspondingly, after the service operation button of the function page is detected to be triggered, the resource operation request containing 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 obtaining the service processing policy configuration parameters corresponding to the new function service, the application automatically screens and matches the service processing policy configuration parameters with policy configuration information corresponding to all pre-stored service processors (including new service processors written in advance) so as to screen out target service processors matched with the service processing policy configuration parameters. It can be understood that the service processing policy configuration parameter corresponding to the new function service is matched with the policy configuration information of the new service processor for executing the new function service, so that the new service processor can be screened out as the target service processor. After screening the target service processor, the method and the device automatically process the service parameters filled in the functional page by using the target service processor so as to complete the service operation corresponding to the functional page.
Therefore, the method and the device realize complete decoupling of the newly added service logic and the original functions by configuring the new service processor in advance, so that the original functions of stable operation are not affected.
More specifically, the service processing policy configuration parameters may include policy ID, policy name, policy type, policy implementation class for characterizing class paths of the service processor, policy state (available state or unavailable state), etc. for identifying different service processing policies.
As an alternative embodiment, the process of processing the service parameters 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 packaged Kubernetes Client to finish the operation on the resources of the bottom layer of the Kubernetes cluster.
Specifically, when the target service processor processes the service parameters filled in the functional page, the service parameters filled in the functional page are processed into data parameters conforming to a Kubernetes API (the Kubernetes API is an interface of a set of operation cluster resources provided by Kubernetes, that is, an external access to an entrance of the Kubernetes cluster), and then the encapsulated Kubernetes Client (a Kubernetes client for accessing the Kubernetes API) is utilized to process the data parameters so as to complete the operation of the bottom layer resources of the Kubernetes cluster, such as the addition/update/deletion operation of the bottom layer resources of the cluster.
As an alternative embodiment, the resource extension method further includes:
if the matching of the service processing strategy configuration parameters and the strategy configuration information corresponding to all the pre-stored service processors fails, the default service processor is utilized to process the service parameters of the resource operation request.
Further, considering that although a new service processor is already compiled in advance, there may be a case that the matching of the service processing policy configuration parameters corresponding to the new function service fails, when the matching of the service processing policy configuration parameters and the policy configuration information corresponding to all the pre-stored service processors fails, the default service processor is directly utilized to process the service parameters of the resource operation request, so that the service operation corresponding to the function page is completed 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 acquisition module 1 is used for acquiring page rule configuration parameters according to the functional page characteristics of the new resource types;
the rule generation module 2 is used for automatically generating page rules according to the page rule configuration parameters;
and the rule analysis module 3 is used for automatically analyzing the page rule to finish the mapping from the page rule to the functional page of the container cloud platform and finally generating the functional page.
As an optional embodiment, the parameter obtaining module 1 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 the feature of the functional page of the new resource type.
As an alternative embodiment, the resource extension system further comprises:
the processor writing module is used for 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;
the request generation module is used for generating a resource operation request containing the business parameters and the business processing strategy configuration parameters filled in the function page after detecting that the business 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 strategy configuration information corresponding to all the pre-stored service processors so as to screen out target service processors matched with the service processing strategy configuration parameters;
and the business logic processing module is used for processing the business parameters of the resource operation request by utilizing the target business processor so as to complete the business operation corresponding to the functional page.
The description of the resource extension system provided in the present application refers to the embodiment of the resource extension method, and is not repeated herein.
The application also provides a resource expansion 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 resource expansion method of the container cloud platform when executing the computer program.
The description of the resource expansion device provided in the present application refers to the embodiment of the resource expansion method, and is not repeated herein.
It should also be noted that in this 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. Moreover, 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 one … …" does not exclude the presence of other like 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 (8)

1. The resource expansion method of the container cloud platform is characterized by comprising the following steps of:
acquiring page rule configuration parameters according to the functional page characteristics of the new resource types;
automatically generating a page rule according to the page rule configuration parameters;
automatically analyzing the page rule to finish the mapping from the page rule to the functional page of the container cloud platform, and finally generating the functional page;
the resource expansion method further comprises the following steps:
a service processor interface is defined for the new function service of the new resource type in advance, and a new service processor for executing the new function service is compiled based on the service processor interface;
after detecting that the service operation button of the function page is triggered, generating a resource operation request containing the service parameters and the service processing strategy configuration parameters filled in the function page;
screening and matching the service processing strategy configuration parameters of the resource operation request with strategy configuration information corresponding to all the pre-stored service processors so as to screen out target service processors matched with the service processing strategy configuration parameters;
and processing the service parameters of the resource operation request by using the target service processor to finish the service operation corresponding to the functional page.
2. The resource extension method of the container cloud platform according to claim 1, wherein the process of obtaining the page rule configuration parameter according to the function page characteristic of the new resource type includes:
presetting a page rule configuration table for configuring page rules;
and determining each configuration parameter information of the page rule configuration table according to the functional page characteristics of the new resource types.
3. The method for extending resources of a container cloud platform of claim 2, wherein the page rule configuration table includes rule IDs, rule names, rule types, rule keys, text types, check rules, default values, whether read-only, enumeration values, content ordering, and event triggering rules.
4. The method for expanding resources of a container cloud platform according to claim 1, wherein the process of processing the service parameters 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 Kubernetesapi format;
and processing the data parameters by using the packaged KubernetesClient to finish the operation on the resources of the bottom layer of the Kubernetes cluster.
5. The resource extension method of a container cloud platform of claim 1, wherein the resource extension method further comprises:
if the matching of the service processing strategy configuration parameters and the strategy configuration information corresponding to all the pre-stored service processors fails, the default service processor is utilized to process the service parameters of the resource operation request.
6. A resource extension system of a container cloud platform, comprising:
the parameter acquisition module is used for acquiring page rule configuration parameters according to the functional page characteristics of the new resource types;
the rule generation module is used for automatically generating page rules according to the page rule configuration parameters;
the rule analysis module is used for automatically analyzing the page rule to finish the mapping from the page rule to the functional page of the container cloud platform, and finally generating the functional page;
wherein, the resource extension system further comprises:
the processor writing module is used for 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;
the request generation module is used for generating a resource operation request containing the business parameters and the business processing strategy configuration parameters filled in the functional page after detecting that the business operation button of the functional 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 strategy configuration information corresponding to all the pre-stored service processors so as to screen out target service processors matched with the service processing strategy configuration parameters;
and the business logic processing module is used for processing the business parameters of the resource operation request by utilizing the target business processor so as to finish the business operation corresponding to the functional page.
7. The resource extension system of the container cloud platform according to claim 6, 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 functional page characteristic of a new resource type.
8. A resource extension device of a container cloud platform, 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 of claims 1-5 when executing the 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 CN111722881A (en) 2020-09-29
CN111722881B true 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)

Families Citing this family (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

Also Published As

Publication number Publication date
CN111722881A (en) 2020-09-29

Similar Documents

Publication Publication Date Title
US10419546B2 (en) Migration assessment for cloud computing platforms
CN108304201B (en) Object updating method, device and equipment
CN111596965B (en) Project engineering initialization method, device, computer equipment and storage medium
RU2419854C2 (en) Template based service management
US7788644B2 (en) Method and system for monitoring performance on a mobile device
RU2611966C2 (en) Data enrichment recommending system
JP2017514218A (en) Running third-party applications
CN109587233B (en) Multi-cloud container management method, device and computer-readable storage medium
CN112765023B (en) Test case generation method and device
US20110252049A1 (en) Function execution using sql
CN111104103B (en) Visualization method and system for software editing micro-service
US20130346992A1 (en) Computing system, method for controlling thereof, and computer-readable recording medium having computer program for controlling thereof
CN112866348A (en) Database access method and device, computer equipment and storage medium
CN111427577A (en) Code processing method and device and server
CN115033894A (en) Software component supply chain safety detection method and device based on knowledge graph
CN114995859A (en) Page hot updating method, device, equipment and storage medium
CN111722881B (en) Resource expansion method, system and device of container cloud platform
US20210026756A1 (en) Deriving software application dependency trees for white-box testing
CN114020589B (en) Buried point processing method, buried point processing device, computer equipment and storage medium
CN113721973A (en) Configuration file generation method, device, equipment and medium
CN112835638A (en) Configuration information management method and device based on embedded application program
CN115328611A (en) Virtual machine management method, device, server and readable storage medium
CN109408336B (en) Startup item monitoring method and device, terminal and computer readable medium
CN117112654B (en) City data display method, device, computer equipment and storage medium
JP2006227820A (en) Program test system and program test method

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