CN110932926B - Container cluster monitoring method, system and device - Google Patents

Container cluster monitoring method, system and device Download PDF

Info

Publication number
CN110932926B
CN110932926B CN201911053615.XA CN201911053615A CN110932926B CN 110932926 B CN110932926 B CN 110932926B CN 201911053615 A CN201911053615 A CN 201911053615A CN 110932926 B CN110932926 B CN 110932926B
Authority
CN
China
Prior art keywords
monitoring
target node
container
node
monitoring component
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
CN201911053615.XA
Other languages
Chinese (zh)
Other versions
CN110932926A (en
Inventor
刘茂扬
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN201911053615.XA priority Critical patent/CN110932926B/en
Publication of CN110932926A publication Critical patent/CN110932926A/en
Application granted granted Critical
Publication of CN110932926B publication Critical patent/CN110932926B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
    • H04L43/0817Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking functioning
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0681Configuration of triggering conditions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/16Threshold monitoring

Abstract

The invention discloses a monitoring method of a container cluster, which is applied to a cloud management platform. When a new container cluster is accessed, the node information of all nodes corresponding to the new container cluster can be automatically scanned, whether a monitoring component is installed on each node or not is judged according to the node information, if the monitoring component is not installed on each node, the monitoring component is automatically installed on each node, and therefore node container monitoring is achieved through the monitoring component. Therefore, when the cloud management platform is accessed into the new container cluster every time, the monitoring component can be automatically installed on the node corresponding to the new container cluster, and therefore operation and maintenance efficiency of the node container is improved. The invention also discloses a monitoring system and a monitoring device for the container cluster, and the monitoring system and the monitoring device have the same beneficial effects as the monitoring method.

Description

Container cluster monitoring method, system and device
Technical Field
The present invention relates to the field of container monitoring, and in particular, to a method, a system, and an apparatus for monitoring a container cluster.
Background
Currently, k8s is a container management platform that includes several nodes with multiple containers deployed, and the containers deployed by the nodes are collectively referred to as a container cluster. In the prior art, a cloud management platform is generally used for monitoring a container cluster to obtain a resource use condition of the container cluster, specifically, a monitoring component is installed in the container cluster, and the cloud management platform utilizes the monitoring component to monitor the container cluster. However, in the prior art, an operation and maintenance person needs to manually install a monitoring component in a container cluster, that is, when a cloud management platform accesses a new container cluster each time, the operation and maintenance person needs to manually install the monitoring component in the newly accessed container cluster, and automatic monitoring of the newly accessed container cluster cannot be realized, so that the operation and maintenance efficiency of the container is reduced.
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 method, a system and a device for monitoring a container cluster.
In order to solve the technical problem, the invention provides a monitoring method of a container cluster, which is applied to a cloud management platform and comprises the following steps:
when a new container cluster is accessed, automatically scanning node information of all nodes corresponding to the new container cluster;
judging whether a monitoring component is installed on a target node or not according to node information of the target node; the target node is any one of all nodes;
and if not, automatically installing a monitoring component for the target node so as to monitor the container deployed on the target node by using the monitoring component.
Preferably, the node information includes container names of all containers deployed on the node.
Preferably, the process of determining whether the monitoring component is installed on the target node according to the node information of the target node includes:
judging whether the container name corresponding to the target node contains the name of the monitoring component or not;
if so, determining that the target node is provided with a monitoring component;
if not, determining that the monitoring component is not installed on the target node.
Preferably, the monitoring, by the monitoring component, a container deployed on the target node includes:
acquiring the resource utilization rate of a container deployed on the target node by using the monitoring component;
judging whether the resource utilization rate of a target container is greater than a preset alarm threshold corresponding to the target container; wherein the target container is any one of the containers;
if yes, generating corresponding alarm information for alarming.
Preferably, the monitoring method further comprises:
resetting the alarm threshold corresponding to the container according to the resource type of the container;
and correspondingly updating the preset alarm threshold according to the reset alarm threshold.
Preferably, the monitoring method further comprises:
and after monitoring the target node for a preset time, dynamically predicting the use trend of the containers deployed on the target node according to the acquired resource utilization rate corresponding to the target node.
In order to solve the above technical problem, the present invention further provides a monitoring system for a container cluster, including:
the scanning module is used for automatically scanning node information of all nodes corresponding to a new container cluster when the new container cluster is accessed;
the judging module is used for judging whether a monitoring component is installed on a target node or not according to the node information of the target node; if not, executing the installation module; the target node is any one of all nodes;
the installation module is used for automatically installing a monitoring component for the target node;
and the monitoring module is used for monitoring the containers deployed on the target node by using the monitoring component.
Preferably, the node information includes container names of all containers deployed on the node.
Preferably, the determining module is specifically configured to determine whether a container name corresponding to the target node includes a name of the monitoring component; if so, determining that the target node is provided with a monitoring component; if not, determining that the monitoring component is not installed on the target node, and executing an installation module.
In order to solve the above technical problem, the present invention further provides a monitoring device for a container cluster, including:
a memory for storing a computer program;
a processor for implementing the steps of any of the above-described methods of monitoring a cluster of containers when executing the computer program.
The invention provides a monitoring method of a container cluster, which is applied to a cloud management platform. When a new container cluster is accessed, the node information of all nodes corresponding to the new container cluster can be automatically scanned, whether a monitoring component is installed on each node or not is judged according to the node information, if the monitoring component is not installed on each node, the monitoring component is automatically installed on each node, and therefore node container monitoring is achieved through the monitoring component. Therefore, when the cloud management platform is accessed into the new container cluster every time, the monitoring component can be automatically installed on the node corresponding to the new container cluster, and therefore operation and maintenance efficiency of the node container is improved.
The invention also provides a monitoring system and a monitoring device for the container cluster, and the monitoring system and the monitoring device have the same beneficial effects as the monitoring 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 monitoring method for a container cluster according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a monitoring system for a container cluster according to an embodiment of the present invention.
Detailed Description
The core of the invention is to provide a method, a system and a device for monitoring a container cluster, when a cloud management platform accesses a new container cluster each time, the method and the system can automatically install monitoring components for nodes corresponding to the new container cluster, thereby improving the operation and maintenance efficiency of the node container.
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 method for monitoring a container cluster according to an embodiment of the present invention.
The monitoring method of the container cluster is applied to a cloud management platform and comprises the following steps:
step S1: and when a new container cluster is accessed, automatically scanning node information of all nodes corresponding to the new container cluster.
Specifically, the container cluster accessed by the cloud management platform is composed of containers deployed on a plurality of nodes in the k8s container management platform. Since the containers owned by the same node in the k8s container management platform correspond to the same k8s network, the containers owned by the same node can interact with each other. The k8s networks corresponding to different nodes are independent from each other, so that containers deployed on different nodes cannot interact with each other.
Based on this, when monitoring the container cluster, a monitoring component needs to be installed on each node corresponding to the container cluster, and the monitoring component is equivalent to a container deployed on the node and can interact with the originally deployed container on the node to realize container monitoring. Therefore, when the cloud management platform is accessed to the new container cluster, the node information of all the nodes corresponding to the new container cluster can be automatically scanned, and the node information is stored in the database of the cloud management platform, so that a foundation is laid for subsequently judging whether the monitoring component is installed on the node or not.
Step S2: judging whether a monitoring component is installed on the target node or not according to the node information of the target node; if not, step S3 is executed.
Note that the target node in step S2 is any one of all the nodes in step S1.
Specifically, the node information of the target node includes the relevant information of whether the monitoring component is installed on the target node, so that the application can judge whether the monitoring component is installed on the target node according to the node information of the target node. If the target node is provided with the monitoring component, the monitoring component does not need to be installed for the target node, and the existing monitoring component on the target node is directly used for monitoring the belonged container on the target node; if the monitoring component is not installed on the target node, the monitoring component needs to be installed on the target node, and then the monitoring component installed on the monitoring component is used for monitoring the container belonging to the target node.
Step S3: and automatically installing a monitoring component for the target node so as to monitor the container deployed on the target node by using the monitoring component.
Specifically, when it is determined in step S2 that the monitoring component is not installed on the target node, the monitoring component may be automatically installed on the target node, and specifically, the monitoring component may be automatically installed in the target node through a hell tool. Helm is a software package management tool in the k8s ecosystem, and can package, distribute, install, upgrade and rollback k8s applications by using Helm.
The invention provides a monitoring method of a container cluster, which is applied to a cloud management platform. When a new container cluster is accessed, the node information of all nodes corresponding to the new container cluster can be automatically scanned, whether a monitoring component is installed on each node or not is judged according to the node information, if the monitoring component is not installed on each node, the monitoring component is automatically installed on each node, and therefore node container monitoring is achieved through the monitoring component. Therefore, when the cloud management platform is accessed into the new container cluster every time, the monitoring component can be automatically installed on the node corresponding to the new container cluster, and therefore operation and maintenance efficiency of the node container is improved.
On the basis of the above-described embodiment:
as an alternative embodiment, the node information includes the container names of all containers deployed on the node.
Specifically, all containers deployed on the node have their own exclusive container names, and based on this, the node information of the present application includes the container names of all containers deployed on the node.
As an optional embodiment, the process of determining whether the monitoring component is installed on the target node according to the node information of the target node includes:
judging whether the container name corresponding to the target node contains the name of the monitoring component or not;
if so, determining that the target node is provided with the monitoring component;
and if not, determining that the monitoring component is not installed on the target node.
Specifically, the monitoring component installed on the target node also belongs to the container deployed on the target node, so if the monitoring component is installed on the target node, the node information of the target node obtained by scanning in step S1 includes the name of the monitoring component; if the monitoring component is not installed on the target node, the node information of the target node obtained by scanning in step S1 does not include the name of the monitoring component.
Based on this, the method and the device for monitoring the container name of the target node judge whether the monitoring component is installed on the target node, and specifically judge whether the container name corresponding to the target node contains the name of the monitoring component. If the container name corresponding to the target node contains the name of the monitoring component, determining that the monitoring component is installed on the target node, and not needing to install the monitoring component for the target node; and if the container name corresponding to the target node does not contain the name of the monitoring component, determining that the monitoring component is not installed on the target node, and executing a step of automatically installing the monitoring component for the target node.
As an alternative embodiment, a process for monitoring a container deployed on a target node by using a monitoring component includes:
acquiring the resource utilization rate of a container deployed on a target node by using a monitoring component;
judging whether the resource utilization rate of the target container is greater than a preset alarm threshold corresponding to the target container; wherein the target container is any one of the containers;
if yes, generating corresponding alarm information for alarming.
Specifically, after the monitoring component is installed, the monitoring component can be automatically utilized to acquire the resource utilization rate of the container deployed on the target node, and if the container deployed on the target node includes a Central Processing Unit (CPU), a memory, and an Input/Output (IO) interface, the monitoring component can be automatically utilized to acquire the utilization rate of the CPU, the utilization rate of the memory, and an IO flow.
In consideration of the fact that when the resource utilization rate of the container is too high, the overall operation performance of the container is affected, according to the resource type of the container, warning thresholds are set for the container one by one in advance, and after the resource utilization rate of the target container is collected, whether the resource utilization rate of the target container is larger than the warning threshold corresponding to the target container is judged. If the resource utilization rate of the target container is greater than the alarm threshold value corresponding to the target container, generating corresponding alarm information for alarming, so that operation and maintenance personnel can know that the resource utilization rate of the target container is too high according to the alarm information; and if the resource utilization rate of the target container is not greater than the alarm threshold corresponding to the target container, not reaching the alarm condition and not performing alarm processing.
For example, the utilization rate of the CPU is slight about 0 to 60%, 60% to 80% is moderate, and more than 80% is severe, the alarm threshold of the CPU can be set to 80% in the present application, and when the utilization rate of the CPU is detected to be more than 80%, the corresponding alarm information is generated to alarm, so that the operation and maintenance personnel can know that the utilization rate of the CPU is too high according to the alarm information.
As an optional embodiment, the monitoring method further includes:
resetting the alarm threshold corresponding to the container according to the resource type of the container;
and correspondingly updating the preset alarm threshold according to the reset alarm threshold.
Further, the preset alarm threshold corresponding to the container is stored in a database of the cloud management platform. According to the method and the device, the alarm threshold corresponding to the container can be reset according to the resource type of the container, and then the preset alarm threshold stored in the database of the cloud management platform is correspondingly updated according to the reset alarm threshold, so that when the resource usage of the container is monitored later, the updated alarm threshold is used for alarm judgment.
As an optional embodiment, the monitoring method further includes:
and after monitoring the target node for a preset time, dynamically predicting the use trend of the containers deployed on the target node according to the acquired resource utilization rate corresponding to the target node.
Further, after the target node is monitored for a period of time, the resource utilization rate of the container deployed on the target node collected by the method reaches a certain data volume. Based on the method and the device, the use trend of the container deployed on the target node can be dynamically predicted according to the acquired resource use rate of the container deployed on the target node, so that operation and maintenance personnel can better master the resource use condition of the container in the node.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a monitoring system for a container cluster according to an embodiment of the present invention.
The monitoring system of the container cluster comprises:
the scanning module 1 is used for automatically scanning node information of all nodes corresponding to a new container cluster when the new container cluster is accessed;
the judging module 2 is used for judging whether the monitoring component is installed on the target node according to the node information of the target node; if not, executing the installation module; the target node is any one of all nodes;
the installation module 3 is used for automatically installing a monitoring component for the target node;
and the monitoring module 4 is used for monitoring the containers deployed on the target node by using the monitoring component.
Specifically, the monitoring system of the container cluster of the present application includes a scanning module 1, a judging module 2, an installing module 3 and a monitoring module 4, and the working principle thereof is as follows:
when the cloud management platform is accessed to the new container cluster, the scanning module 1 can automatically scan node information of all nodes corresponding to the new container cluster, and store the node information into a database of the cloud management platform, so as to lay a foundation for the subsequent judging module 2 to judge whether the monitoring component is installed on the node.
The judging module 2 can judge whether the monitoring component is installed on the target node according to the node information of the target node. If the target node is provided with the monitoring component, the monitoring component does not need to be installed for the target node; if the monitoring component is not installed on the target node, the module 3 needs to be installed to install the monitoring component for the target node.
When the judging module 2 judges that the monitoring component is not installed on the target node, the installing module 3 can automatically install the monitoring component for the target node, and particularly can automatically install the monitoring component in the target node through a Helm tool. After the installation module 3 installs the monitoring component, the monitoring module 4 monitors the container deployed on the target node by using the monitoring component.
As an alternative embodiment, the node information includes the container names of all containers deployed on the node.
Specifically, all containers deployed on the node have their own exclusive container names, and based on this, the node information of the present application includes the container names of all containers deployed on the node.
As an optional embodiment, the determining module 2 is specifically configured to determine whether a container name corresponding to the target node includes a name of the monitoring component; if so, determining that the target node is provided with the monitoring component; if not, determining that the monitoring component is not installed on the target node, and executing an installation module.
Specifically, if the target node is installed with the monitoring component, the node information of the target node obtained by scanning by the scanning module 1 includes the name of the monitoring component; if the monitoring component is not installed on the target node, the node information of the target node scanned by the scanning module 1 does not include the name of the monitoring component.
Based on this, the determining module 2 specifically determines whether the container name corresponding to the target node includes the name of the monitoring component. If the container name corresponding to the target node comprises the name of the monitoring component, determining that the monitoring component is installed on the target node; and if the container name corresponding to the target node does not contain the name of the monitoring component, determining that the monitoring component is not installed on the target node.
For the rest of the descriptions of the monitoring system provided in the present application, reference is made to the embodiments of the monitoring method described above, and details are not repeated herein.
The present application further provides a monitoring device for a container cluster, comprising:
a memory for storing a computer program;
a processor for implementing the steps of any of the above-described methods of monitoring a cluster of containers when executing a computer program.
For introduction of the monitoring apparatus provided in the present application, reference is made to the embodiments of the monitoring method described above, and details of the monitoring apparatus are not repeated herein.
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 (6)

1. A monitoring method of a container cluster is applied to a cloud management platform and comprises the following steps:
when a new container cluster is accessed, automatically scanning node information of all nodes corresponding to the new container cluster;
judging whether a monitoring component is installed on a target node or not according to node information of the target node; the target node is any one of all nodes;
if not, automatically installing a monitoring component for the target node so as to monitor the container deployed on the target node by using the monitoring component;
wherein the node information comprises container names of all containers deployed on the node;
the process of judging whether the target node is provided with the monitoring component or not according to the node information of the target node comprises the following steps:
judging whether the container name corresponding to the target node contains the name of the monitoring component or not;
if so, determining that the target node is provided with a monitoring component;
if not, determining that the monitoring component is not installed on the target node.
2. The method for monitoring a container cluster according to claim 1, wherein the process of monitoring the containers deployed on the target node by the monitoring component comprises:
acquiring the resource utilization rate of a container deployed on the target node by using the monitoring component;
judging whether the resource utilization rate of a target container is greater than a preset alarm threshold corresponding to the target container; wherein the target container is any one of the containers;
if yes, generating corresponding alarm information for alarming.
3. The method of monitoring a container cluster of claim 2, further comprising:
resetting the alarm threshold corresponding to the container according to the resource type of the container;
and correspondingly updating the preset alarm threshold according to the reset alarm threshold.
4. The method of monitoring a container cluster of claim 2, further comprising:
and after monitoring the target node for a preset time, dynamically predicting the use trend of the containers deployed on the target node according to the acquired resource utilization rate corresponding to the target node.
5. A monitoring system for a cluster of containers, comprising:
the scanning module is used for automatically scanning node information of all nodes corresponding to a new container cluster when the new container cluster is accessed;
the judging module is used for judging whether a monitoring component is installed on a target node or not according to the node information of the target node; if not, executing the installation module; the target node is any one of all nodes;
the installation module is used for automatically installing a monitoring component for the target node;
the monitoring module is used for monitoring the containers deployed on the target node by using the monitoring component;
wherein the node information comprises container names of all containers deployed on the node;
the judging module is specifically used for judging whether the container name corresponding to the target node contains the name of the monitoring component; if so, determining that the target node is provided with a monitoring component; if not, determining that the monitoring component is not installed on the target node, and executing an installation module.
6. A monitoring device for a cluster of containers, comprising:
a memory for storing a computer program;
processor for implementing the steps of the method of monitoring a cluster of containers according to any of claims 1-4 when executing said computer program.
CN201911053615.XA 2019-10-31 2019-10-31 Container cluster monitoring method, system and device Active CN110932926B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911053615.XA CN110932926B (en) 2019-10-31 2019-10-31 Container cluster monitoring method, system and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911053615.XA CN110932926B (en) 2019-10-31 2019-10-31 Container cluster monitoring method, system and device

Publications (2)

Publication Number Publication Date
CN110932926A CN110932926A (en) 2020-03-27
CN110932926B true CN110932926B (en) 2022-02-18

Family

ID=69850086

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911053615.XA Active CN110932926B (en) 2019-10-31 2019-10-31 Container cluster monitoring method, system and device

Country Status (1)

Country Link
CN (1) CN110932926B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB202208816D0 (en) * 2022-06-15 2022-07-27 Johnson Matthey Davy Technologies Ltd Improvements in or relating to catalyst carriers for tubular reactors

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106325975A (en) * 2016-09-09 2017-01-11 浪潮软件股份有限公司 Method for automatically deploying and managing big data clusters through Docker container
CN106888254A (en) * 2017-01-20 2017-06-23 华南理工大学 A kind of exchange method between container cloud framework based on Kubernetes and its each module
CN108829509A (en) * 2018-05-03 2018-11-16 山东汇贸电子口岸有限公司 Distributed container cluster framework resources management method based on domestic CPU and operating system
CN109271172A (en) * 2018-09-17 2019-01-25 杭州安恒信息技术股份有限公司 A kind of host behavior extension method and device of swarm cluster

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10936570B2 (en) * 2017-12-22 2021-03-02 Teradata Us, Inc. Online and dynamic table reconfiguration

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106325975A (en) * 2016-09-09 2017-01-11 浪潮软件股份有限公司 Method for automatically deploying and managing big data clusters through Docker container
CN106888254A (en) * 2017-01-20 2017-06-23 华南理工大学 A kind of exchange method between container cloud framework based on Kubernetes and its each module
CN108829509A (en) * 2018-05-03 2018-11-16 山东汇贸电子口岸有限公司 Distributed container cluster framework resources management method based on domestic CPU and operating system
CN109271172A (en) * 2018-09-17 2019-01-25 杭州安恒信息技术股份有限公司 A kind of host behavior extension method and device of swarm cluster

Also Published As

Publication number Publication date
CN110932926A (en) 2020-03-27

Similar Documents

Publication Publication Date Title
CN109726072B (en) WebLogic server monitoring and alarming method, device and system and computer storage medium
WO2019062304A1 (en) Method, device and system for managing computing resources of block chain node
KR101292979B1 (en) Method for managing software in terminal using device management server
CN105049268A (en) Distributed computing resource allocation system and task processing method
US11726836B2 (en) Predicting expansion failures and defragmenting cluster resources
CN112749056A (en) Application service index monitoring method and device, computer equipment and storage medium
CN105580007A (en) Monitoring a computing network
US20090070425A1 (en) Data processing system, method of updating a configuration file and computer program product
WO2019034095A1 (en) Software processing method and apparatus, electronic device and computer-readable storage medium
CN109218401B (en) Log collection method, system, computer device and storage medium
US10664335B2 (en) System and method for maintaining the health of a machine
CN114356557A (en) Cluster capacity expansion method and device
CN109597764A (en) A kind of test method and relevant apparatus of catalogue quota
CN111679888A (en) Deployment method and device of agent container
CN110932926B (en) Container cluster monitoring method, system and device
CN109450670B (en) Instruction conflict judgment method and system in artificial intelligence mode
CN113849160B (en) Dynamic migration method and device for compiling tasks, electronic equipment and storage medium
CN110932935A (en) Resource control method, device, equipment and computer storage medium
CN114090268B (en) Container management method and container management system
CN115328730A (en) Distributed storage cluster-based inspection and processing device, method, apparatus, and medium
CN114189439A (en) Automatic capacity expansion method and device
CN114036032A (en) Real-time program monitoring method and device
CN110955579A (en) Ambari-based large data platform monitoring method
CN102695185A (en) Monitoring system service impact analysis method
CN113760712A (en) Test evaluation method and device

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