CN110888736A - Application management method and system based on container cloud platform and related components - Google Patents

Application management method and system based on container cloud platform and related components Download PDF

Info

Publication number
CN110888736A
CN110888736A CN201911122492.0A CN201911122492A CN110888736A CN 110888736 A CN110888736 A CN 110888736A CN 201911122492 A CN201911122492 A CN 201911122492A CN 110888736 A CN110888736 A CN 110888736A
Authority
CN
China
Prior art keywords
application
resource
instruction
management
parent
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.)
Withdrawn
Application number
CN201911122492.0A
Other languages
Chinese (zh)
Inventor
胥娅芸
黄吉旺
王洪泉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 CN201911122492.0A priority Critical patent/CN110888736A/en
Publication of CN110888736A publication Critical patent/CN110888736A/en
Withdrawn legal-status Critical Current

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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5083Techniques for rebalancing the load in a distributed system
    • 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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The Application management method comprises the steps of creating an application.yaml file, and creating Application resources by using the application.yaml file; creating a resource controller and adding operations on a parent resource and operations on a child resource in the resource controller; and when the application management instruction is received, the resource controller is utilized to execute corresponding management operation on the parent resource and the child resource of the target application according to the application management instruction. The application management method and the application management system can uniformly manage the application in the container cloud platform, and development expansibility and usability of the container cloud platform are provided. The application also discloses an application management system based on the container cloud platform, a storage medium and an electronic device, and the application management system, the storage medium and the electronic device have the beneficial effects.

Description

Application management method and system based on container cloud platform and related components
Technical Field
The application relates to the technical field of cloud computing, in particular to an application management method and system based on a container cloud platform, a storage medium and an electronic device.
Background
The cloud computing is one of distributed computing, computing which is taken as required is provided for individuals and enterprise users through network heterogeneous and autonomous services, resources can be rapidly provided and released through the cloud computing, working expenses of resource management, operation and maintenance and the like are greatly reduced, and cost is reduced. While cloud computing has been developed vigorously, container technologies represented by docker are receiving attention and being used gradually, and container technologies also form container ecology including mirror storage, container engine, monitoring, logging, networking, storage, scheduling, and the like.
The formation of container ecology also promotes the formation of a container cloud, the container cloud takes a container as a resource segmentation and scheduling unit, the whole software runtime environment is encapsulated, a platform for constructing, publishing and running distributed applications is provided for developers and system administrators, and the container cloud is dedicated to resource sharing and isolation, container arrangement and deployment and the like. The container cloud adopts a kubernets open source technology most, and kubernets is K8s for short, is a system for managing cross-host container application, and achieves a series of functions including application deployment, high availability management, elastic expansion and the like.
The application on the container cloud platform based on k8s is composed of a plurality of resources, container cloud platform tenant management, network policies and the like need to be fused, and a scheme for performing the same management on the application of the container cloud platform does not exist at present.
Therefore, how to uniformly manage applications in the container cloud platform and provide development expandability and usability of the container cloud platform are technical problems to be solved by those skilled in the art at present.
Disclosure of Invention
The application management method and system based on the container cloud platform, the storage medium and the electronic device can uniformly manage the application in the container cloud platform and provide development expansibility and usability of the container cloud platform.
In order to solve the technical problem, the application provides an application management method based on a container cloud platform, and the application management method includes:
creating an application.yaml file, and creating an Application resource by using the application.yaml file;
creating a resource controller and adding operations on a parent resource and operations on a child resource within the resource controller; wherein, the father resource is an Application object in the Application resource, and the son resource is a component in the Application resource;
and when an application management instruction is received, the resource controller is utilized to execute corresponding management operation on the parent resource and the child resource of the target application according to the application management instruction.
Optionally, before creating an Application resource using the application.yaml file, the method further includes:
defining the Application resource according to kubernets CRD rule.
Optionally, after creating an Application resource using the application.yaml file, the method further includes:
generating a target instruction to query resource creation information; wherein the target instruction comprises a kubecectget crd instruction and/or a kubecectdescriber crd app instruction.
Optionally, the method further includes:
and adding the tenant ID and the name space name corresponding to the tenant to the resource controller.
Optionally, the method further includes:
adding a snoop operation to the parent resource and a snoop operation to a child resource into the resource controller.
Optionally, the application management instruction includes an application creation instruction or an application deletion instruction.
Optionally, the performing, by using the resource controller according to the application management instruction, corresponding management operations on the parent resource and the child resource of the target application includes:
when the management instruction is the application creation instruction, the resource controller is utilized to execute corresponding application creation operation on a parent resource and a child resource of a target application according to the application management instruction, and the same resource label is added to the parent resource and the child resource corresponding to the target application;
and when the management instruction is the application deleting instruction, deleting the parent resource of the target application by using the resource controller according to the application management instruction, and deleting the child resource corresponding to the parent resource according to the resource tag of the parent resource.
The application also provides an application management system based on the container cloud platform, and the application management system comprises:
the resource creating module is used for creating an application.yaml file and creating Application resources by using the application.yaml file;
the operation adding module is used for creating a resource controller and adding operation on a parent resource and operation on a child resource in the resource controller; wherein, the father resource is an Application object in the Application resource, and the son resource is a component in the Application resource;
and the management module is used for executing corresponding management operation on the parent resource and the child resource of the target application by utilizing the resource controller according to the application management instruction when the application management instruction is received.
The application also provides a storage medium, on which a computer program is stored, and the computer program realizes the steps executed by the application management method based on the container cloud platform when executed.
The application also provides an electronic device, which comprises a memory and a processor, wherein a computer program is stored in the memory, and the processor realizes the steps executed by the application management method based on the container cloud platform when calling the computer program in the memory.
The Application management method based on the container cloud platform comprises the steps of creating an application.yaml file, and creating Application resources by using the application.yaml file; creating a resource controller and adding operations on a parent resource and operations on a child resource within the resource controller; wherein, the father resource is an Application object in the Application resource, and the son resource is a component in the Application resource; and when an application management instruction is received, the resource controller is utilized to execute corresponding management operation on the parent resource and the child resource of the target application according to the application management instruction.
The Application resource is created by creating the application.yaml file and utilizing the application.yaml file, which is equivalent to defining the exclusive virtual resource of the container cloud platform. The operation on the parent resource and the operation on the child resource are added into the resource controller, so that the resource controller has the capability of operating the parent resource and the capability of operating the child resource, and after the application management instruction is received, the container cloud platform can manage the parent resource and the child resource of the target application by using the resource controller. The application management method provided by the application management method can be used for uniformly managing the applications in the container cloud platform and providing development expansibility and usability of the container cloud platform. The application also provides an application management system, a storage medium and an electronic device based on the container cloud platform, and the application management system, the storage medium and the electronic device have the beneficial effects and are not repeated.
Drawings
In order to more clearly illustrate the embodiments of the present application, the drawings needed for 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 application, and that other drawings can be obtained by those skilled in the art without inventive effort.
Fig. 1 is a flowchart of an application management method based on a container cloud platform according to an embodiment of the present application;
fig. 2 is a schematic diagram of application resources in a container cloud platform according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of an application management system based on a container cloud platform according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, 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 some embodiments of the present application, but not all 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, fig. 1 is a flowchart of an application management method based on a container cloud platform according to an embodiment of the present disclosure.
The specific steps may include:
s101: creating an application.yaml file, and creating an Application resource by using the application.yaml file;
in this embodiment, the dedicated virtual resource, i.e., Application resource, of the container cloud platform may be defined through the custom resource interface of K8 s. yaml is a general data serialization format, and this step can create Application resources of a container cloud platform by using an application.yaml file after the file is created in the container cloud platform. Application resources can include Application objects and Application components.
As a possible implementation manner, the process of creating the Application resource in this step may be: an Application resource is defined according to the K8sCRD rule, and the mode of specifically creating the Application. yaml file can be realized by the following codes:
Figure BDA0002275814220000051
after obtaining an Application. yaml file in the above manner, the present embodiment can create an Application resource using the yaml file in the K8s environment. As a possible implementation manner, after creating the Application resource, the present embodiment may view the creation condition of the Application resource through a command such as kubecect crd, kubecescripte crdapp, and the like.
S102: creating a resource controller and adding operations on a parent resource and operations on a child resource within the resource controller;
among other things, the present embodiment may use tools provided by kubernets to generate model code for a standard resource controller in order to create a resource controller. After the resource controller application-controller is created, operations on the parent resource and operations on the child resource may be added within the resource controller to further refine the resource controller. The improved resource controller has the capability of operating on the parent resource and also has the capability of operating on the child resource. Specifically, the parent resource in this embodiment is an Application object in the Application resource, and the child resource is a component in the Application resource.
In addition to adding operations on a parent resource and operations on a child resource to the resource controller, perfecting the resource controller further comprises: and adding a tenant Id (virtual data Id), a namespace name corresponding to the tenant and monitoring operation on parent resources and child resources in the resource controller. The parent resource (parenterresource) is the created application object, and the child resources (child resources) are the identifications (such as resource ID, resource name, etc.) corresponding to all the components constituting the application. That is to say, in this embodiment, a tenant ID and a namespace name corresponding to a tenant may also be added to the resource controller, and a listening operation on the parent resource and a listening operation on the child resource may also be added to the resource controller. Referring to fig. 2, fig. 2 is a schematic view of an application resource in a container cloud platform according to an embodiment of the present disclosure. The CRD (Custom Resource Definition) in fig. 2 is an API built in the container cloud platform for creating Custom resources. The child resources corresponding to the parent resource may include configuration management components Config Map and Secret, routing management components Service and Ingress, virtual management components delivery, Job, stateful set, and cronJob.
S103: and when an application management instruction is received, the resource controller is utilized to execute corresponding management operation on the parent resource and the child resource of the target application according to the application management instruction.
When a user creates an Application through the container cloud platform interface, a corresponding Application object (namely a parent resource) is created in the kubernets cluster, the Application object can be adjusted according to the situation of the Application component to increase and decrease the child resources of the Application object, all the components of the Application contain tags which are the same as the Application object, and the name of the Application object cannot be repeated in the kubernets.
The present embodiment may also utilize the resource controller to manage applications in the container, specifically, a method and an operation for monitoring resource objects (parent resources and child resources) are defined in the resource controller, and applications including a plurality of components may be uniformly managed by the application object, for example: when application is deleted, all components of application are deleted first.
The embodiment firstly creates an application.yaml file, and creates Application resources by using the application.yaml file, which is equivalent to defining exclusive virtual resources of a container cloud platform. The operation on the parent resource and the operation on the child resource are added into the resource controller, so that the resource controller has the capability of operating the parent resource and the capability of operating the child resource, and after the application management instruction is received, the container cloud platform can manage the parent resource and the child resource of the target application by using the resource controller. The application management method provided by the embodiment can be used for uniformly managing the applications in the container cloud platform and providing development expansibility and usability of the container cloud platform.
As a further introduction to the corresponding embodiment of fig. 1, before creating an Application resource with an Application. yaml file at S101, the Application resource may also be defined according to kubernets CRD rules.
As a further introduction to the corresponding embodiment of fig. 1, after creating an Application resource using an Application. yaml file at S101, a target instruction may also be generated to query resource creation information; wherein the target instruction comprises a kubecect get crd instruction and/or a kubecect crd app instruction.
As a further introduction to the corresponding embodiment of fig. 1, the application management instruction received in S103 may include an application creation instruction or an application deletion instruction. When the management instruction is the application creation instruction, the resource controller may be used to perform corresponding application creation operations on a parent resource and a child resource of a target application according to the application management instruction, and add the same resource tag to the parent resource and the child resource corresponding to the target application; when the management instruction is the application deletion instruction, the resource controller may be used to delete the parent resource of the target application according to the application management instruction, and delete the child resource corresponding to the parent resource according to the resource tag of the parent resource.
The foregoing embodiments and supplementary descriptions define dedicated virtual resources (i.e., Application resources) of the container cloud platform through the K8s custom resource interface, and use the virtual resources in combination with a platform management concept (e.g., network isolation among multiple tenants and tenants) to perform unified management on micro service architecture container applications and components thereof (e.g., Deployment of a Deployment delivery, stateful load, configuration map).
CustomResourceDefinition (CRD) is an API mechanism which is provided by K8s and can be extended without changing codes, and can be used for managing custom objects, and cloud platform custom resources can be created through a CRD mode, namely, Application (Application) carries out full life cycle management on applications on a platform. After the custom resources created through the CRD are successful, the custom objects are allowed to be created, and the custom objects can contain relevant concepts that custom fields can be merged into tenant management of the container cloud platform. Monitoring the Application of the custom object by creating a custom controller (controller), and making corresponding response aiming at the changes of the object such as addition, modification, deletion and the like. The application in the container cloud platform can be a micro-Service architecture application, the application is composed of different K8s virtual resources, and may include that Deployment assumes logic layer work, stateful set assumes data persistence work, ConfigMap (configuration file), Service provides external access capability, and the like, and the custom resource object performs unified management on all the components of the application in combination with the multi-tenant concept of the container cloud platform.
In this embodiment, a full lifecycle management capability of multi-tenant application of a container cloud platform is realized based on a K8s custom resource development custom resource application and a custom resource controller application-controller; the container application component of the micro-service architecture is recorded in one resource by defining the self-defined resource application object, and a series of component operations are completed by operating one abstract resource, so that the unified management of the micro-service application is realized. The embodiment provides a container cloud platform Application management method based on K8s custom resources, which is characterized in that a K8s custom resource definition is adopted to design a virtual resource Application (Application) management container Application, all components of the Application can be uniformly managed and uniformly operated, and therefore development expansibility of a container cloud platform is improved, and usability of the container cloud platform is improved.
Referring to fig. 3, fig. 3 is a schematic structural diagram of an application management system based on a container cloud platform according to an embodiment of the present disclosure;
the system may include:
a resource creating module 100, configured to create an application.yaml file, and create an Application resource using the application.yaml file;
an operation adding module 200, configured to create a resource controller and add an operation on a parent resource and an operation on a child resource in the resource controller; wherein, the father resource is an Application object in the Application resource, and the son resource is a component in the Application resource;
the management module 300 is configured to, when receiving an application management instruction, perform corresponding management operations on a parent resource and a child resource of a target application by using the resource controller according to the application management instruction.
The embodiment firstly creates an application.yaml file, and creates Application resources by using the application.yaml file, which is equivalent to defining exclusive virtual resources of a container cloud platform. The operation on the parent resource and the operation on the child resource are added into the resource controller, so that the resource controller has the capability of operating the parent resource and the capability of operating the child resource, and after the application management instruction is received, the container cloud platform can manage the parent resource and the child resource of the target application by using the resource controller. The application management method provided by the embodiment can be used for uniformly managing the applications in the container cloud platform and providing development expansibility and usability of the container cloud platform.
Further, the method also comprises the following steps:
a resource definition module, configured to define the Application resource according to kubernets CRD rule before creating the Application resource by using the Application.
Further, the method also comprises the following steps:
a resource query module, configured to generate a target instruction to query resource creation information after creating an Application resource using the Application. Wherein the target instruction comprises a kubecect get crd instruction and/or a kubecect crd app instruction.
Further, the method also comprises the following steps:
and the information adding module is used for adding the tenant ID and the name space name corresponding to the tenant to the resource controller.
Further, the method also comprises the following steps:
and the monitoring module is used for adding monitoring operation on the father resource and monitoring operation on the son resource into the resource controller.
Further, the application management instruction includes an application creation instruction or an application deletion instruction.
Further, the management module 300 includes:
the application creating unit is used for executing corresponding application creating operation on a parent resource and a child resource of a target application by using the resource controller according to the application management instruction when the management instruction is the application creating instruction, and adding the same resource label in the parent resource and the child resource corresponding to the target application;
and the application deleting unit is used for deleting the parent resource of the target application by using the resource controller according to the application management instruction and deleting the child resource corresponding to the parent resource according to the resource tag of the parent resource when the management instruction is the application deleting instruction.
Since the embodiment of the system part corresponds to the embodiment of the method part, the embodiment of the system part is described with reference to the embodiment of the method part, and is not repeated here.
The present application also provides a storage medium having a computer program stored thereon, which when executed, may implement the steps provided by the above-described embodiments. The storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The application further provides an electronic device, which may include a memory and a processor, where the memory stores a computer program, and the processor may implement the steps provided by the foregoing embodiments when calling the computer program in the memory. Of course, the electronic device may also include various network interfaces, power supplies, and the like.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system disclosed by the embodiment, the description is relatively simple because the system corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
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.

Claims (10)

1. An application management method based on a container cloud platform is characterized by comprising the following steps:
creating an application.yaml file, and creating an Application resource by using the application.yaml file;
creating a resource controller and adding operations on a parent resource and operations on a child resource within the resource controller; wherein, the father resource is an Application object in the Application resource, and the son resource is a component in the Application resource;
and when an application management instruction is received, the resource controller is utilized to execute corresponding management operation on the parent resource and the child resource of the target application according to the application management instruction.
2. The Application management method according to claim 1, further comprising, before said creating an Application resource using the application.yaml file:
defining the Application resource according to kubernets CRD rule.
3. The Application management method according to claim 1, further comprising, after said creating an Application resource using the application.yaml file:
generating a target instruction to query resource creation information; wherein the target instruction comprises a kubecect get crd instruction and/or a kubecect crd app instruction.
4. The application management method according to claim 1, further comprising:
and adding the tenant ID and the name space name corresponding to the tenant to the resource controller.
5. The application management method according to claim 1, further comprising:
adding a snoop operation to the parent resource and a snoop operation to a child resource into the resource controller.
6. The application management method according to any one of claims 1 to 5, wherein the application management instruction comprises an application creation instruction or an application deletion instruction.
7. The application management method of claim 6, wherein performing, by the resource controller, corresponding management operations on the parent resource and the child resource of the target application according to the application management instruction comprises:
when the management instruction is the application creation instruction, the resource controller is utilized to execute corresponding application creation operation on a parent resource and a child resource of a target application according to the application management instruction, and the same resource label is added to the parent resource and the child resource corresponding to the target application;
and when the management instruction is the application deleting instruction, deleting the parent resource of the target application by using the resource controller according to the application management instruction, and deleting the child resource corresponding to the parent resource according to the resource tag of the parent resource.
8. An application management system based on a container cloud platform, comprising:
the resource creating module is used for creating an application.yaml file and creating Application resources by using the application.yaml file;
the operation adding module is used for creating a resource controller and adding operation on a parent resource and operation on a child resource in the resource controller; wherein, the father resource is an Application object in the Application resource, and the son resource is a component in the Application resource;
and the management module is used for executing corresponding management operation on the parent resource and the child resource of the target application by utilizing the resource controller according to the application management instruction when the application management instruction is received.
9. An electronic device, comprising a memory and a processor, wherein the memory stores a computer program, and the processor implements the steps of the application management method based on the container cloud platform according to any one of claims 1 to 7 when calling the computer program in the memory.
10. A storage medium having stored thereon computer-executable instructions which, when loaded and executed by a processor, carry out the steps of the method for container cloud platform based application management according to any one of claims 1 to 7.
CN201911122492.0A 2019-11-15 2019-11-15 Application management method and system based on container cloud platform and related components Withdrawn CN110888736A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911122492.0A CN110888736A (en) 2019-11-15 2019-11-15 Application management method and system based on container cloud platform and related components

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911122492.0A CN110888736A (en) 2019-11-15 2019-11-15 Application management method and system based on container cloud platform and related components

Publications (1)

Publication Number Publication Date
CN110888736A true CN110888736A (en) 2020-03-17

Family

ID=69747667

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911122492.0A Withdrawn CN110888736A (en) 2019-11-15 2019-11-15 Application management method and system based on container cloud platform and related components

Country Status (1)

Country Link
CN (1) CN110888736A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112395048A (en) * 2020-11-27 2021-02-23 恒生电子股份有限公司 Component management method and device and electronic equipment
CN112988266A (en) * 2021-02-10 2021-06-18 北京奇艺世纪科技有限公司 Resource management method and device, electronic equipment and storage medium
CN113918273A (en) * 2020-07-10 2022-01-11 华为技术有限公司 Method and device for creating container group
US20220374284A1 (en) * 2021-05-19 2022-11-24 Sap Se Extendable container-orchestration system controllers
US11550641B2 (en) 2020-07-24 2023-01-10 Red Hat, Inc. Extending the kubernetes API in-process

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473636A (en) * 2013-09-03 2013-12-25 沈效国 System data components for collecting, analyzing and distributing internet business information
CN106156932A (en) * 2015-04-17 2016-11-23 伊姆西公司 Method and apparatus for content resource management
CN108616403A (en) * 2018-05-09 2018-10-02 马鞍山优途网络科技有限公司 a kind of resource management system based on cloud computing
CN108964968A (en) * 2018-03-27 2018-12-07 深圳市康拓普信息技术有限公司 Service access management method and system under a kind of container cloud environment
CN108989091A (en) * 2018-06-22 2018-12-11 杭州才云科技有限公司 Based on the tenant network partition method of Kubernetes network, storage medium, electronic equipment
CN109067828A (en) * 2018-06-22 2018-12-21 杭州才云科技有限公司 Based on the more cluster construction methods of Kubernetes and OpenStack container cloud platform, medium, equipment
CN109831500A (en) * 2019-01-30 2019-05-31 无锡华云数据技术服务有限公司 The synchronous method of configuration file and Pod in Kubernetes cluster
US20190190771A1 (en) * 2017-12-20 2019-06-20 Gemini Open Cloud Computing Inc. Cloud service management method
CN110198231A (en) * 2018-05-08 2019-09-03 腾讯科技(深圳)有限公司 Capacitor network management method and system and middleware for multi-tenant

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473636A (en) * 2013-09-03 2013-12-25 沈效国 System data components for collecting, analyzing and distributing internet business information
CN106156932A (en) * 2015-04-17 2016-11-23 伊姆西公司 Method and apparatus for content resource management
US20190190771A1 (en) * 2017-12-20 2019-06-20 Gemini Open Cloud Computing Inc. Cloud service management method
CN108964968A (en) * 2018-03-27 2018-12-07 深圳市康拓普信息技术有限公司 Service access management method and system under a kind of container cloud environment
CN110198231A (en) * 2018-05-08 2019-09-03 腾讯科技(深圳)有限公司 Capacitor network management method and system and middleware for multi-tenant
CN108616403A (en) * 2018-05-09 2018-10-02 马鞍山优途网络科技有限公司 a kind of resource management system based on cloud computing
CN108989091A (en) * 2018-06-22 2018-12-11 杭州才云科技有限公司 Based on the tenant network partition method of Kubernetes network, storage medium, electronic equipment
CN109067828A (en) * 2018-06-22 2018-12-21 杭州才云科技有限公司 Based on the more cluster construction methods of Kubernetes and OpenStack container cloud platform, medium, equipment
CN109831500A (en) * 2019-01-30 2019-05-31 无锡华云数据技术服务有限公司 The synchronous method of configuration file and Pod in Kubernetes cluster

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113918273A (en) * 2020-07-10 2022-01-11 华为技术有限公司 Method and device for creating container group
US11550641B2 (en) 2020-07-24 2023-01-10 Red Hat, Inc. Extending the kubernetes API in-process
US11853816B2 (en) 2020-07-24 2023-12-26 Red Hat, Inc. Extending the Kubernetes API in-process
CN112395048A (en) * 2020-11-27 2021-02-23 恒生电子股份有限公司 Component management method and device and electronic equipment
CN112988266A (en) * 2021-02-10 2021-06-18 北京奇艺世纪科技有限公司 Resource management method and device, electronic equipment and storage medium
CN112988266B (en) * 2021-02-10 2024-04-19 北京奇艺世纪科技有限公司 Resource management method and device, electronic equipment and storage medium
US20220374284A1 (en) * 2021-05-19 2022-11-24 Sap Se Extendable container-orchestration system controllers

Similar Documents

Publication Publication Date Title
CN110888736A (en) Application management method and system based on container cloud platform and related components
US10303450B2 (en) Systems and methods for a policy-driven orchestration of deployment of distributed applications
US20180324051A1 (en) User interface for automated flows within a cloud based developmental platform
CN105897805B (en) Method and device for cross-layer scheduling of resources of data center with multi-layer architecture
US10101972B1 (en) Data modelling and flow engine for building automated flows within a cloud based developmental platform
US20180321833A1 (en) User interface for automated flows within a cloud based developmental platform
US8495352B2 (en) System and method for instantiation of distributed applications from disk snapshots
CN112287007B (en) Industrial production data real-time processing method and system based on Flink SQL engine
US11171825B2 (en) Context-based resource allocation with extended user concepts
US20170048331A1 (en) Platform runtime abstraction
US10540334B1 (en) Code generator platform for data transformation
CN113094028B (en) Windows desktop program development system, method and related components
CN112199164A (en) Method for ensuring container mirror image consistency
US7490077B2 (en) Extensible dependency management framework and method
US10884764B1 (en) Optimizing managed runtime applications for serverless environments
Bhattacharjee et al. A model-driven approach to automate the deployment and management of cloud services
CN117616395A (en) Continuous liveness and integrity of applications during migration
CN112199200B (en) Resource scheduling method and device, computer equipment and storage medium
CN114490062A (en) Local disk scheduling method and device, electronic equipment and storage medium
CN114089889A (en) Model training method, device and storage medium
CN112882765A (en) Digital twin model scheduling method and device
US11221923B2 (en) Performing selective backup operations
CN108536447B (en) Operation and maintenance management method
CN109218259B (en) License management method and device, APPLM functional entity and computer readable storage medium
US20220237197A1 (en) System and method for supporting rollback of changes made to target systems via an integration platform

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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20200317