CN111124430A - A hybrid architecture microservice deployment method and device - Google Patents

A hybrid architecture microservice deployment method and device Download PDF

Info

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
architecture
information
mirror
architectures
types
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
Application number
CN201911422487.1A
Other languages
Chinese (zh)
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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN201911422487.1A priority Critical patent/CN111124430A/en
Publication of CN111124430A publication Critical patent/CN111124430A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • 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)
  • Stored Programmes (AREA)

Abstract

本申请提出一种混合架构的微服务部署方法和装置,所述方法包括:包括:采用镜像仓库存储一种或者多种类型的架构的镜像信息;动态读取所述镜像仓库中的镜像信息;根据读取的所述镜像信息确定对应的主机架构;根据所述主机架构实现服务互通。本申请使得同一个微服务系统兼容多架构的服务器,方便用户业务上云和充分利用资源,减少了业务跨平台重复开发和重复部署,避免了资源浪费和人员因重复开发的开销。

Figure 201911422487

The present application provides a hybrid architecture microservice deployment method and device, the method includes: using an image repository to store image information of one or more types of architectures; dynamically reading the image information in the image repository; The corresponding host architecture is determined according to the read mirror information; service interworking is implemented according to the host architecture. This application makes the same micro-service system compatible with servers of multiple architectures, which facilitates users' business migration to the cloud and makes full use of resources, reduces business cross-platform repeated development and deployment, and avoids resource waste and personnel overhead due to repeated development.

Figure 201911422487

Description

Micro-service deployment method and device of hybrid architecture
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.一种混合架构的微服务部署方法,其特征在于,包括:1. A microservice deployment method of hybrid architecture, characterized in that, comprising: 采用镜像仓库存储一种或者多种类型的架构的镜像信息;Use an image repository to store image information of one or more types of architectures; 动态读取所述镜像仓库中的镜像信息;dynamically read the mirror information in the mirror warehouse; 根据读取的所述镜像信息确定对应的主机架构;Determine the corresponding host architecture according to the read mirror information; 根据所述主机架构实现服务互通。Service interworking is implemented according to the host architecture. 2.如权利要求1所述的部署方法,其特征在于:所述采用镜像仓库存储一种或者多种类型的架构的镜像信息包括:2. The deployment method according to claim 1, characterized in that: the use of an image repository to store image information of one or more types of architectures comprises: 所述镜像仓库记录一种或者多种类型的架构的元数据,并根据所述元数据寻址到保存所述一种或者多种类型的架构对应的镜像地址。The image repository records metadata of one or more types of architectures, and addresses the image addresses corresponding to the one or more types of architectures according to the metadata. 3.如权利要求1所述的部署方法,其特征在于:所述方法之前还包括:3. The deployment method according to claim 1, wherein before the method further comprises: 构建微服务系统镜像仓库。Build a microservice system mirror warehouse. 4.如权利要求3所述的部署方法,其特征在于:构建微服务系统镜像仓库包括:4. The deployment method as claimed in claim 3, characterized in that: building a microservice system mirror warehouse comprises: 将操作系统架构和系统版本信息写入镜像的系统信息应用中;Write the operating system architecture and system version information into the mirrored system information application; 应用容器引擎推送所述镜像仓库并将所述镜像仓库的镜像信息推送至服务器;The application container engine pushes the mirror warehouse and pushes the mirror information of the mirror warehouse to the server; 客户端在下载所述镜像仓库时,提交本地架构信息,并根据本地提交的架构信息,下载对应的镜像仓库。When downloading the image repository, the client submits local architecture information, and downloads the corresponding image repository according to the locally submitted architecture information. 5.如权利要求1所述的部署方法,其特征在于:所述动态读取所述镜像仓库中的镜像信息包括:5. The deployment method according to claim 1, wherein the dynamically reading the mirror information in the mirror warehouse comprises: 通过应用程序接口API动态读取所述镜像仓库中的镜像信息。The mirror information in the mirror repository is dynamically read through the application program interface API. 6.如权利要求1所述的部署方法,其特征在于:所述架构的类型包括以下的一种或者多种:6. The deployment method according to claim 1, wherein the type of the architecture comprises one or more of the following: AMD64架构、ARM架构、MIPS架构、PPC架构、X86架构。AMD64 architecture, ARM architecture, MIPS architecture, PPC architecture, X86 architecture. 7.如权利要求4所述的部署方法,其特征在于:根据读取的所述镜像信息确定对应的主机架构包括:7. The deployment method according to claim 4, wherein determining the corresponding host architecture according to the read mirror information comprises: 根据所述操作系统架构和所述系统版本信息,从所述镜像信息的数据结构的数据字段中提取表示对应主机架构含义的数据字段;According to the operating system architecture and the system version information, extract a data field representing the meaning of the corresponding host architecture from the data field of the data structure of the image information; 根据所述数据字段指代的类型确定所述镜像信息确定对应的主机架构。The mirror information is determined according to the type indicated by the data field to determine the corresponding host architecture. 8.一种混合架构的微服务部署装置,其特征在于,包括:8. A microservice deployment device of a hybrid architecture, characterized in that, comprising: 存储模块,设置为采用镜像仓库存储一种或者多种类型的架构的镜像信息;A storage module, configured to use an image repository to store image information of one or more types of architectures; 获取模块,设置为动态读取所述镜像仓库中的镜像信息;an acquisition module, configured to dynamically read the mirror information in the mirror warehouse; 架构模块,设置为根据读取的所述镜像信息确定对应的主机架构;an architecture module, configured to determine a corresponding host architecture according to the read mirror information; 兼容模块,设置为根据所述主机架构实现服务互通。The compatibility module is configured to realize service interoperability according to the host architecture. 9.如权利要求8所述的部署装置,其特征在于:所述存储模块采用镜像仓库存储一种或者多种类型的架构的镜像信息包括:9. The deployment device according to claim 8, wherein the storage module adopts an image repository to store image information of one or more types of architectures, comprising: 所述镜像仓库记录一种或者多种类型的架构的元数据,并根据所述元数据寻址到保存所述一种或者多种类型的架构对应的镜像地址。The image repository records metadata of one or more types of architectures, and addresses the image addresses corresponding to the one or more types of architectures according to the metadata. 10.如权利要求8所述的部署装置,其特征在于:所述架构模块根据读取的所述镜像信息确定对应的主机架构包括:10 . The deployment device according to claim 8 , wherein the architecture module determines the corresponding host architecture according to the read image information, comprising: 10 . 根据操作系统架构和系统版本信息,从所述镜像信息的数据结构的数据字段中提取表示对应主机架构含义的数据字段;According to the operating system architecture and the system version information, extract the data field representing the meaning of the corresponding host architecture from the data field of the data structure of the mirror information; 根据所述数据字段指代的类型确定所述镜像信息确定对应的主机架构。The mirror information is determined according to the type indicated by the data field to determine the corresponding host architecture.
CN201911422487.1A 2019-12-31 2019-12-31 A hybrid architecture microservice deployment method and device Withdrawn CN111124430A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911422487.1A CN111124430A (en) 2019-12-31 2019-12-31 A hybrid architecture microservice deployment method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911422487.1A CN111124430A (en) 2019-12-31 2019-12-31 A hybrid architecture microservice deployment method and device

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 A hybrid architecture microservice deployment method and device

Country Status (1)

Country Link
CN (1) CN111124430A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
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
CN114968275A (en) * 2021-02-21 2022-08-30 腾讯科技(深圳)有限公司 A component deployment method, apparatus and electronic device
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)

* Cited by examiner, † Cited by third party
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 华为技术有限公司 Scheduling method, device and master node

Patent Citations (3)

* Cited by examiner, † Cited by third party
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 华为技术有限公司 Scheduling method, device and master node

Cited By (7)

* Cited by examiner, † Cited by third party
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
CN114968275A (en) * 2021-02-21 2022-08-30 腾讯科技(深圳)有限公司 A component deployment method, apparatus and electronic device
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) A hybrid architecture microservice deployment method and device
US10289400B2 (en) Outdated resource handling and multiple-version upgrade of cloud software
CN109976667B (en) Mirror image management method, device and system
US8775923B1 (en) Web page restoration
CN110727653B (en) Multi-project load balancing method and device
CN107450961A (en) A kind of distributed deep learning system and its building method, method of work based on Docker containers
CN101840346A (en) Method and system for deploying cloud host computer
CN104272704B (en) First application program for describing cloud environment appurtenant
CN103077034B (en) hybrid virtualization platform JAVA application migration method and system
CN111124286A (en) Libcloud-based multi-cloud management implementation method
CN112882726B (en) Hadoop and Docker-based deployment method of environment system
CN111045786B (en) Container creation system and method based on mirror image layering technology in cloud environment
CN113645071A (en) Cluster deployment method, system, medium and electronic terminal
US20220311757A1 (en) Cross-regional replication of keys
CN114237824B (en) Fault location method, device, computer readable medium and electronic device
WO2023024740A1 (en) Docker-based federal job deployment method and apparatus
CN115480801A (en) A method and system for multi-project development, deployment and operation based on Vue framework
CN113741931A (en) Software upgrading method and device, electronic equipment and readable storage medium
CN109753302B (en) Service method without service function based on hybrid cloud computing platform
CN109144776A (en) Virtual machine image file processing method and processing device
CN111656325A (en) Fast recovery from failure in a time-ordered log structured key-value storage system
JP2021515299A (en) A system for chronological out-of-place updates, a method for chronological out-of-place updates, and a computer program for chronological out-of-place updates.
CN115543543A (en) Application service processing method, device, equipment and medium
CN103713952B (en) Virtual disk distributed-memory method based on UFS (Universal Flash Storage)
CN113805858A (en) Method and device for continuously deploying software developed by scripting language

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
WW01 Invention patent application withdrawn after publication

Application publication date: 20200508