CN106888254B - Kubernetes-based container cloud architecture and interaction method among modules thereof - Google Patents

Kubernetes-based container cloud architecture and interaction method among modules thereof Download PDF

Info

Publication number
CN106888254B
CN106888254B CN201710051697.9A CN201710051697A CN106888254B CN 106888254 B CN106888254 B CN 106888254B CN 201710051697 A CN201710051697 A CN 201710051697A CN 106888254 B CN106888254 B CN 106888254B
Authority
CN
China
Prior art keywords
module
container
load balancing
kubernetes
node
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
CN201710051697.9A
Other languages
Chinese (zh)
Other versions
CN106888254A (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.)
Guangzhou Lusheng Intelligent Technology Co ltd
Original Assignee
South China University of Technology SCUT
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 South China University of Technology SCUT filed Critical South China University of Technology SCUT
Priority to CN201710051697.9A priority Critical patent/CN106888254B/en
Publication of CN106888254A publication Critical patent/CN106888254A/en
Application granted granted Critical
Publication of CN106888254B publication Critical patent/CN106888254B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • 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/08Configuration management of networks or network elements
    • H04L41/0893Assignment of logical groups to network elements
    • 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/12Discovery or management of network topologies
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • H04L67/1044Group management mechanisms 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Theoretical Computer Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a Kubernetes-based container cloud architecture, which comprises a processor, a mirror image construction module, a data warehouse module, a load balancing module, a service discovery module and a container monitoring module, wherein the mirror image construction module, the data warehouse module, the load balancing module, the service discovery module and the container monitoring module are respectively connected with the processor; the data warehouse module is used for storing and processing data information of the database in the cluster; the load balancing module is used for carrying out load balancing on each computing node in the Kubernetes cluster; the service discovery module is used for acquiring the information of the dynamic change of each computing node in the Kuberntes cluster; and the container monitoring module is used for collecting and displaying the information of the running state of each computing node of the Kubernetes cluster. The invention can be conveniently applied to container systems which need high availability and expansibility.

Description

Kubernetes-based container cloud architecture and interaction method among modules thereof
Technical Field
The invention relates to the field of cloud computing technology and containers, in particular to a Kubernetes-based container cloud architecture and an interaction method among modules of the Kubernetes-based container cloud architecture.
Background
With the rapid development of the mobile internet, the number of net citizens and the internet surfing time are rapidly increased, and the background architecture of the website is continuously changed to meet the increasingly huge access requirements. The design of the server architecture includes that all services such as Web service and database service are deployed on one physical server from the beginning, the subsequent database service is separated from the Web service, so that the performance and the safety of the server are improved, the load is distributed on a plurality of servers by using a load balancing technology so as to reduce the pressure of a single server, and server nodes are automatically added and removed according to the access requirement and the formulated expansion strategy by monitoring indexes such as a CPU (central processing unit) and a memory of the existing server cluster in a recent automatic expansion and contraction mode. Compared with the traditional manual node adding and deleting method, the method has the advantages of fast response, low operation and maintenance cost and high stability.
However, there are many problems in implementing the auto scaling architecture using the conventional server and cloud computing technology, so that the auto scaling method has not been widely used. Firstly, the time required for deploying the service module to the server is long, and the mobile internet application requires that the service module must be quickly iterated online, so that a large amount of manpower and material resources are wasted due to frequent deployment and updating of the service module. Meanwhile, for massive access requests, a traditional server or cloud computing architecture cannot quickly start a new service node, so that access delay and even system crash are caused. Because the architecture of the traditional cloud computing technology basically adopts a virtual machine mode, in some subdivided fields, the inherent defects of the traditional cloud computing technology cause the application effect to be unsatisfactory. In recent years, with the popularity of cloud computing technology and the rapid development of related technologies, the implementation of cloud computing technology infrastructure is not limited to a virtual machine as an option.
Disclosure of Invention
The invention aims to overcome the defects in the prior art, and provides a Kubernetes-based container cloud architecture which can be conveniently applied to a container system requiring high availability and expansibility.
The invention further aims to provide an interaction method among modules of a Kubernetes-based container cloud architecture.
The purpose of the invention is realized by the following technical scheme:
a Kubernetes-based container cloud architecture comprises a mirror image construction module, a data warehouse module, a load balancing module, a service discovery module, a container monitoring module and a server module which is respectively connected with the mirror image construction module, the data warehouse module, the load balancing module, the service discovery module and the container monitoring module, wherein the server module is connected with the mirror image construction module, the data warehouse module, the load balancing module, the service discovery module and the container monitoring module
The mirror image construction module is used for providing mirror image file making, storing and distributing services;
the data warehouse module is used for storing and processing data information of the database in the cluster;
the load balancing module is used for carrying out load balancing on each computing node in the Kubernetes cluster;
the service discovery module is used for acquiring the information of the dynamic change of each computing node in the Kuberntes cluster;
and the container monitoring module is used for collecting and displaying the information of the running state of each computing node of the Kubernetes cluster.
The mirror image construction module is a Docker private library module and uses Dockerfile packaging technology and Kubernets file arrangement templates.
And the data warehouse module processes the Mysql and MongoDB data by adopting hadoop nodes.
The load balancing module adopts an Nginx-Plus agent tool.
The service discovery module adopts an Etcd storage system.
The server module employs a CentOS operating system.
The other purpose of the invention is realized by the following technical scheme:
an interaction method between modules of a Kubernetes-based container cloud architecture comprises the following steps:
(1) updating codes, namely uploading a new code image to an image construction module by a developer, and downloading the new image from the image construction module by an operation and maintenance person and loading for operation;
(2) load balancing, namely, a request end sends a request, and a load balancing module distributes the received request to any computing node according to a load balancing strategy; the computing node processes the request and returns the result to the load balancing module, and the load balancing module returns the response result to the request end;
(3) service discovery, namely registering information of the newly added computing node to a service discovery module when the newly added computing node is added; when a computing node is removed, firstly, a load balancing module is informed to remove the computing node, and then the relevant information of the computing node is removed from a service discovery module;
(4) the container monitoring comprises the steps that a monitoring module running in each server module is used as a slave node, a container monitoring module is used as a master node, the slave node periodically sends index data of the server module to the master node, and the master node receives the index data of each slave node, draws a graph and displays the graph on a host browser where a system monitoring module is located;
(5) and (3) data processing, namely operating hadoop in a Kubernetes cluster, and processing mass MongoDB and Mysql data acquired in the container application so as to achieve the data effectiveness and the analyzability of the container system.
Compared with the prior art, the invention has the following advantages and beneficial effects:
1. the LXC container technology gradually occupies a place in the field of cloud computing due to the characteristics of high starting speed, good performance and the like. In this regard, Docker is an open source application container engine that allows developers to package applications and dependencies into a portable container and then release them to Linux machines. The containers use a sandbox mechanism, without any interface between each other, and can easily run in the host and the data center. The Kubernetes adopted by the invention is used as an engine for managing the lightweight container Docker, so that the container can be conveniently and quickly created, the full life cycle management of the container can be carried out, and the popularization of the container technology is further improved. The main functions of the kubernets container cluster management system include: packaging, instantiating and running the application program by using a Docker; running and managing containers across hosts in a cluster manner; to solve communication problems between containers operating between different hosts, and the like. Furthermore, Kubernetes is one of the earliest container scheduling schemes based on Docker, is expected to become the most successful container scheduling scheme through mature system architecture and strong horizontal capacity expansion capacity, and serves the future cloud computing field.
2. The invention can be conveniently applied to a container system which needs high availability and expansibility, and simultaneously realizes the following functions: (1) monitoring the running conditions of a CentOS server and a Docker container running the CentOS server; (2) dynamically extending and retracting the cluster by utilizing a Kubernetes technology according to the monitoring data; (3) by constructing a Docker private Registry warehouse and formulating an operation management strategy, the continuous integration of Docker images is realized, and services can be updated without restarting a container.
Drawings
Fig. 1 is a schematic structural diagram of a Kubernetes-based container cloud architecture according to the present invention.
Fig. 2 is an architecture diagram of an operation process of a mirror building module of the container cloud architecture shown in fig. 1.
Fig. 3 is an architecture diagram of an operation process of a load balancing module of the container cloud architecture shown in fig. 1.
Fig. 4 is an architecture diagram of an operation process of the service discovery module of the container cloud architecture shown in fig. 1.
Fig. 5 is an architecture diagram of an operation process of the container monitoring module of the container cloud architecture shown in fig. 1.
The parts in the attached drawing are marked as follows, namely a mirror image construction module, a 2-load balancing module, a 3-service discovery module and a 4-container monitoring module.
Detailed Description
The present invention will be described in further detail with reference to examples and drawings, but the present invention is not limited thereto.
As shown in fig. 1 to 5, the following are specific:
method for realizing automatic mirror image deployment
The mirror image construction module 1 is used for providing a mirror image construction strategy from development to deployment and about job definition, mainly supports an automatic combination method of mirror images and source codes, and is more suitable for timely updating of container mirror images during service updating. The steps of the mirror image construction process are shown in fig. 2, and the detailed steps are as follows:
(1) code submission
The method comprises the steps that developers submit codes programmed in various languages to a version management warehouse, and in the method, SVN is used as a version management tool, and the tool is suitable for guaranteeing the consistency of the codes in a team cooperative project development process.
(2) Defining jobs
Meanwhile, the operation and maintenance personnel compile Docker mirror image packaging files Dockerfiles suitable for projects and yaml files based on Kubernets, and create corresponding container operation rules strictly according to Dockerfile compiling rules and yaml file arranging rules.
(3) Building mirror files
According to the CI/CD automatic deployment process, based on the source code in the step (1) and the Dockerfile file in the step (2), an image mirror image file of the container is created and pushed to a private Docker mirror image warehouse.
(4) Running mirror files
Running the image file in a reasonable arrangement in Kubernets according to the image file in (3) and the yaml file in (2).
The steps provide storage and running services of the mirror image, and the mirror image warehouse uses a private library installation mode recommended by Docker, so that the problem of combination of job definition and source code is solved.
(II) Container System expansion method
The load balancing module 2 is used for carrying out load balancing on each Kubernetes node in the dynamically changing cluster; the method is realized by adopting a Nginx-Plus tool, and the Nginx-Plus tool is a reliable load balancing tool which is released by Nginx company and can be combined in a Kubernetes cluster, and is particularly suitable for some Web systems with larger loads. By matching with Kubernets, the load balancing capability of the Kubernets can be enhanced, so that the expansibility of the container system is improved. The load balancing module is shown in fig. 3.
The service discovery module 3 is used for storing the information of each node of the dynamically changed Kubernetes cluster in real time; the method adopts an Etcd storage system to store information of each computing node. Etcd is a highly available Key/Value storage system, mainly used for sharing configuration and service discovery. The information of each Kubernetes node can be quickly and effectively added and removed through the Etcd. The service discovery module is shown in fig. 4.
(III) Container monitoring method
The container monitoring module 4 is used for acquiring, storing and displaying container running state information of each node of the Kubernetes cluster; the CentOS is the most common server operating system for enterprises, and based on the system, the invention realizes a container monitoring module based on the combination of Zabbix and cAdvisor. Zabbix is an enterprise-level solution providing distributed system monitoring and network monitoring functions based on a Web interface; and the cAdvisor is a daemon process used for collecting, aggregating and outputting container operation indexes, and can acquire various performance data of Docker in a Kubernets cluster through the cAdvisor. Docker is supported in Zabbix, and container Monitoring is achieved using Zabbix Docker Monitoring. The container monitoring system is shown in fig. 5, and the monitoring steps are as follows:
(1) and deploying the Zabbix Server on the Kubernets main node, monitoring the main node, importing a Web management interface, and distributing the Web management interface to the child nodes.
(2) And deploying the Zabbix Agent at the child nodes to realize host monitoring of each child node.
(3) And starting the cAdvisor container at each Kubernetes node to realize the monitoring of the performance of the host container.
(4) And displaying the obtained monitoring data on the front end through HTTP and JSON interfaces.
(IV) interaction method of modules
An interaction method between modules of a Web server architecture based on Kubernetes comprises the following processes:
(1) and (3) updating the code, namely taking a host as a Docker private library server, uploading a new code image to the host running the private library module by a developer in an automatic mode when the service code is updated, and pulling the new service image from the private library module and loading the new service image to run each time a Kubernetes node is newly added by the system. As shown in fig. 2.
(2) Load balancing, namely, sending an http request by a request end, and distributing the received request to any Kubernetes node by a load balancing module according to a load balancing strategy; and then the node processes the request and returns the result to the load balancing module, and the load balancing module returns the response result to the request end.
The load balancing module periodically queries the service discovery module (Etcd), and updates and reloads the configuration file of the load balancing module according to the query result. Specifically, the load balancing module periodically pulls the latest kubernets node information from the service discovery module, as shown in fig. 3.
(3) And service discovery is realized by adopting an Etcd open source tool. When a new computing node is added, registering information of the new computing node with a service discovery module (Etcd); when a computing node is removed, the load balancing module is first notified to remove the computing node, and then the relevant information of the computing node is removed from the service discovery module, as shown in fig. 4.
(4) And (4) container monitoring, namely adopting an active mode reported from the slave node to the master node. The monitoring module running in each server module is used as a slave node, 1 host running system monitoring module is used as a master node, the slave node periodically sends index data of the server module, such as CPU occupation ratio, residual memory and the like, to the master node, and the master node receives the index data of each slave node, draws a graph and displays the graph on a host browser where the system monitoring module is located, as shown in FIG. 5.
(5) And (3) data processing, namely operating hadoop in a Kubernetes cluster, and processing a large amount of MongoDB and Mysql data acquired in the container application so as to achieve the data effectiveness and the analyzability of the container system.
(V) deployment requirements of the method of the invention
The invention requires at least four hosts: one host serves as a host of the service discovery module, one host serves as a host of the load balancing module, one host runs the container monitoring module, one host serves as a server running the mirror image construction module, and the other hosts serve as nodes running the server module. Each host runs respective service logic, and a Kubernetes-based high-availability server cluster is deployed and completed.
The invention discloses a Kubernetes-based container cloud architecture and an interaction method among modules, which can be conveniently applied to a container system needing high availability and expansibility, and simultaneously realize the following functions of (1) monitoring a CentOS server and the operation condition of a Docker container operated by the CentOS server; (2) dynamically extending and retracting the cluster by utilizing a Kubernetes technology according to the monitoring data; (3) the continuous integration of the Docker mirror image is realized by constructing a Docker private Registry warehouse and formulating an operation management strategy, and the service is updated in a mode of not restarting a container. The high concurrency and stability of the container system is achieved by the above functions.
The above embodiments are preferred embodiments of the present invention, but the present invention is not limited to the above embodiments, and any other changes, modifications, substitutions, combinations, and simplifications which do not depart from the spirit and principle of the present invention should be construed as equivalents thereof, and all such changes, modifications, substitutions, combinations, and simplifications are intended to be included in the scope of the present invention.

Claims (5)

1. A Kubernetes-based container cloud architecture, characterized in that: the system comprises a mirror image construction module, a data warehouse module, a load balancing module, a service discovery module and a container monitoring module, and also comprises a server module which is respectively connected with the mirror image construction module, the data warehouse module, the load balancing module, the service discovery module and the container monitoring module, wherein the server module is connected with the mirror image construction module, the data warehouse module, the load balancing module, the service discovery module and the container monitoring module
The mirror image construction module is used for providing mirror image file making, storing and distributing services;
the data warehouse module is used for storing and processing data information of the database in the cluster; the data warehouse module processes Mysql and MongoDB data by adopting hadoop nodes;
the load balancing module is used for carrying out load balancing on each computing node in the Kubernetes cluster;
the service discovery module is used for acquiring the information of the dynamic change of each computing node in the Kuberntes cluster; the service discovery module adopts an Etcd storage system;
the container monitoring module is used for collecting and displaying the information of the running state of each computing node of the Kubernetes cluster; the monitoring steps of the container monitoring module are as follows:
(1) deploying a Zabbix Server on a Kubernets main node, monitoring the main node, importing a Web management interface, and distributing the Web management interface to child nodes;
(2) deploying Zabbix agents at the child nodes to realize host monitoring of each child node;
(3) starting a cAdvisor container at each Kubernetes node to realize the monitoring of the performance of the host container;
(4) and displaying the obtained monitoring data on the front end through HTTP and JSON interfaces.
2. The Kubernetes-based container cloud architecture of claim 1, wherein: the mirror image construction module is a Docker private library module and uses Dockerfile packaging technology and Kubernets file arrangement templates.
3. The Kubernetes-based container cloud architecture of claim 1, wherein: the load balancing module adopts an Nginx-Plus agent tool.
4. The Kubernetes-based container cloud architecture of claim 1, wherein: the server module employs a CentOS operating system.
5. The interaction method between the modules of a Kubernetes-based container cloud architecture based on the Kubernetes-based container cloud architecture of any one of claims 1 to 4, comprising the following steps:
(1) updating codes, namely uploading a new code image to an image construction module by a developer, and downloading the new image from the image construction module by an operation and maintenance person and loading for operation;
(2) load balancing, namely, a request end sends a request, and a load balancing module distributes the received request to any computing node according to a load balancing strategy; the computing node processes the request and returns the result to the load balancing module, and the load balancing module returns the response result to the request end;
(3) service discovery, namely registering information of the newly added computing node to a service discovery module when the newly added computing node is added; when a computing node is removed, firstly, a load balancing module is informed to remove the computing node, and then the relevant information of the computing node is removed from a service discovery module;
(4) the container monitoring comprises the steps that a monitoring module running in each server module is used as a slave node, a container monitoring module is used as a master node, the slave node periodically sends index data of the server module to the master node, and the master node receives the index data of each slave node, draws a graph and displays the graph on a host browser where a system monitoring module is located;
(5) and (3) data processing, namely operating hadoop in a Kubernetes cluster, and processing mass MongoDB and Mysql data acquired in the container application.
CN201710051697.9A 2017-01-20 2017-01-20 Kubernetes-based container cloud architecture and interaction method among modules thereof Active CN106888254B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710051697.9A CN106888254B (en) 2017-01-20 2017-01-20 Kubernetes-based container cloud architecture and interaction method among modules thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710051697.9A CN106888254B (en) 2017-01-20 2017-01-20 Kubernetes-based container cloud architecture and interaction method among modules thereof

Publications (2)

Publication Number Publication Date
CN106888254A CN106888254A (en) 2017-06-23
CN106888254B true CN106888254B (en) 2020-08-18

Family

ID=59176696

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710051697.9A Active CN106888254B (en) 2017-01-20 2017-01-20 Kubernetes-based container cloud architecture and interaction method among modules thereof

Country Status (1)

Country Link
CN (1) CN106888254B (en)

Families Citing this family (88)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10581687B2 (en) 2013-09-26 2020-03-03 Appformix Inc. Real-time cloud-infrastructure policy implementation and management
US10291472B2 (en) 2015-07-29 2019-05-14 AppFormix, Inc. Assessment of operational states of a computing environment
CN114500659A (en) * 2016-03-30 2022-05-13 阿普福米克斯有限公司 Method and host device for near real-time cloud infrastructure policy implementation and management
US10868742B2 (en) 2017-03-29 2020-12-15 Juniper Networks, Inc. Multi-cluster dashboard for distributed virtualization infrastructure element monitoring and policy control
US11068314B2 (en) 2017-03-29 2021-07-20 Juniper Networks, Inc. Micro-level monitoring, visibility and control of shared resources internal to a processor of a host machine for a virtual environment
US11323327B1 (en) 2017-04-19 2022-05-03 Juniper Networks, Inc. Virtualization infrastructure element monitoring and policy control in a cloud environment using profiles
CN107395731A (en) * 2017-07-28 2017-11-24 郑州云海信息技术有限公司 A kind of adjusting method and device of the container cluster based on service orchestration
CN107730125B (en) * 2017-10-20 2021-09-14 南方电网科学研究院有限责任公司 Laboratory management system
CN107908521A (en) * 2017-11-10 2018-04-13 南京邮电大学 A kind of monitoring method of container performance on the server performance and node being applied under cloud environment
CN107766126B (en) * 2017-11-15 2023-01-13 腾讯科技(深圳)有限公司 Container mirror image construction method, system and device and storage medium
CN109814881A (en) * 2017-11-21 2019-05-28 北京京东尚科信息技术有限公司 Method and apparatus for disposing data-base cluster
CN107948035A (en) * 2017-11-28 2018-04-20 广州供电局有限公司 Business data service bus construction method based on the interaction of private clound big data
CN108052333A (en) * 2017-12-11 2018-05-18 北京紫优能源科技有限公司 A kind of power scheduling centralized control system standardization Automation arranging method and framework
CN108156225B (en) * 2017-12-15 2021-02-05 南瑞集团有限公司 Micro-application monitoring system and method based on container cloud platform
CN108039975B (en) * 2017-12-21 2020-08-28 北京搜狐新媒体信息技术有限公司 Container cluster management system and application method thereof
CN108259611A (en) * 2018-01-22 2018-07-06 郑州云海信息技术有限公司 Cluster docker management methods, device, system and readable storage medium storing program for executing
CN108076159A (en) * 2018-01-26 2018-05-25 成都精灵云科技有限公司 A kind of cloud platform based on Docker builds device
CN108304267B (en) * 2018-01-31 2022-03-22 中科边缘智慧信息科技(苏州)有限公司 Multi-source data leading method with high reliability and low resource overhead
CN109284184A (en) * 2018-03-07 2019-01-29 中山大学 A kind of building method of the distributed machines learning platform based on containerization technique
US10848552B2 (en) 2018-03-29 2020-11-24 Hewlett Packard Enterprise Development Lp Determining whether to perform address translation to forward a service request or deny a service request based on blocked service attributes in an IP table in a container-based computing cluster management system
US11128530B2 (en) 2018-03-29 2021-09-21 Hewlett Packard Enterprise Development Lp Container cluster management
CN108616419B (en) * 2018-03-30 2020-07-28 武汉虹旭信息技术有限责任公司 Data packet acquisition and analysis system and method based on Docker
CN108829509A (en) * 2018-05-03 2018-11-16 山东汇贸电子口岸有限公司 Distributed container cluster framework resources management method based on domestic CPU and operating system
CN110457040B (en) * 2018-05-08 2022-02-25 腾讯科技(深圳)有限公司 Method and device for distributed construction of source code
CN110198231B (en) * 2018-05-08 2022-02-25 腾讯科技(深圳)有限公司 Container network management method and system for multiple tenants and middleware
CN108848149B (en) * 2018-06-05 2021-01-19 挖财网络技术有限公司 Method and device for adaptively positioning maximum processing capacity of HTTP (hyper text transport protocol) service
CN108848157A (en) * 2018-06-12 2018-11-20 郑州云海信息技术有限公司 A kind of method and apparatus of Kubernetes cluster container monitors
CN108762912A (en) * 2018-07-04 2018-11-06 郑州云海信息技术有限公司 A kind of method and apparatus of container cluster elastic telescopic
CN109117248A (en) * 2018-07-19 2019-01-01 郑州云海信息技术有限公司 A kind of deep learning task elastic telescopic system and method based on kubernetes platform
CN109117259B (en) * 2018-07-25 2021-05-25 北京京东尚科信息技术有限公司 Task scheduling method, platform, device and computer readable storage medium
CN108984205A (en) * 2018-07-26 2018-12-11 浙江大学 A kind of method and device of application automation building and deployment based on container technique
CN109309581B (en) * 2018-08-22 2021-07-13 华东计算技术研究所(中国电子科技集团公司第三十二研究所) Container management system crossing hardware architecture
CN109194732A (en) * 2018-08-28 2019-01-11 郑州云海信息技术有限公司 A kind of the High Availabitity dispositions method and device of OpenStack
CN110896404B (en) * 2018-09-12 2021-09-14 华为技术有限公司 Data processing method and device and computing node
CN109445904B (en) * 2018-09-30 2020-08-04 咪咕文化科技有限公司 Information processing method and device and computer storage medium
CN109471720A (en) * 2018-10-19 2019-03-15 曙光信息产业(北京)有限公司 Online operational system
CN109392020A (en) * 2018-10-26 2019-02-26 中山大学 A kind of resource management platform towards 5G mobile network
CN111182017B (en) * 2018-11-13 2022-09-09 北京国双科技有限公司 Data transmission method and device, storage medium and electronic equipment
CN109471658A (en) * 2018-11-19 2019-03-15 四川长虹电器股份有限公司 A method of the fast construction target drone environment based on container
CN109542791B (en) * 2018-11-27 2019-11-29 湖南智擎科技有限公司 A kind of program large-scale concurrent evaluating method based on container technique
CN109656682A (en) * 2018-12-03 2019-04-19 中国石油化工股份有限公司 A kind of system and method for the exploration and development big data processing platform based on container technique
CN109669637B (en) * 2018-12-21 2022-09-16 北京百度网讯科技有限公司 System, method and apparatus for providing container services
CN109754849B (en) * 2018-12-24 2023-02-24 武汉大学 Personal health stream data processing system and method in cloud computing environment
CN111427949B (en) * 2019-01-09 2023-10-20 杭州海康威视数字技术股份有限公司 Method and device for creating big data service
CN111431955B (en) * 2019-01-10 2023-03-24 中科星图股份有限公司 Streaming data processing system and method
CN109901922B (en) * 2019-03-05 2021-06-18 北京工业大学 Container cloud resource scheduling optimization method for multi-layer service
CN109981351A (en) * 2019-03-06 2019-07-05 浪潮通用软件有限公司 A kind of private clound dispositions method
CN111694705A (en) * 2019-03-15 2020-09-22 北京沃东天骏信息技术有限公司 Monitoring method, device, equipment and computer readable storage medium
CN110086726A (en) * 2019-04-22 2019-08-02 航天云网科技发展有限责任公司 A method of automatically switching Kubernetes host node
CN110262941B (en) * 2019-05-28 2023-06-16 深圳市汇川技术股份有限公司 Method, system, equipment and storage medium for realizing cluster alarm of application program container
CN110362381A (en) * 2019-06-21 2019-10-22 深圳市汇川技术股份有限公司 HDFS cluster High Availabitity dispositions method, system, equipment and storage medium
CN110333889B (en) * 2019-07-19 2023-09-15 浪潮云信息技术股份公司 Method and system for upgrading container service user cluster
CN110532075A (en) * 2019-08-09 2019-12-03 济南浪潮数据技术有限公司 The implementation method and device of stateful load
CN110764742B (en) * 2019-10-18 2023-05-23 成都信息工程大学 High-speed calculation method and system for linear correlation degree of climate observation data
CN110932926B (en) * 2019-10-31 2022-02-18 北京浪潮数据技术有限公司 Container cluster monitoring method, system and device
CN110806881B (en) * 2019-11-05 2023-07-04 浪潮云信息技术股份公司 Method for deploying different CPU architectures by kubernetes
CN110837418A (en) * 2019-11-06 2020-02-25 浪潮云信息技术有限公司 High-concurrency web system based on container and implementation method
CN110912972B (en) * 2019-11-07 2022-08-19 北京浪潮数据技术有限公司 Service processing method, system, electronic equipment and readable storage medium
CN110990668A (en) * 2019-11-13 2020-04-10 北京浪潮数据技术有限公司 Document data display method and related device
CN112910937B (en) * 2019-11-19 2022-12-23 北京金山云网络技术有限公司 Object scheduling method and device in container cluster, server and container cluster
CN110764786A (en) * 2019-12-27 2020-02-07 凯泰铭科技(北京)有限公司 Optimized deployment resource and software delivery platform in cloud computing environment
CN111209011A (en) * 2019-12-31 2020-05-29 烽火通信科技股份有限公司 Cross-platform container cloud automatic deployment system
CN111277460B (en) * 2020-01-17 2022-02-25 江苏满运软件科技有限公司 ZooKeeper containerization control method and device, storage medium and electronic equipment
CN111273960A (en) * 2020-01-20 2020-06-12 山东汇贸电子口岸有限公司 Method for realizing cloud native MIPS architecture container cloud
CN111367662B (en) * 2020-02-26 2023-06-02 普信恒业科技发展(北京)有限公司 Load balancing method, device and system
CN111400374B (en) * 2020-03-18 2023-05-23 中国雄安集团数字城市科技有限公司 Data mining-oriented containerized data exploration isolation region and use method thereof
CN111414233A (en) * 2020-03-20 2020-07-14 京东数字科技控股有限公司 Online model reasoning system
CN111427600B (en) * 2020-03-20 2023-04-21 成都千立网络科技有限公司 Platform system deployment upgrading method and system based on dock
CN111427625B (en) * 2020-03-23 2023-03-24 中国—东盟信息港股份有限公司 Method for constructing Kubernetes container cloud external load balancer based on dynamic routing
CN111614727B (en) * 2020-04-27 2022-08-02 深圳壹账通智能科技有限公司 Monitoring sandbox architecture, monitoring method, device and storage medium
CN111767282A (en) * 2020-06-12 2020-10-13 咪咕文化科技有限公司 MongoDB-based storage system, data insertion method and storage medium
CN111813418B (en) * 2020-06-30 2024-04-05 深圳赛安特技术服务有限公司 Distributed link tracking method, device, computer equipment and storage medium
CN111897551B (en) * 2020-08-03 2021-07-02 汇链通供应链科技(上海)有限公司 Platform and method for rapidly cloning software environment in cloud environment
CN112084009B (en) * 2020-09-17 2024-06-11 湖南长城科技信息有限公司 Method for constructing and monitoring Hadoop clusters and alarms based on containerization technology under PK system
CN112486634A (en) * 2020-12-09 2021-03-12 浪潮云信息技术股份公司 Method for realizing integral monitoring of container cloud platform
CN112764825B (en) * 2020-12-30 2023-12-29 望海康信(北京)科技股份公司 Service integration system, corresponding device and storage medium
CN112799777B (en) * 2020-12-31 2024-04-05 深圳软通动力信息技术有限公司 Preheating scheduling method in assembly line
CN112328456B (en) * 2021-01-04 2021-12-03 北京电信易通信息技术股份有限公司 Cluster resource monitoring system based on service discovery
CN112765122B (en) * 2021-01-19 2022-10-04 深圳软通动力信息技术有限公司 Method and system for importing database in kubernets
CN113051131A (en) * 2021-03-23 2021-06-29 北京沃东天骏信息技术有限公司 Acquisition terminal, management control platform, and Prometheus service adjusting method and system
CN113190328A (en) * 2021-05-22 2021-07-30 北京理工大学 System identification-oriented containerized cloud workflow processing system and method
CN113656241B (en) * 2021-07-20 2023-10-31 国网天津市电力公司 Container terminal full life cycle management and control system and method
CN113504916A (en) * 2021-07-23 2021-10-15 京东方科技集团股份有限公司 Code updating method and device, computer equipment and medium
CN114443069B (en) * 2021-12-30 2023-09-08 苏州浪潮智能科技有限公司 Method and system for constructing operating system mirror image by dynamically expanding cluster
CN114466017B (en) * 2022-03-14 2024-03-12 阿里巴巴(中国)有限公司 Data monitoring method and device for kubernetes edge cluster
CN114866544B (en) * 2022-04-02 2023-10-03 中国人民解放军国防科技大学 CPU heterogeneous cluster-oriented containerized micro-service load balancing method in cloud edge environment
CN116797199A (en) * 2022-04-08 2023-09-22 西安幸福悦动信息科技有限公司 Object management operation and maintenance system
CN117614963A (en) * 2023-10-20 2024-02-27 云南兆讯科技有限责任公司 Distributed MQTT message server

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105119913A (en) * 2015-08-13 2015-12-02 东南大学 Web server architecture based on Docker and interactive method between modules
CN105357296A (en) * 2015-10-30 2016-02-24 河海大学 Elastic caching system based on Docker cloud platform
CN105376303A (en) * 2015-10-23 2016-03-02 深圳前海达闼云端智能科技有限公司 Docker implementation system and communication method thereof

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105119913A (en) * 2015-08-13 2015-12-02 东南大学 Web server architecture based on Docker and interactive method between modules
CN105376303A (en) * 2015-10-23 2016-03-02 深圳前海达闼云端智能科技有限公司 Docker implementation system and communication method thereof
CN105357296A (en) * 2015-10-30 2016-02-24 河海大学 Elastic caching system based on Docker cloud platform

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于Docker的平台即服务架构研究;张建,谢天钧;《信息技术与信息化》;20141031;全文 *

Also Published As

Publication number Publication date
CN106888254A (en) 2017-06-23

Similar Documents

Publication Publication Date Title
CN106888254B (en) Kubernetes-based container cloud architecture and interaction method among modules thereof
US10728091B2 (en) Topology-aware provisioning of hardware accelerator resources in a distributed environment
CN105740048B (en) A kind of mirror image management method, apparatus and system
US9880827B2 (en) Managing software version upgrades in a multiple computer system environment
CN102779185B (en) High-availability distribution type full-text index method
Yang et al. Husky: Towards a more efficient and expressive distributed computing framework
US8381224B2 (en) Software virtual machine for data ingestion
US8832130B2 (en) System and method for implementing on demand cloud database
WO2020215752A1 (en) Graph computing method and device
CN105119913A (en) Web server architecture based on Docker and interactive method between modules
CN108243012B (en) Charging application processing system, method and device in OCS (online charging System)
CN109117252B (en) Method and system for task processing based on container and container cluster management system
CN108121782A (en) Distribution method, database middleware system and the electronic equipment of inquiry request
CN106656525B (en) Data broadcasting system, data broadcasting method and equipment
Kijsipongse et al. A hybrid GPU cluster and volunteer computing platform for scalable deep learning
CN101727496A (en) Method for realizing load balancing cluster of MICROSOFT SQL SERVER database
CN115587118A (en) Task data dimension table association processing method and device and electronic equipment
CN116680040A (en) Container processing method, device, equipment, storage medium and program product
CN116450355A (en) Multi-cluster model training method, device, equipment and medium
Kazemitabar et al. Geostreaming in cloud
CN113760638A (en) Log service method and device based on kubernets cluster
CN113254437B (en) Batch processing job processing method and device
US11775864B2 (en) Feature management platform
CN117149220A (en) Resource updating method, electronic equipment and system
CN115033290A (en) Instruction set-based micro-service splitting method and device and terminal equipment

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
CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Lu Lu

Inventor after: OuYang Peng

Inventor after: Tu Yixin

Inventor before: Lu Lu

Inventor before: Tu Yixin

GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20220909

Address after: Room 1001, No. 266, Kefeng Road, Huangpu District, Guangzhou City, Guangdong Province, 510705

Patentee after: Guangzhou Lusheng Intelligent Technology Co.,Ltd.

Address before: 510640 No. five, 381 mountain road, Guangzhou, Guangdong, Tianhe District

Patentee before: SOUTH CHINA University OF TECHNOLOGY