CN107294772B - Dynamic management monitoring service system combined with Docker - Google Patents

Dynamic management monitoring service system combined with Docker Download PDF

Info

Publication number
CN107294772B
CN107294772B CN201710369623.XA CN201710369623A CN107294772B CN 107294772 B CN107294772 B CN 107294772B CN 201710369623 A CN201710369623 A CN 201710369623A CN 107294772 B CN107294772 B CN 107294772B
Authority
CN
China
Prior art keywords
monitoring
service
management
item
module
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
CN201710369623.XA
Other languages
Chinese (zh)
Other versions
CN107294772A (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.)
China Telecom Wanwei Information Technology Co Ltd
Original Assignee
China Telecom Wanwei Information 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 China Telecom Wanwei Information Technology Co Ltd filed Critical China Telecom Wanwei Information Technology Co Ltd
Priority to CN201710369623.XA priority Critical patent/CN107294772B/en
Publication of CN107294772A publication Critical patent/CN107294772A/en
Application granted granted Critical
Publication of CN107294772B publication Critical patent/CN107294772B/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
    • 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/0803Configuration setting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/178Techniques for file synchronisation in file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Debugging And Monitoring (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

A dynamic management monitoring service system combined with a Docker comprises a cloud platform portal system, a unified monitoring scheduling management platform and a monitoring item agent module; the unified monitoring and scheduling management platform realizes the functions of service scheduling management, mirror image management, deployment management and monitoring data statistics; the monitoring item proxy module splits monitoring item function codes of Zabbix, ELK, Nagios and Ganglia open source monitoring software, reconstructs the separated codes of the monitoring items, and each monitoring item realizes a proxy program which can run in a Docker container to form a plurality of monitoring item containers; a user applies for opening the monitoring service on line through the cloud platform portal system, and an application request is sent to the unified monitoring scheduling management platform for processing. The invention improves the agility of the whole monitoring service system by decomposing a complex system into a series of software services of independent development, deployment and operation and maintenance, and can flexibly respond to the changes of the monitoring service and the scale of the monitoring platform.

Description

Dynamic management monitoring service system combined with Docker
Technical Field
The invention belongs to the technical field of cloud computing data center monitoring, and relates to a service system for realizing dynamic management and monitoring by combining Docker.
Background
With the continuous development of the cloud computing technology, the cloud computing technology is continuously mature and stable, more and more enterprises or individuals migrate the business systems of the enterprises or individuals to the cloud, so that the investment of infrastructure construction is reduced for customers, and the efforts are fully put into how to accurately monitor business data, therefore, a set of customizable and elastically-expandable monitoring system needs to be provided to solve the monitoring services of different business requirements of the customers.
Docker is an open source container technology, and can create a lightweight and portable container which is used as an emerging virtualization technology and can be delivered and deployed more quickly, combined and expanded more flexibly and managed simply.
Zabbix, ELK, Nagios, Ganglia are open source monitoring software that targets at server base resource monitoring, application service performance monitoring, application log reclamation monitoring.
Disclosure of Invention
The invention provides a system for realizing dynamic management and monitoring service by combining Docker, which is a monitoring scheduling management system capable of customizing monitoring service, dynamically managing monitoring service items and elastically increasing monitoring service resources.
The technical scheme adopted by the invention is as follows:
a dynamic management monitoring service system combined with a Docker comprises a cloud platform portal system, wherein the system comprises a uniform monitoring scheduling management platform and a monitoring item agent module; the unified monitoring and scheduling management platform realizes the functions of service scheduling management, mirror image management, deployment management and monitoring data statistics; the monitoring item agent module splits monitoring item function codes of Zabbix, ELK, Nagios and Ganglia open source monitoring software, separates monitoring items of each monitoring software, namely codes of basic resource CPU, memory, hard disk, network throughput monitoring, application service log monitoring, middleware performance monitoring and web application performance monitoring from an open source software system, reconstructs the codes of the separated monitoring items, and each monitoring item realizes that an agent program which can run in a Docker container forms a plurality of monitoring item containers; a user applies for opening a monitoring service on line through a cloud platform portal system, an application request is sent to a unified monitoring scheduling management platform for processing, a monitoring item agent module is deployed to a monitoring target host according to processed monitoring configuration parameters, the monitoring item agent module sends monitoring data acquired from the target host to the unified monitoring management platform, and monitoring data display of the host can be acquired through the cloud platform portal system.
The unified monitoring scheduling management platform comprises a monitoring service scheduling management module, a monitoring item container mirror warehouse management module, a monitoring item data management module and a monitoring item container mirror deployment management module; the monitoring service scheduling management module is composed of a monitoring item service application interface module, a basic resource monitoring service management module, an application log monitoring service management module and a middleware performance monitoring service management module, realizes service scheduling management, receives a request for processing application to open or close the monitoring service, and generates a monitoring configuration parameter according to the request parameter; the monitoring item container mirror image warehouse management module comprises a Git warehouse management module and a monitoring item container mirror image uploading management interface module, realizes mirror image management, uploads a monitoring item container mirror image, and manages and controls the version of the monitoring item container mirror image; the monitoring item data management module comprises a monitoring data acquisition interface module, and is used for realizing monitoring data statistics, counting the acquired monitoring data, analyzing the data and displaying the analysis result to the cloud platform portal system; the monitoring item container mirror image deployment management module realizes deployment management, automatically deploys the monitoring item container mirror images meeting the request to a target host, and starts monitoring item proxy service.
The invention combines the advantages of lightweight virtualization, high portability, flexible deployment and dynamic resource expansion of the Docker technology, encapsulates monitoring agent plug-ins through the Docker, and dispatches and manages the subpackaged containers through the unified monitoring service platform.
The invention has the structural idea that the agility of the whole monitoring service system is improved by decomposing a complex system into a series of software services of independent development, deployment, operation and maintenance, and the monitoring service system can flexibly respond to the monitoring service and the change of the scale of the monitoring platform. The Docker technology completely decouples the deployment of the service from the environment, and rapidly delivers the distributed application by utilizing the portability and agility of the Docker, thereby greatly improving the deployment, operation and maintenance efficiency. However, large-scale distributed microservice applications also present new challenges to system monitoring.
This architectural idea calls for the ability to quickly iterate and dynamically deploy monitoring service functions. From the technical point of view, most of the conventional monitoring systems are designed for physical machines or virtual machines, and usually use static configuration items to establish mapping of applications, environments and monitoring indexes. However, the architecture of the present invention breaks this static binding relationship. Each instance of the service can be distributed on a plurality of nodes, and when one node fails, the instance of the service can be dynamically migrated to other nodes; each service can independently evolve, the life cycle is greatly accelerated, and the support of multi-version coexistence needs to be considered. In addition, the Docker container provides an independent process space, and encourages one container to only run a single task, so that the isolation is improved, and meanwhile, some traditional system monitoring means cannot directly collect the application state running in the container.
Drawings
FIG. 1 is a schematic diagram of the operation of a monitoring agent of the present invention;
FIG. 2 is a diagram of a monitoring service platform architecture according to the present invention.
Detailed Description
Referring to fig. 2, a system for implementing dynamic management monitoring service in combination with Docker includes three parts: the system comprises a cloud platform portal system, a unified monitoring and scheduling management platform and a monitoring item agent module.
Wherein: the cloud platform portal system is used for a user to apply for cloud host resources, hard disk resources, network service resources and monitoring services on line. The user can register an application account through the web page, then can purchase cloud host resources, and can purchase an order in the system if the user needs to customize the cloud resource monitoring service.
The unified monitoring, scheduling and managing platform, as shown in fig. 2, has the following functions:
1. all resource monitoring data are accepted, data are counted and processed, a user logs in the resource management platform through the cloud portal account, the user acquires the monitoring data of the resources through the platform by calling the monitoring data acquisition interface module, and the monitoring data are displayed to the user in a graph form in the cloud portal.
2. The monitoring service scheduling management function is realized, the monitoring service request applied by a user through on-line purchase of a cloud portal can be configured and processed, after the monitoring service request is received by the module, different configurations are processed according to different monitoring item types, and the monitoring type processing module comprises three modules, a basic resource monitoring service management module, an application log monitoring service management module and a middleware performance monitoring service management module. The monitoring service scheduling management module sends the configuration file processed by each monitoring type module, the corresponding monitoring item container and the version to the monitoring item container mirror image deployment management module, the monitoring item container mirror image deployment management module acquires the corresponding monitoring item container mirror image version from the monitoring item container mirror image warehouse management module and downloads the corresponding monitoring item container mirror image version, and then the monitoring item container mirror image deployment management module deploys the configuration file and the monitoring item container mirror image to a cloud host of a user.
3. And the administrator uploads the manufactured monitoring item container mirror image to the git warehouse management module by calling the monitoring item container mirror image uploading management interface module.
And the monitoring item agent module splits the monitoring item function codes of Zabbix, ELK, Nagios and Ganglia open-source monitoring software, separates the monitoring item (basic resource CPU, memory, hard disk, network throughput monitoring, application service log post monitoring, middleware performance monitoring and web application performance monitoring) codes of each monitoring software from the open-source software system, reconstructs the codes of the separated monitoring items, and each monitoring item realizes an agent program which can run in a Docker container. The operation process of the monitoring item agent module on the target host is shown in fig. 1, after the unified monitoring and scheduling management platform deploys the distributed monitoring item containers to the user cloud host, the monitoring item containers start initialization, after the initialization is completed, the monitoring item containers start, then the monitoring item agent service module in the containers starts, the monitoring item agent module starts to acquire monitoring data on the cloud host, and the acquired monitoring data are reported to the unified monitoring and scheduling management platform.
The operation process of the invention is as follows: the cloud platform portal system is an entry platform for users to use cloud resources and services, and the users can log in the cloud platform portal system through registration and can apply for purchasing provided cloud products (cloud hosts, cloud hard disks and middleware services). After the user deploys own services to the cloud host, the operation state of the cloud host needs to be monitored, and at the moment, the user can call an application monitoring service interface provided by a cloud platform portal. The method comprises the steps that a monitoring service application interface module of a unified monitoring service scheduling platform is called by a cloud platform portal system interface, the monitoring service application interface module can transmit a request to a monitoring service scheduling management module for classification processing, a log monitoring service management module, a basic resource monitoring service management module and a middleware performance monitoring service management module are applied to return a configuration file processed by the monitoring service scheduling management module to the monitoring service scheduling management module, at the moment, the monitoring service scheduling management module downloads a corresponding monitoring item container mirror image from a monitoring item container mirror image warehouse management module according to a processed interface, and then the configuration file and the mirror image are pushed to a cloud host through a monitoring item container mirror image deployment management module to be deployed and operated. On the cloud host, after the monitoring item container operates normally, the monitoring item container acquires corresponding monitoring data of the cloud host according to configuration requirements and reports the data to a monitoring data management module of the unified monitoring service platform. If the user obtains the monitoring data of the checking host through the cloud platform portal, the user calls the monitoring data obtaining interface module, returns the data requested by the monitoring data management module to the cloud platform portal, and displays the data to the user in a chart form.
The invention is further described below in terms of specific practical applications.
The method is applied to an OpenStack cloud platform of a company and used for monitoring the resource (CPU, memory, network and hard disk) use condition of each physical node of the OpenStack platform, the running condition of each service component of the OpenStack during entering and the log monitoring condition of each OpenStack component. The resource condition of the virtual machines in the cloud platform is monitored, the deployed services of the virtual machines are different, the monitoring methods or software are different, if according to a traditional monitoring scheme, a plurality of different monitoring software need to be deployed to monitor the virtual machines, new requirements are met, a new physical server needs to be found, then the system and the monitoring software are deployed, a large amount of engineering is added for operation and maintenance engineers, the monitoring system with the docker container architecture is established by constructing the idea of monitoring and installing the microservices, decomposing and decoupling the monitoring items, and the monitoring system with the docker container architecture can be achieved no matter how complex and non-uniform monitoring requirements exist in the OpenStack cloud platform. By using the monitoring system, the workload of operation and maintenance engineers is reduced, and the complexity of static configuration of each parameter of the monitoring software is also simplified.

Claims (2)

1. A dynamic management monitoring service system combined with a Docker comprises a cloud platform portal system and is characterized in that: the system comprises a unified monitoring and scheduling management platform and a monitoring item agent module; the unified monitoring and scheduling management platform realizes the functions of service scheduling management, mirror image management, deployment management and monitoring data statistics; the monitoring item agent module splits monitoring item function codes of Zabbix, ELK, Nagios and Ganglia open source monitoring software, separates monitoring items of each monitoring software, namely codes of basic resource CPU, memory, hard disk, network throughput monitoring, application service log monitoring, middleware performance monitoring and web application performance monitoring from an open source software system, reconstructs the codes of the separated monitoring items, and each monitoring item realizes that an agent program which can run in a Docker container forms a plurality of monitoring item containers; a user applies for opening a monitoring service on line through a cloud platform portal system, an application request is sent to a unified monitoring scheduling management platform for processing, a monitoring item agent module is deployed to a monitoring target host according to processed monitoring configuration parameters, the monitoring item agent module sends monitoring data collected on the target host to the unified monitoring management platform, and monitoring data display of the host can be obtained through the cloud platform portal system.
2. The system for implementing dynamic management monitoring service in combination with a Docker as claimed in claim 1, wherein: the unified monitoring scheduling management platform comprises a monitoring service scheduling management module, a monitoring item container mirror warehouse management module, a monitoring item data management module and a monitoring item container mirror deployment management module; the monitoring service scheduling management module is composed of a monitoring item service application interface module, a basic resource monitoring service management module, an application log monitoring service management module and a middleware performance monitoring service management module, realizes service scheduling management, receives a request for processing application to open or close the monitoring service, and generates a monitoring configuration parameter according to the request parameter; the monitoring item container mirror image warehouse management module comprises a Git warehouse management module and a monitoring item container mirror image uploading management interface module, realizes mirror image management, uploads a monitoring item container mirror image, and manages and controls the version of the monitoring item container mirror image; the monitoring item data management module comprises a monitoring data acquisition interface module, and is used for realizing monitoring data statistics, counting the acquired monitoring data, analyzing the data and displaying the analysis result to the cloud platform portal system; the monitoring item container mirror image deployment management module realizes deployment management, automatically deploys the monitoring item container mirror images meeting the request to a target host, and starts monitoring item proxy service.
CN201710369623.XA 2017-05-23 2017-05-23 Dynamic management monitoring service system combined with Docker Active CN107294772B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710369623.XA CN107294772B (en) 2017-05-23 2017-05-23 Dynamic management monitoring service system combined with Docker

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710369623.XA CN107294772B (en) 2017-05-23 2017-05-23 Dynamic management monitoring service system combined with Docker

Publications (2)

Publication Number Publication Date
CN107294772A CN107294772A (en) 2017-10-24
CN107294772B true CN107294772B (en) 2020-09-01

Family

ID=60094460

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710369623.XA Active CN107294772B (en) 2017-05-23 2017-05-23 Dynamic management monitoring service system combined with Docker

Country Status (1)

Country Link
CN (1) CN107294772B (en)

Families Citing this family (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107357645A (en) * 2017-08-24 2017-11-17 郑州云海信息技术有限公司 The management method and device of task in open monitoring system
CN107766050B (en) * 2017-10-31 2021-12-07 新华三云计算技术有限公司 Heterogeneous application deployment method and device
CN108415828B (en) * 2018-01-23 2021-09-24 广州视源电子科技股份有限公司 Program testing method and device, readable storage medium and computer equipment
CN109032567B (en) * 2018-07-06 2021-08-10 中科星图股份有限公司 Service development and operation method and system in micro-service environment
CN109065111A (en) * 2018-08-06 2018-12-21 郑州云海信息技术有限公司 A kind of cloud platform health check system and method based on docker
CN109284204B (en) * 2018-09-10 2022-10-25 福建星瑞格软件有限公司 Big data platform operation and maintenance method and system based on virtualization computing
CN109344032A (en) * 2018-09-27 2019-02-15 郑州云海信息技术有限公司 A kind of monitoring method and device
CN109302313A (en) * 2018-09-28 2019-02-01 郑州云海信息技术有限公司 A kind of implementation method and device of multiple cloud platform unified monitorings
CN111355622A (en) * 2018-12-21 2020-06-30 中兴通讯股份有限公司 Container traffic monitoring method, system and computer readable storage medium
CN109934361B (en) * 2019-02-25 2022-03-11 江苏电力信息技术有限公司 Automatic operation and maintenance platform model based on container and big data
CN110888786A (en) * 2019-10-23 2020-03-17 湖北九州云仓科技发展有限公司 Operation and maintenance monitoring system
CN111026409A (en) * 2019-10-28 2020-04-17 烽火通信科技股份有限公司 Automatic monitoring method, device, terminal equipment and computer storage medium
CN111193610B (en) * 2019-11-30 2021-11-26 北京无限自在文化传媒股份有限公司 Intelligent monitoring data system and method based on Internet of things
CN111078358B (en) * 2019-12-05 2023-09-05 中车株洲电力机车有限公司 Test data processing method and system based on software container
CN111061491B (en) * 2019-12-11 2023-08-22 青岛海洋科技中心 LXC container technology-based edge computing gateway management system and method
CN113064872A (en) * 2020-01-02 2021-07-02 武汉金山办公软件有限公司 Log management method, device and system
CN111324599B (en) * 2020-01-20 2023-04-07 中国科学院计算技术研究所 Block chain experiment system and management method
US11243758B2 (en) 2020-02-13 2022-02-08 International Business Machines Corporation Cognitively determining updates for container based solutions
CN111651237A (en) * 2020-05-22 2020-09-11 国云科技股份有限公司 Method and device for acquiring monitoring data of virtual machine in Docker container
CN112152874A (en) * 2020-09-07 2020-12-29 成都精灵云科技有限公司 System and method for acquiring and analyzing application monitoring data in distributed system
CN112596741B (en) * 2020-11-16 2022-08-30 新华三大数据技术有限公司 Video monitoring service deployment method and device
CN112597133A (en) * 2020-12-29 2021-04-02 深圳复临科技有限公司 Data application management system for project management scene of hundred-person research and development team
CN112835768A (en) * 2021-02-25 2021-05-25 紫光云技术有限公司 Real-time monitoring resource measurement data method based on ceilometer
CN113283855B (en) * 2021-04-29 2024-01-30 成都商高智能科技有限公司 Recruitment system based on containerized resource programming
CN115098080B (en) * 2022-08-25 2022-11-29 四川汉唐云分布式存储技术有限公司 Programming system compatible with multiple languages

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101277304A (en) * 2008-03-21 2008-10-01 北京航空航天大学 Management system and management method for Web service operational environment based on rules
CN101335649A (en) * 2008-08-06 2008-12-31 华为技术有限公司 Method and apparatus for managing large scale proxy server
CN101546260A (en) * 2008-03-28 2009-09-30 国际商业机器公司 Method and device thereof for reconstructing service-oriented applications
CN103414579A (en) * 2013-07-24 2013-11-27 广东电子工业研究院有限公司 Cross-platform monitoring system applicable to cloud computing and monitoring method thereof
CN104468282A (en) * 2014-12-23 2015-03-25 携程计算机技术(上海)有限公司 Cluster monitoring processing system and method
CN105573741A (en) * 2015-09-25 2016-05-11 中国电子科技集团公司第三十二研究所 Virtual application system and method with reconfigurable interface
CN106371974A (en) * 2016-08-30 2017-02-01 中国民生银行股份有限公司 Monitoring method of application program in Docker container and publishing platform

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140288868A1 (en) * 2013-03-19 2014-09-25 Robert Stetson Gorham, JR. Process for Monitoring Items that are Stored or in Transit
CN104950757B (en) * 2015-06-12 2018-03-16 北京奇虎科技有限公司 The method and system of monitoring of containers

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101277304A (en) * 2008-03-21 2008-10-01 北京航空航天大学 Management system and management method for Web service operational environment based on rules
CN101546260A (en) * 2008-03-28 2009-09-30 国际商业机器公司 Method and device thereof for reconstructing service-oriented applications
CN101335649A (en) * 2008-08-06 2008-12-31 华为技术有限公司 Method and apparatus for managing large scale proxy server
CN103414579A (en) * 2013-07-24 2013-11-27 广东电子工业研究院有限公司 Cross-platform monitoring system applicable to cloud computing and monitoring method thereof
CN104468282A (en) * 2014-12-23 2015-03-25 携程计算机技术(上海)有限公司 Cluster monitoring processing system and method
CN105573741A (en) * 2015-09-25 2016-05-11 中国电子科技集团公司第三十二研究所 Virtual application system and method with reconfigurable interface
CN106371974A (en) * 2016-08-30 2017-02-01 中国民生银行股份有限公司 Monitoring method of application program in Docker container and publishing platform

Also Published As

Publication number Publication date
CN107294772A (en) 2017-10-24

Similar Documents

Publication Publication Date Title
CN107294772B (en) Dynamic management monitoring service system combined with Docker
US10409589B2 (en) Application centric continuous integration and delivery with automated service assurance
CN110622129B (en) Method, system, and portal for accelerating aspects of data analysis application development and deployment using software containers
US10474438B2 (en) Intelligent cloud engineering platform
EP3388986A1 (en) End-to-end project management platform with artificial intelligence integration
EP3284213B1 (en) Managing virtual network functions
KR101971013B1 (en) Cloud infra real time analysis system based on big date and the providing method thereof
Ren et al. A methodology towards virtualisation-based high performance simulation platform supporting multidisciplinary design of complex products
CN107733704B (en) Virtualization and container technology-based cloud exploration and development system and method
CN102833310B (en) Workflow engine trunking system based on virtualization technology
US20160259665A1 (en) Methods and apparatus to select virtualization environments for migration
WO2017172454A1 (en) System interaction monitoring and component scaling
US9766919B2 (en) Methods and apparatus to select virtualization environments during deployment
US8214483B2 (en) Method and system for continuous availability subscription service
US20160154665A1 (en) Virtual machine deployment method, virtual machine deployment program, and virtual machine deployment system
CN112667362B (en) Method and system for deploying Kubernetes virtual machine cluster on Kubernetes
EP1969473A2 (en) Remote performance monitor in a virtual data center complex
US9569251B2 (en) Analytics platform spanning a subset using pipeline analytics
CN103365702A (en) System and method for tracking process of lightweight virtual machine under IaaS cloud environment
Malviya et al. A comparative analysis of container orchestration tools in cloud computing
CN104410699A (en) Resource management method and system of open type cloud computing
PH12019000172A1 (en) Generating an execution script for configuration of a system
CN110502392A (en) Cloud platform management and monitoring system
CN106412094A (en) A method for organizing and managing scattered resources in a public cloud mode
US10360614B1 (en) Assessing and rating deployments of resources

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 730000 Zhang Suzhou beach, Chengguan District, Lanzhou City, Gansu Province, No. 553 (4-7 layer of B area of Telecom second hub)

Applicant after: China Power World Wide Information Technology Co.,Ltd.

Address before: 730000 No. 553 Zhang Su beach, Gansu, Lanzhou

Applicant before: GANSU WANWEI Co.

GR01 Patent grant
GR01 Patent grant