CN111124430A - Micro-service deployment method and device of hybrid architecture - Google Patents
Micro-service deployment method and device of hybrid architecture Download PDFInfo
- Publication number
- CN111124430A CN111124430A CN201911422487.1A CN201911422487A CN111124430A CN 111124430 A CN111124430 A CN 111124430A CN 201911422487 A CN201911422487 A CN 201911422487A CN 111124430 A CN111124430 A CN 111124430A
- Authority
- CN
- China
- Prior art keywords
- mirror image
- architecture
- image information
- information
- warehouse
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Withdrawn
Links
- 238000000034 method Methods 0.000 title claims abstract description 35
- 239000002699 waste material Substances 0.000 abstract description 3
- 238000010586 diagram Methods 0.000 description 3
- 238000007726 management method Methods 0.000 description 3
- 230000009286 beneficial effect Effects 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 1
- 230000004927 fusion Effects 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software 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)
- Stored Programmes (AREA)
Abstract
The application provides a micro-service deployment method and a device of a hybrid architecture, wherein the method comprises the following steps: the method comprises the following steps: adopting a mirror image warehouse to store mirror image information of one or more types of frameworks; dynamically reading mirror image information in the mirror image warehouse; determining a corresponding host architecture according to the read mirror image information; and realizing service intercommunication according to the host framework. The method and the system enable the same micro-service system to be compatible with the multi-architecture server, facilitate service cloud of the user and full utilization of resources, reduce repeated development and repeated deployment of the service across platforms, and avoid resource waste and the cost of personnel due to repeated development.
Description
Technical Field
The invention relates to a cloud computing micro-service technology, in particular to a micro-service deployment method and device of a hybrid architecture.
Background
In the cloud computing era, micro service platforms tend to be more integrated, complicated and diversified. Because the cloud platform is increasingly large in scale and the service logic is increasingly complex, the platform deployment tends to be complex, meanwhile, the resource is excessively wasted due to the idle of the resource, and the cost and the complexity of the service deployment can be greatly saved by the mixed deployment.
Disclosure of Invention
The application provides a micro-service deployment method and device with a mixed architecture, which realize a multi-architecture compatible server of a micro-service system.
The technical scheme is as follows:
the invention provides a micro-service deployment method of a hybrid architecture, which comprises the following steps:
adopting a mirror image warehouse to store mirror image information of one or more types of frameworks;
dynamically reading mirror image information in the mirror image warehouse;
determining a corresponding host architecture according to the read mirror image information;
and realizing service intercommunication according to the host framework.
Preferably, the storing the mirror information of one or more types of architectures by using the mirror repository includes:
the mirror image warehouse records metadata of one or more types of architectures and addresses mirror image addresses corresponding to the one or more types of architectures according to the metadata.
Preferably, the method further comprises, before:
and constructing a micro service system mirror image warehouse.
Preferably, the constructing of the microservice system mirror repository comprises:
writing the operating system architecture and system version information into the mirrored system information application;
an application container engine pushes the mirror image warehouse and pushes mirror image information of the mirror image warehouse to a server;
and when downloading the mirror image warehouse, the client submits the local architecture information and downloads the corresponding mirror image warehouse according to the locally submitted architecture information.
Preferably, the dynamically reading the mirror information in the mirror repository includes:
and dynamically reading the mirror image information in the mirror image warehouse through an Application Program Interface (API).
Preferably, the type of architecture comprises one or more of:
AMD64 architecture, ARM architecture, MIPS architecture, PPC architecture, X86 architecture.
Preferably, determining the corresponding host architecture according to the read image information includes:
extracting data fields representing the meaning of the corresponding host architecture from the data fields of the data structure of the mirror image information according to the operating system architecture and the system version information;
and determining the mirror image information according to the type indicated by the data field to determine the corresponding host architecture.
The invention also provides a micro-service deployment device with a hybrid architecture, which comprises:
the storage module is set to adopt a mirror image warehouse to store mirror image information of one or more types of architectures;
the acquisition module is set to dynamically read the mirror image information in the mirror image warehouse;
the architecture module is arranged for determining a corresponding host architecture according to the read mirror image information;
and the compatible module is set to realize service intercommunication according to the host framework.
Preferably, the storage module stores the mirror image information of one or more types of architectures by using a mirror image warehouse, and the storage module includes:
the mirror image warehouse records metadata of one or more types of architectures and addresses mirror image addresses corresponding to the one or more types of architectures according to the metadata.
Preferably, the determining, by the architecture module, the corresponding host architecture according to the read image information includes:
extracting data fields representing the meaning of the corresponding host computer architecture from the data fields of the data structure of the mirror image information according to the operating system architecture and the system version information;
and determining the mirror image information according to the type indicated by the data field to determine the corresponding host architecture.
The present invention also provides a computer-readable storage medium storing computer-executable instructions for performing the hybrid-architecture microservice deployment method described above.
The invention also provides equipment for realizing the micro-service deployment of the hybrid architecture, which comprises a memory and a processor, wherein the memory stores the micro-service deployment program of the hybrid architecture, and the processor is used for executing the micro-service deployment method of the hybrid architecture when the micro-service deployment program of the hybrid architecture is read.
The application has the following beneficial effects:
according to the method and the system, the kubernets cluster of the mixed architecture is deployed on the container mirror image layer, so that the same micro-service system is compatible with the multi-architecture server, and the actual service of the user can be developed and deployed under different architecture platforms, so that the cloud of the user service can be facilitated, the resources can be fully utilized, the cross-platform repeated development and repeated deployment of the service are reduced, and the waste of resources and the cost of repeated development of personnel are avoided.
Drawings
Fig. 1 is a flowchart of a hybrid architecture microservice deployment method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a hybrid-architecture microservice deployment apparatus according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a hybrid-architecture microservice system according to an embodiment of the present invention.
Detailed Description
The technical solutions of the present application will be described in more detail below with reference to the accompanying drawings and embodiments.
It should be noted that, if not conflicted, the embodiments and the features of the embodiments can be combined with each other and are within the scope of protection of the present application. Additionally, while a logic sequence is shown in the flow diagrams, in some cases, the steps shown or described may be performed in an order different than here.
As shown in fig. 1, an embodiment of the present invention provides a method for deploying micro services in a hybrid architecture, including:
s101, mirror image information of one or more types of frameworks is stored by adopting a mirror image warehouse;
s102, dynamically reading mirror image information in the mirror image warehouse;
s103, determining a corresponding host architecture according to the read mirror image information;
and S104, realizing service intercommunication according to the host framework.
In this embodiment of the present invention, the storing, by using a mirror repository, mirror information of one or more types of architectures in step S101 includes:
the mirror image warehouse records metadata of one or more types of architectures and addresses mirror image addresses corresponding to the one or more types of architectures according to the metadata.
In the embodiment of the present invention, the method further includes:
and constructing a micro service system mirror image warehouse.
In the embodiment of the invention, the constructing of the mirror image warehouse of the micro-service system comprises the following steps:
writing the operating system architecture and system version information into the mirrored system information application;
an application container engine pushes the mirror image warehouse and pushes mirror image information of the mirror image warehouse to a server;
and when downloading the mirror image warehouse, the client submits the local architecture information and downloads the corresponding mirror image warehouse according to the locally submitted architecture information.
In the embodiment of the invention, the implementation process for constructing the mirror image warehouse of the micro-service system is as follows:
1, a Docker client builds a mirror image and writes an operating system architecture and system version information into a manifest of the mirror image;
after Docker pushes the mirror image, the Manifest is submitted to the server at the same time;
3, the Server end processes and records the pushed mirror image information;
4. when the mirror image is downloaded from the server again, the client (client) will submit the local architecture information, and the server will issue the corresponding correct mirror image according to the locally submitted architecture and other information.
In this embodiment of the present invention, the step S102 of dynamically reading the mirror image information in the mirror image repository includes:
and dynamically reading the mirror image information in the mirror image warehouse through an Application Program Interface (API).
In an embodiment of the present invention, the type of the architecture includes one or more of the following:
AMD64 architecture, ARM architecture, MIPS architecture, PPC architecture, X86 architecture.
In this embodiment of the present invention, determining, according to the read image information, a corresponding host architecture in step S103 includes:
extracting data fields representing the meaning of the corresponding host architecture from the data fields of the data structure of the mirror image information according to the operating system architecture and the system version information;
and determining the mirror image information according to the type indicated by the data field to determine the corresponding host architecture.
As shown in fig. 2, an embodiment of the present invention further provides a micro-service deployment apparatus with a hybrid architecture, which includes:
the storage module is set to adopt a mirror image warehouse to store mirror image information of one or more types of architectures;
the acquisition module is set to dynamically read the mirror image information in the mirror image warehouse;
the architecture module is arranged for determining a corresponding host architecture according to the read mirror image information;
and the compatible module is set to realize service intercommunication according to the host framework.
In this embodiment of the present invention, the dynamically reading, by the obtaining module, the mirror image information in the mirror image warehouse includes:
and dynamically reading the mirror image information in the mirror image warehouse through an Application Program Interface (API).
In an embodiment of the present invention, the type of the architecture includes one or more of the following:
AMD64 architecture, ARM architecture, MIPS architecture, PPC architecture, X86 architecture.
In the embodiment of the present invention, the storing module, which stores the mirror image information of one or more types of architectures by using a mirror image warehouse, includes:
the mirror image warehouse records metadata of one or more types of architectures and addresses mirror image addresses corresponding to the one or more types of architectures according to the metadata.
The framework module determines the corresponding host framework according to the read mirror image information, and the method comprises the following steps:
extracting data fields representing the meaning of the corresponding host computer architecture from the data fields of the data structure of the mirror image information according to the operating system architecture and the system version information;
and determining the mirror image information according to the type indicated by the data field to determine the corresponding host architecture. .
Example one
The embodiment of the invention discloses a kubernets deployment process based on a hybrid architecture, which comprises the following steps:
the hybrid architecture cluster of the embodiment of the invention can use AMD64 server, ARM server, MIPS server and PPC server as nodes in a hybrid way, and can have a stronger main node layer. Some Edge clusters or IOT application programs can be deployed in a mixed mode, so that the cloud application under different architectures is facilitated, the cross-platform repeated development and repeated deployment of services are reduced, and the resource waste and the cost of repeated development of personnel are avoided.
1) By constructing a docker mirror image layer of a multi-platform architecture, container mirror images of different architectures are dynamically acquired when a mixed architecture is deployed;
2) opening a Multi-Architecture Manifest in a docker image of a Multi-Architecture, and pushing the Multi-Architecture Manifest to a private warehouse in a deployment environment;
3) the kubernets cluster is deployed through the fusion of the custom tool, and the kubernets are deployed through the custom development tool;
4) and fusing and deploying the service codes through a custom tool.
As shown in fig. 3, the architecture in the embodiment of the present invention mainly includes:
overall design description: the Multi-Architecture management layer of docker is designed so that the container mirror is compatible with the Multi-Architecture platform and the Multi-Architecture container platform can be compatible through one container mirror layer. And simultaneously, a unified kubernets cluster deployment tool and a mirror image management layer are provided.
And (3) related principle display: in order to realize the kubernets deployment method based on the hybrid architecture. As shown in fig. 3, the image information of multiple architectures is fused in the image warehouse through the image manifest layer, and in the kuberntes deployment and delivery process, the container service can dynamically read the image layer in the warehouse through the API to distinguish different host architectures, thereby implementing service intercommunication under different architectures, so as to construct kubernets cluster service of a hybrid architecture, and support service code deployment under different architectures.
The detailed implementation process comprises the following steps: detailed steps for kubernets deployment of hybrid architectures are implemented. The principle demonstration in the relevant principle demonstration is divided into the following steps.
(1) Manufacturing a private mirror image warehouse, supporting mirror image services of mips, arm, amd64, x86 and ppc architectures at present, and starting a corresponding container mirror image after completion;
(2) in servers with different architectures, one server is selected as an execution node, the whole kuberntes cluster can be pulled up after relevant parameters are configured, and the service state is checked
(3) The whole cluster is monitored, part of heterogeneous servers are added into the cluster, seamless addition can be achieved, part of services can be migrated across hosts with different architectures, seamless switching can be achieved, and mirrors of different architectures are automatically matched.
The embodiment of the invention realizes cloud application of the micro-service architecture hybrid architecture, provides a method for saving energy and realizing simple cloud application, and facilitates quick delivery and deployment of IoT and Edge services. The kubernets deployment method based on the hybrid architecture has the following beneficial effects:
(1) the unified mirror layer is used for providing mirror service, a kubernets cluster in a heterogeneous environment is established, and cloud cost of users on different architectures is saved.
(2) Resource cost is saved by using the kubernets cluster of the mixed architecture, and resource cost of management nodes caused by different clusters deployed by different architectures is avoided;
although the embodiments of the present invention have been described above, the contents thereof are merely embodiments adopted to facilitate understanding of the technical aspects of the present invention, and are not intended to limit the present invention. It will be apparent to persons skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined in the appended claims.
Claims (10)
1. A hybrid-architecture microservice deployment method, comprising:
adopting a mirror image warehouse to store mirror image information of one or more types of frameworks;
dynamically reading mirror image information in the mirror image warehouse;
determining a corresponding host architecture according to the read mirror image information;
and realizing service intercommunication according to the host framework.
2. The deployment method of claim 1 wherein: the storing of the mirror image information of one or more types of architectures by the mirror image warehouse includes:
the mirror image warehouse records metadata of one or more types of architectures and addresses mirror image addresses corresponding to the one or more types of architectures according to the metadata.
3. The deployment method of claim 1 wherein: the method is also preceded by:
and constructing a micro service system mirror image warehouse.
4. The deployment method of claim 3 wherein: the method for constructing the micro service system mirror image warehouse comprises the following steps:
writing the operating system architecture and system version information into the mirrored system information application;
an application container engine pushes the mirror image warehouse and pushes mirror image information of the mirror image warehouse to a server;
and when downloading the mirror image warehouse, the client submits the local architecture information and downloads the corresponding mirror image warehouse according to the locally submitted architecture information.
5. The deployment method of claim 1 wherein: the dynamically reading the mirror information in the mirror repository comprises:
and dynamically reading the mirror image information in the mirror image warehouse through an Application Program Interface (API).
6. The deployment method of claim 1 wherein: the types of architecture include one or more of:
AMD64 architecture, ARM architecture, MIPS architecture, PPC architecture, X86 architecture.
7. The deployment method of claim 4 wherein: determining the corresponding host architecture according to the read image information comprises:
extracting data fields representing the meaning of the corresponding host architecture from the data fields of the data structure of the mirror image information according to the operating system architecture and the system version information;
and determining the mirror image information according to the type indicated by the data field to determine the corresponding host architecture.
8. A hybrid-architecture microservice deployment apparatus, comprising:
the storage module is set to adopt a mirror image warehouse to store mirror image information of one or more types of architectures;
the acquisition module is set to dynamically read the mirror image information in the mirror image warehouse;
the architecture module is arranged for determining a corresponding host architecture according to the read mirror image information;
and the compatible module is set to realize service intercommunication according to the host framework.
9. The deployment device of claim 8 wherein: the storage module adopts a mirror image warehouse to store mirror image information of one or more types of architectures, and comprises the following steps:
the mirror image warehouse records metadata of one or more types of architectures and addresses mirror image addresses corresponding to the one or more types of architectures according to the metadata.
10. The deployment device of claim 8 wherein: the framework module determines the corresponding host framework according to the read mirror image information, and the method comprises the following steps:
extracting data fields representing the meaning of the corresponding host computer architecture from the data fields of the data structure of the mirror image information according to the operating system architecture and the system version information;
and determining the mirror image information according to the type indicated by the data field to determine the corresponding host architecture.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911422487.1A CN111124430A (en) | 2019-12-31 | 2019-12-31 | Micro-service deployment method and device of hybrid architecture |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911422487.1A CN111124430A (en) | 2019-12-31 | 2019-12-31 | Micro-service deployment method and device of hybrid architecture |
Publications (1)
Publication Number | Publication Date |
---|---|
CN111124430A true CN111124430A (en) | 2020-05-08 |
Family
ID=70507061
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911422487.1A Withdrawn CN111124430A (en) | 2019-12-31 | 2019-12-31 | Micro-service deployment method and device of hybrid architecture |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111124430A (en) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112558991A (en) * | 2020-12-18 | 2021-03-26 | 北京华胜天成科技股份有限公司 | Mirror image management method and system, cloud management platform and storage medium |
CN113204465A (en) * | 2021-04-30 | 2021-08-03 | 浙江大学 | Micro-service extraction method based on execution tracking |
CN113268312A (en) * | 2021-05-14 | 2021-08-17 | 济南浪潮数据技术有限公司 | Application migration method and system |
CN113504967A (en) * | 2021-06-28 | 2021-10-15 | 浪潮云信息技术股份公司 | Face recognition method based on container platform |
CN116166505A (en) * | 2023-02-22 | 2023-05-26 | 优维科技(深圳)有限公司 | Monitoring platform, method, storage medium and equipment for dual-state IT architecture in financial industry |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107483225A (en) * | 2017-07-04 | 2017-12-15 | 北京奥鹏远程教育中心有限公司 | Docker application process and device in education cloud platform |
CN108076159A (en) * | 2018-01-26 | 2018-05-25 | 成都精灵云科技有限公司 | A kind of cloud platform based on Docker builds device |
CN110275761A (en) * | 2018-03-16 | 2019-09-24 | 华为技术有限公司 | Dispatching method, device and host node |
-
2019
- 2019-12-31 CN CN201911422487.1A patent/CN111124430A/en not_active Withdrawn
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107483225A (en) * | 2017-07-04 | 2017-12-15 | 北京奥鹏远程教育中心有限公司 | Docker application process and device in education cloud platform |
CN108076159A (en) * | 2018-01-26 | 2018-05-25 | 成都精灵云科技有限公司 | A kind of cloud platform based on Docker builds device |
CN110275761A (en) * | 2018-03-16 | 2019-09-24 | 华为技术有限公司 | Dispatching method, device and host node |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112558991A (en) * | 2020-12-18 | 2021-03-26 | 北京华胜天成科技股份有限公司 | Mirror image management method and system, cloud management platform and storage medium |
CN113204465A (en) * | 2021-04-30 | 2021-08-03 | 浙江大学 | Micro-service extraction method based on execution tracking |
CN113268312A (en) * | 2021-05-14 | 2021-08-17 | 济南浪潮数据技术有限公司 | Application migration method and system |
CN113504967A (en) * | 2021-06-28 | 2021-10-15 | 浪潮云信息技术股份公司 | Face recognition method based on container platform |
CN116166505A (en) * | 2023-02-22 | 2023-05-26 | 优维科技(深圳)有限公司 | Monitoring platform, method, storage medium and equipment for dual-state IT architecture in financial industry |
CN116166505B (en) * | 2023-02-22 | 2023-09-26 | 优维科技(深圳)有限公司 | Monitoring platform, method, storage medium and equipment for dual-state IT architecture in financial industry |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111124430A (en) | Micro-service deployment method and device of hybrid architecture | |
CN101840346B (en) | Method and system for deploying cloud host computer | |
CN106843828B (en) | Interface display and loading method and device | |
CN109976667B (en) | Mirror image management method, device and system | |
CN110727653B (en) | Multi-project load balancing method and device | |
CN103077034B (en) | hybrid virtualization platform JAVA application migration method and system | |
CN112445579B (en) | Zero terminal data processing system and file copying method and device thereof | |
CN111124286A (en) | Libcloud-based multi-cloud management implementation method | |
CN109951553B (en) | Data processing method, system, electronic device and computer readable storage medium | |
CN109753302B (en) | Service method without service function based on hybrid cloud computing platform | |
CN110008004B (en) | Electric power system calculation analysis application virtualization method, device and equipment | |
CN113741931B (en) | Software upgrading method and device, electronic equipment and readable storage medium | |
CN117724803A (en) | Cloud service deployment method, device and platform | |
CN110908644A (en) | Configuration method and device of state node, computer equipment and storage medium | |
CN113805858B (en) | Method and device for continuously deploying software developed by scripting language | |
CN110782040A (en) | Method, device, equipment and medium for training tasks of pitorch | |
CN102882709A (en) | Monitoring system and monitoring method in cloud computing environment | |
CN105843881A (en) | Picture processing url mapping method and apparatus | |
US20220391223A1 (en) | Adding expressiveness to plugin extensions using integration with operators | |
CN110287004B (en) | Basic environment mirror image preheating method and device based on docker container technology | |
CN109101253B (en) | Management method and device for host in cloud computing system | |
CN112055057B (en) | Method, system and equipment for dynamic expansion of Web system | |
US11966723B2 (en) | Automatic management of applications in a containerized environment | |
CN113467763A (en) | MVP architecture development method, device, electronic equipment and storage medium | |
CN117692359A (en) | Port monitoring method, device, equipment and medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
WW01 | Invention patent application withdrawn after publication |
Application publication date: 20200508 |
|
WW01 | Invention patent application withdrawn after publication |