CN109144485B - Micro-service deployment method, device, equipment and readable storage medium - Google Patents

Micro-service deployment method, device, equipment and readable storage medium Download PDF

Info

Publication number
CN109144485B
CN109144485B CN201811051556.8A CN201811051556A CN109144485B CN 109144485 B CN109144485 B CN 109144485B CN 201811051556 A CN201811051556 A CN 201811051556A CN 109144485 B CN109144485 B CN 109144485B
Authority
CN
China
Prior art keywords
micro
service
target
layer network
iaas layer
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
CN201811051556.8A
Other languages
Chinese (zh)
Other versions
CN109144485A (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 South Power Grid International Co ltd
Original Assignee
China South Power Grid International 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 South Power Grid International Co ltd filed Critical China South Power Grid International Co ltd
Priority to CN201811051556.8A priority Critical patent/CN109144485B/en
Publication of CN109144485A publication Critical patent/CN109144485A/en
Application granted granted Critical
Publication of CN109144485B publication Critical patent/CN109144485B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method for deploying micro-services, which comprises the following steps: after the target page builds an IAAS layer network which is virtualized, acquiring a micro-service deployment instruction input by a user through the target page; calling a preset micro-service database according to the micro-service deployment instruction, and visually displaying the micro-service database so that a user can select a target micro-service mirror image matched with the IAAS layer network in the micro-service database; and deploying the target micro-service mirror image in the IAAS layer network. The deployment of the micro-service of the PAAS layer and the IAAS layer network are carried out on the basis of the same page, so that the complex work caused by using different development software is avoided, the deployment efficiency of the micro-service and the development efficiency of products are improved, and the development period and the online time of the products are shortened. Accordingly, the deployment apparatus, device and readable storage medium for micro services provided by the embodiments of the present invention also have the above technical effects.

Description

Micro-service deployment method, device, equipment and readable storage medium
Technical Field
The present invention relates to the technical field of micro-service deployment, and more particularly, to a method, an apparatus, a device and a readable storage medium for deploying micro-services.
Background
In the field of cloud service, three service modes are included, which are respectively: IAAS layer, PAAS layer and SAAS layer. Wherein, the IAAS (infrastructure as a service) layer serves as an infrastructure and mainly provides a perfect computer infrastructure for users; the PAAS (platform as a service) layer is a platform service and mainly provides application development service for users; the saas (software as a service) layer is a software as a service, and mainly provides applications that can be directly used for users.
In the prior art, people generally adopt different software products to respectively construct an infrastructure network of an IAAS layer, a micro-service of a PAAS layer and a software service of an SAAS layer, and then deploy the micro-service of the PAAS layer on the infrastructure network of the IAAS layer, and apply the software of the SAAS layer accordingly. Because each layer is developed and designed based on different software products, when a complete cloud service needs to be constructed, the different software products need to be designed and developed, and then the developed resources of different layers are integrated and deployed, so that the development process is complicated and complicated, the development period is prolonged, and the online time of the product is delayed.
It should be noted that, because the types and the number of the micro services of the PAAS layer are large, a long period is needed for the development of the individual micro services, and after the development is completed, the micro services need to be deployed on the infrastructure network of the IAAS layer one by one, which results in slow deployment efficiency of the micro services, thereby further prolonging the online period of the product and slowing down the development efficiency.
Therefore, how to improve the micro-service deployment efficiency and the product development efficiency and shorten the online period of the product is a problem to be solved by the technical personnel in the field.
Disclosure of Invention
The invention aims to provide a method, a device and equipment for deploying micro-services and a readable storage medium, so as to improve the deploying efficiency of the micro-services and the product development efficiency and shorten the online period of products.
In order to achieve the above purpose, the embodiment of the present invention provides the following technical solutions:
a deployment method of micro-services comprises the following steps:
after an IAAS layer network of which virtualization is completed is built on a target page, acquiring a micro-service deployment instruction input by a user through the target page;
calling a preset micro-service database according to the micro-service deployment instruction, and visually displaying the micro-service database so that a user can select a target micro-service mirror image matched with the IAAS layer network in the micro-service database;
and deploying the target micro-service mirror image in the IAAS layer network.
Wherein, the deploying the target micro-service image behind the IAAS layer network further comprises:
and visually displaying the IAAS layer network on which the target micro-service mirror image is deployed.
Wherein the target microservice image runs in a container.
Selecting a target micro-service mirror image matched with the IAAS layer network in the micro-service database, wherein the selecting comprises the following steps:
acquiring a selection instruction of a target micro-service mirror image input by a user by using a container control node preset in the micro-service database;
and determining the container node running with the target micro-service mirror image according to the selection instruction, and visually displaying the container node so that a user can select the container node in a dragging mode.
Wherein, the IAAS layer network adopts a super-fusion architecture.
The IAAS layer network adopts an SDN technology to perform network virtualization, and deploys computing resources, storage resources and network resources in the network through an SDN controller.
The IAAS layer network adopts VXLAN technology to divide local area networks.
A microservice deployment apparatus comprising:
the acquisition module is used for acquiring a micro-service deployment instruction input by a user through a target page after the target page constructs an IAAS layer network which completes virtualization;
the selection module is used for calling a preset micro-service database according to the micro-service deployment instruction and visually displaying the micro-service database so that a user can select a target micro-service mirror image matched with the IAAS layer network in the micro-service database;
and the deployment module is used for deploying the target micro-service mirror image in the IAAS layer network.
A microservice deployment device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method for deploying microservices according to any one of the preceding claims when executing the computer program.
A readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method for deploying a microservice according to any of the preceding claims.
According to the scheme, the deployment method of the micro-service provided by the embodiment of the invention comprises the following steps: after an IAAS layer network of which virtualization is completed is built on a target page, acquiring a micro-service deployment instruction input by a user through the target page; calling a preset micro-service database according to the micro-service deployment instruction, and visually displaying the micro-service database so that a user can select a target micro-service mirror image matched with the IAAS layer network in the micro-service database; and deploying the target micro-service mirror image in the IAAS layer network.
Therefore, after the virtualized IAAS layer network is constructed on the target page, the micro-service deployment instruction input by the user is obtained through the target page, namely the deployment of the micro-service of the PAAS layer and the IAAS layer network are carried out on the same page, so that the complicated work caused by the use of different development software is avoided; in addition, the preset micro-service database comprises multiple types of micro-service mirror images, and a user only needs to select micro-services matched with the current IAAS layer network to deploy the micro-services, and does not need to develop micro-service components one by one and then deploy the micro-service components one by one, so that the micro-service deployment efficiency and the product development efficiency are improved, and the development period and the product online time are shortened.
Accordingly, the deployment apparatus, device and readable storage medium for micro services provided by the embodiments of the present invention also have the above technical effects.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of a method for deploying microservices according to an embodiment of the present invention;
FIG. 2 is a flowchart of another method for deploying microservices according to the embodiment of the present disclosure;
FIG. 3 is a schematic diagram of a micro service deployment apparatus according to an embodiment of the present disclosure;
FIG. 4 is a schematic diagram of a micro-service deployment apparatus according to an embodiment of the present disclosure;
fig. 5 is a schematic diagram of a WEB side for deploying micro services according to an embodiment of the disclosure.
Detailed Description
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 only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention discloses a method, a device and equipment for deploying micro-services and a readable storage medium, which are used for improving the deploying efficiency of the micro-services and the development efficiency of products and shortening the online period of the products.
Referring to fig. 1, a method for deploying a microservice provided in an embodiment of the present invention includes:
s101, after an IAAS layer network of virtualization is built on a target page, acquiring a micro-service deployment instruction input by a user through the target page;
specifically, the target page is a human-computer interaction interface, and after the virtualized IAAS layer network is built, a user can click and start micro-service deployment on the target page. Wherein, the IAAS layer network is an infrastructure network of the IAAS layer.
S102, calling a preset micro-service database according to a micro-service deployment instruction, and visually displaying the micro-service database so that a user can select a target micro-service mirror image matched with an IAAS layer network in the micro-service database;
and S103, deploying the target micro-service mirror image in an IAAS layer network.
In this embodiment, the IAAS layer and the PAAS layer are integrated, so as to avoid the tedious work caused by using different development software. The micro-service database performs data interaction with the front end of the product in an interface mode, and various types of micro-service basic components are preset in the micro-service database and run in a container in a mirror image mode.
As can be seen, the embodiment provides a method for deploying micro-services, when a virtualized IAAS layer network is constructed on a target page, a micro-service deployment instruction input by a user is acquired through the target page, that is, deployment of micro-services on a PAAS layer and deployment of the IAAS layer network are performed on the same page, so that cumbersome work caused by using different development software is avoided; in addition, the preset micro-service database comprises multiple types of micro-service mirror images, and a user only needs to select micro-services matched with the current IAAS layer network to deploy the micro-services, and does not need to develop micro-service components one by one and then deploy the micro-service components one by one, so that the micro-service deployment efficiency and the product development efficiency are improved, and the development period and the product online time are shortened.
The embodiment of the invention discloses another micro-service deployment method, and compared with the previous embodiment, the technical scheme is further explained and optimized in the embodiment.
Referring to fig. 2, another deployment method of a microservice provided in the embodiment of the present invention includes:
s201, after the target page constructs an IAAS layer network which is virtualized, acquiring a micro-service deployment instruction input by a user through the target page;
s202, calling a preset micro-service database according to a micro-service deployment instruction, and visually displaying the micro-service database so that a user can select a target micro-service mirror image matched with an IAAS layer network in the micro-service database;
s203, deploying the target micro-service mirror image in an IAAS layer network;
and S204, visually displaying the IAAS layer network after the target micro-service mirror image is deployed.
In this embodiment, after the target micro-service image is deployed on the IAAS layer network, the IAAS layer network on which the target micro-service image is deployed is visually displayed, so that user experience is improved, and a user can conveniently test and detect the network.
As can be seen, the embodiment provides another method for deploying micro-services, when a virtualized IAAS layer network is constructed on a target page, a micro-service deployment instruction input by a user is acquired through the target page, that is, deployment of the micro-services of the PAAS layer and the IAAS layer network are performed on the same page, so that cumbersome work caused by using different development software is avoided; in addition, the preset micro-service database comprises multiple types of micro-service mirror images, and a user only needs to select micro-services matched with the current IAAS layer network to deploy the micro-services, and does not need to develop micro-service components one by one and then deploy the micro-service components one by one, so that the micro-service deployment efficiency and the product development efficiency are improved, and the development period and the product online time are shortened.
Based on any of the above embodiments, it should be noted that the target microservice image runs in a container.
Selecting a target micro-service mirror image matched with the IAAS layer network in the micro-service database, wherein the selecting comprises the following steps:
acquiring a selection instruction of a target micro-service mirror image input by a user by using a container control node preset in the micro-service database;
and determining the container node running with the target micro-service mirror image according to the selection instruction, and visually displaying the container node so that a user can select the container node in a dragging mode.
Specifically, each container node in the micro-service database adopts a DaoCloud Enterprise (DCE) tool, which is an orchestration tool with a Docker Native as a core and Swarm as a cluster, and can be deployed to an Enterprise-level application cloud management platform on a physical machine, a virtual machine or a cloud host; and the functions of application arrangement, mirror image warehouse, load balancing, log and monitoring management, network and storage control and the like in the enterprise container cloud environment can be provided.
The container control node is the core of the whole micro service database, and is used for centrally managing each container node.
Based on any of the above embodiments, it should be noted that the micro service image in the micro service database is created by using a Spring Cloud toolkit. When the types and the number of the micro-service images are large, a plurality of micro-service data groups can be set according to the types of different micro-services, the micro-service images of the same type are stored in each micro-service data group, and the micro-service images are independent of one another. Each micro-service data group comprises a plurality of micro-service mirrors which can be regarded as a database, and different databases can be adopted according to actual requirements, such as: oracle databases that can manage large amounts of data, Mysql databases (relational databases) and NoSQL databases (non-relational databases) that can manage small amounts of data, and sqlite databases.
The method comprises the following steps that a spring boot can construct a micro-service mirror image, and the specific implementation steps comprise: creating a Dockerfile file; an image build script is created. When a Dockerfile file is created, designating a basic mirror image by using 'from', constructing by using a gradle tool, establishing a jar package by using 'copy', copying the jar package into a container directory, and designating a working directory; when creating the mirror image construction script, utilizing a ' gradle ' command to create a project, utilizing a ' docker build ' command to create a mirror image, and then utilizing an ' sh./build.
Based on any of the above embodiments, it should be noted that the IAAS layer network employs a super-convergence architecture.
The IAAS layer network adopts an SDN technology to perform network virtualization, and deploys computing resources, storage resources and network resources in the network through an SDN controller.
The IAAS layer network adopts VXLAN technology to divide local area networks.
An SDN (software Defined network), namely a software Defined network, is a novel network architecture, and the core idea is that a control plane and a forwarding plane of network equipment are separated, an independent SDN controller executes functions of route discovery, whole network topology generation and the like, and directs service Flow forwarding through an Open Flow protocol, so that flexible control of the whole network Flow is realized, and the network becomes more intelligent as a pipeline.
Certainly, the IAAS layer network may also adopt a Fabric architecture, providing good security, maintainability, expandability and reliability for the infrastructure network.
In the following, a deployment apparatus of a micro service provided by an embodiment of the present invention is introduced, and a deployment apparatus of a micro service described below and a deployment method of a micro service described above may be referred to each other.
Referring to fig. 3, an embodiment of the present invention provides a microservice deployment apparatus, including:
the obtaining module 301 is configured to obtain, through a target page, a micro-service deployment instruction input by a user after the target page constructs an IAAS layer network in which virtualization is completed;
a selecting module 302, configured to invoke a preset micro-service database according to the micro-service deployment instruction, and visually display the micro-service database, so that a user selects a target micro-service mirror image matched with the IAAS layer network in the micro-service database;
a deployment module 303, configured to deploy the target micro service image in the IAAS layer network.
Wherein, still include:
and the display module is used for visually displaying the IAAS layer network on which the target micro-service mirror image is deployed.
Wherein the selection module comprises:
the acquisition unit is used for acquiring a selection instruction of a target micro-service mirror image input by a user by utilizing a container control node preset in the micro-service database;
and the display unit is used for determining the container node running the target micro-service mirror image according to the selection instruction, and visually displaying the container node so that a user can select the container node in a drag-and-drop manner.
As can be seen, the present embodiment provides a device for deploying a microservice, including: the device comprises an acquisition module, a selection module and a deployment module. After the target page constructs an IAAS layer network which completes virtualization, firstly, an acquisition module acquires a micro-service deployment instruction input by a user through the target page; the selection module is used for calling a preset micro-service database according to the micro-service deployment instruction and visually displaying the micro-service database so that a user can select a target micro-service mirror image matched with the IAAS layer network in the micro-service database; and finally, a deployment module is used for deploying the target micro-service mirror image in the IAAS layer network. Therefore, all modules are in work of division and cooperation and each takes its own role, so that the micro-service deployment efficiency and the product development efficiency are improved, and the development period and the product online time are shortened.
In the following, a deployment device of a micro service provided by an embodiment of the present invention is introduced, and a deployment device of a micro service described below and a deployment method and apparatus of a micro service described above may refer to each other.
Referring to fig. 4, an apparatus for deploying a microservice provided in an embodiment of the present invention includes:
a memory 401 for storing a computer program;
a processor 402 for implementing the steps of the method for deploying microservices according to any of the embodiments above when executing the computer program.
In the following, a readable storage medium provided by an embodiment of the present invention is introduced, and a readable storage medium described below and a method, an apparatus, and a device for deploying a microservice described above may be referred to each other.
A readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method of deploying a microservice as defined in any of the embodiments above.
Based on the method provided by the present specification, a WEB-side product page diagram as shown in fig. 5 can be designed, and in fig. 5, the left column is, from top to bottom, a switch, a router, a firewall, a server, a micro-service database, and a PC, respectively. An infrastructure network of an IAAS end can be built based on the switch, the router, the firewall, the server and the PC, a corresponding micro-service mirror image can be selected from the micro-service database and deployed in the infrastructure network, and unified building management of an IAAS layer and a PAAS layer is achieved.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
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 (9)

1. A method for deploying micro-services, comprising:
after an IAAS layer network of which virtualization is completed is built on a target page, acquiring a micro-service deployment instruction input by a user through the target page;
calling a preset micro-service database according to the micro-service deployment instruction, and visually displaying the micro-service database so that a user can select a target micro-service mirror image matched with the IAAS layer network in the micro-service database;
deploying the target micro-service mirror image in the IAAS layer network;
wherein, the selecting a target micro-service mirror image matched with the IAAS layer network in the micro-service database comprises:
acquiring a selection instruction of a target micro-service mirror image input by a user by using a container control node preset in the micro-service database;
and determining the container node running with the target micro-service mirror image according to the selection instruction, and visually displaying the container node so that a user can select the container node in a dragging mode.
2. The method of claim 1, wherein the deploying the target microservice image after the IAAS layer network further comprises:
and visually displaying the IAAS layer network on which the target micro-service mirror image is deployed.
3. The method of claim 1, wherein the target microservice image runs in a container.
4. The method of claim 1, wherein the IAAS layer network employs a super-converged architecture.
5. The microservice deployment method of claim 4, wherein the IAAS layer network employs SDN technology for network virtualization and deploys computing, storage and network resources in the network via an SDN controller.
6. The method of claim 5, wherein the IAAS layer network partitions the LAN using VXLAN technology.
7. A microservice deployment apparatus, comprising:
the acquisition module is used for acquiring a micro-service deployment instruction input by a user through a target page after the target page constructs an IAAS layer network which completes virtualization;
the selection module is used for calling a preset micro-service database according to the micro-service deployment instruction and visually displaying the micro-service database so that a user can select a target micro-service mirror image matched with the IAAS layer network in the micro-service database;
the deployment module is used for deploying the target micro-service mirror image in the IAAS layer network;
wherein the selection module comprises:
the acquisition unit is used for acquiring a selection instruction of a target micro-service mirror image input by a user by utilizing a container control node preset in the micro-service database;
and the display unit is used for determining the container node running the target micro-service mirror image according to the selection instruction, and visually displaying the container node so that a user can select the container node in a drag-and-drop manner.
8. A microservice deployment apparatus, comprising:
a memory for storing a computer program;
processor for implementing the steps of the method for deploying a microservice according to any of the claims 1-6 when executing said computer program.
9. A readable storage medium, characterized in that it has stored thereon a computer program which, when being executed by a processor, carries out the steps of the method for deploying a microservice according to any of the claims 1 to 6.
CN201811051556.8A 2018-09-10 2018-09-10 Micro-service deployment method, device, equipment and readable storage medium Active CN109144485B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811051556.8A CN109144485B (en) 2018-09-10 2018-09-10 Micro-service deployment method, device, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811051556.8A CN109144485B (en) 2018-09-10 2018-09-10 Micro-service deployment method, device, equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN109144485A CN109144485A (en) 2019-01-04
CN109144485B true CN109144485B (en) 2022-02-15

Family

ID=64824199

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811051556.8A Active CN109144485B (en) 2018-09-10 2018-09-10 Micro-service deployment method, device, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN109144485B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110008272B (en) * 2019-04-10 2020-01-31 张绿儿 NoSQL database evaluation system for sensor data and construction method thereof
CN110661842B (en) * 2019-08-12 2022-12-02 广州亦云信息技术股份有限公司 Resource scheduling management method, electronic equipment and storage medium
CN112631680B (en) * 2020-12-28 2024-07-23 南方电网数字平台科技(广东)有限公司 Micro-service container scheduling system, method, device and computer equipment
CN113064578A (en) * 2021-03-17 2021-07-02 上海浦东发展银行股份有限公司 Application arranging method, system, equipment and storage medium based on dragging technology
CN113760453B (en) * 2021-08-04 2024-05-28 南方电网科学研究院有限责任公司 Container mirror image distribution system and container mirror image pushing, pulling and deleting method
CN114422371A (en) * 2022-01-20 2022-04-29 重庆邮电大学 Elastic micro-service system based on distributed and container virtualization and implementation method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102868744A (en) * 2012-09-10 2013-01-09 北京用友政务软件有限公司 Automated integrated management method for realizing SaaS (Software as a Service) and IaaS (Infrastructure as a Service)
CN104679608A (en) * 2015-02-09 2015-06-03 广州杰赛科技股份有限公司 Infrastructure visualization platform building method and mirror management structure of infrastructure visualization platform building method
CN106656630A (en) * 2017-01-13 2017-05-10 北京中电普华信息技术有限公司 Electric marketing service application system, and construction method and platform thereof
CN108123994A (en) * 2016-11-28 2018-06-05 中国科学院沈阳自动化研究所 A kind of cloud platform framework towards industrial circle

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10382491B2 (en) * 2016-02-11 2019-08-13 CYBRIC, Inc. Continuous security delivery fabric
MX2018010156A (en) * 2016-02-25 2019-01-31 Acs Us Inc Platform for computing at the mobile edge.

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102868744A (en) * 2012-09-10 2013-01-09 北京用友政务软件有限公司 Automated integrated management method for realizing SaaS (Software as a Service) and IaaS (Infrastructure as a Service)
CN104679608A (en) * 2015-02-09 2015-06-03 广州杰赛科技股份有限公司 Infrastructure visualization platform building method and mirror management structure of infrastructure visualization platform building method
CN108123994A (en) * 2016-11-28 2018-06-05 中国科学院沈阳自动化研究所 A kind of cloud platform framework towards industrial circle
CN106656630A (en) * 2017-01-13 2017-05-10 北京中电普华信息技术有限公司 Electric marketing service application system, and construction method and platform thereof

Also Published As

Publication number Publication date
CN109144485A (en) 2019-01-04

Similar Documents

Publication Publication Date Title
CN109144485B (en) Micro-service deployment method, device, equipment and readable storage medium
CN112866333B (en) Cloud-native-based micro-service scene optimization method, system, device and medium
US20180367365A1 (en) State control method and apparatus
AU2015419073B2 (en) Life cycle management method and device for network service
CN108255497B (en) Application deployment method and device
US8862933B2 (en) Apparatus, systems and methods for deployment and management of distributed computing systems and applications
CN108376100A (en) Container scheduling based on safety
CN111371579A (en) Cloud platform deployment method, device, server and storage medium
CN103064742A (en) Automatic deployment system and method of hadoop cluster
CN109284184A (en) A kind of building method of the distributed machines learning platform based on containerization technique
WO2019055871A1 (en) Systems and methods for a policy-driven orchestration of deployment of distributed applications
US10540162B2 (en) Generating service images having scripts for the deployment of services
US10027596B1 (en) Hierarchical mapping of applications, services and resources for enhanced orchestration in converged infrastructure
EP3639134A1 (en) Detecting and managing recurring patterns in device and service configuration data
CN106502760B (en) A kind of virtual machine compatibility strategy visualization method and device
US9378039B2 (en) Virtual machine storage replication schemes
US9959157B1 (en) Computing instance migration
CN111367618A (en) Code management method, system, terminal and medium based on docker
CN105095103A (en) Storage device management method and device used for cloud environment
CN116383223A (en) Asset data processing method, related device and storage medium
WO2016025197A1 (en) System, method, apparatus, and computer program product for generating a cabling plan for a computing system
CN113986539A (en) Method, device, electronic equipment and readable storage medium for realizing pod fixed IP
Ferdaus Multi-objective virtual machine management in cloud data centers
Park et al. Mobile cloud web-service for U-City
US11341359B2 (en) Multi-domain monitoring services for intelligent infrastructure automation

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