CN115268929A - Extremely simple operation and maintenance method supporting light delivery deployment - Google Patents

Extremely simple operation and maintenance method supporting light delivery deployment Download PDF

Info

Publication number
CN115268929A
CN115268929A CN202210885456.5A CN202210885456A CN115268929A CN 115268929 A CN115268929 A CN 115268929A CN 202210885456 A CN202210885456 A CN 202210885456A CN 115268929 A CN115268929 A CN 115268929A
Authority
CN
China
Prior art keywords
service
cloud
middleware
deployment
paas
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.)
Granted
Application number
CN202210885456.5A
Other languages
Chinese (zh)
Other versions
CN115268929B (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.)
Chengdu Zhiyuanhui Information Technology Co Ltd
Original Assignee
Chengdu Zhiyuanhui Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chengdu Zhiyuanhui Information Technology Co Ltd filed Critical Chengdu Zhiyuanhui Information Technology Co Ltd
Priority to CN202210885456.5A priority Critical patent/CN115268929B/en
Publication of CN115268929A publication Critical patent/CN115268929A/en
Application granted granted Critical
Publication of CN115268929B publication Critical patent/CN115268929B/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/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a simple operation and maintenance method supporting light delivery and deployment, which mainly solves the problems that the delivery work of each delivery and compiling and deployment of the existing software system is repeated and complicated, the manual operation cost is high, the mistakes are easy to make, the delivery and deployment are long in time consumption, the effect is slow, and the later maintenance cost is high. The invention adopts a mode of docker mirror image + private hardor mirror image warehouse to carry out version management of PAAS middleware and compilation package mirror image of business service, and the business service mirror image is pre-installed with a basic environment depending on business service operation. The cloud host servers with different architectures can rapidly complete the delivery and deployment of the service as long as the corresponding PAAS middleware images and the corresponding business service images are directly pulled from the cloud hardor private warehouse in the docker environment and started, and the difference and the installation process details of the servers do not need to be concerned. Therefore, the method is suitable for popularization and application.

Description

Extremely simple operation and maintenance method supporting light delivery deployment
Technical Field
The invention belongs to the technical field of computer software development, and particularly relates to a simple operation and maintenance method supporting light delivery deployment.
Background
The fast delivery and high availability of the application software system need to involve the fast dependent environment building, the fast compiling deployment and the normalized operation and maintenance work of the system. In general delivery deployment, business service codes are compiled and corresponding operating environments are built according to different network environments of different server architectures and deployment is carried out, normalized operation and maintenance workers have zabbix, nagois, cacti and the like, and the tools can support monitoring of server indexes such as a CPU (central processing unit), an internal memory, IO (input output) and the like of a cloud server.
The conventional software system needs to perform corresponding compiling and packaging according to different server architectures such as an X86 architecture, an ARM architecture and the like, search for a PAAS middleware compiling and installing package supporting the dependence of the corresponding architecture, configure and install the PAAS middleware compiling and installing package, and has the disadvantages of repeated and tedious work, high manual operation cost, high error probability, long time consumption for delivery and deployment, slow effect, high later maintenance cost and inconvenience for extremely simple operation and maintenance.
The normalized operation and maintenance tool can monitor the performance of the cloud server completely, but the graphical large-screen display is insufficient, the availability of the health service of the business system and the monitoring capability of the middleware are limited, the business service and the middleware service cannot be monitored effectively and timely, the rapid troubleshooting is inconvenient, and the operation and maintenance efficiency is low.
Disclosure of Invention
The invention aims to provide a simple operation and maintenance method supporting light delivery and deployment, and mainly solves the problems that the conventional software system has repeated and complicated delivery work of each delivery and compiling deployment, high manual operation cost and high error tendency, takes long time for delivery and deployment, takes slow effect and has high later-stage maintenance cost.
In order to achieve the purpose, the technical scheme adopted by the invention is as follows:
a minimalist operation and maintenance method supporting light delivery deployment comprises the following steps:
(S1) adopting jenkins open source software combined with docker open source software to compile and pack a compilation package adapting to a cloud server of an X86 architecture and an ARM architecture;
(S2) adopting a mode of combining a service docker mirror image with a private harbor mirror image warehouse to carry out version management on the PAAS middleware compiled package mirror image and the service compiled package mirror image;
(S3) the cloud servers with different architectures directly pull corresponding PAAS middleware images and business service images from a cloud private hardbor image warehouse in a docker environment and start the PAAS middleware images and the business service images, and the service delivery and deployment are rapidly completed;
(S4) deploying a zabbix server end and a business monitoring service at the cloud end, reporting private cloud acquisition index data to the cloud end zabbix server end through a front-end processor, and performing early warning monitoring on the cloud end zabbix server according to an alarm configuration rule and reported data; the business monitoring service detects each private cloud business service probe, the core API and the middleware service through the front-end processor and performs early warning according to a set strategy;
and (S5) providing a configuration center service through a nacos registry, and decoupling the environment configuration dependence of business service compiling and packaging on PAAS middleware.
Further, in the present invention, in the step (S2), the version management of the compiled package mirror image of the business service is to compile and package the business code through jenkins pipeline jobs in the company, pull the item code from the code library, compile and package through maven, construct a business service docker mirror image compatible with both the X86 architecture and the ARM architecture server, and push the final business service docker mirror image to the hardor mirror image warehouse.
Further, in the present invention, in the step (S3), the cloud server directly pulls the corresponding PAAS middleware image and the service image from the cloud private harbor image warehouse through the front-end processor in the docker environment, and installs and deploys the PAAS middleware image and the service image.
Furthermore, in the invention, IP, port and account information of the PAAS middleware are distributed and issued in a unified way in a configuration center provided by a nacos registration center; and the IP, port and account information of the PAAS middleware is dynamically adjusted and updated through a configuration center of the nacos.
Compared with the prior art, the invention has the following beneficial effects:
the invention can well realize the problems of quick delivery of the business service and long-term low-cost operation and maintenance in the later period, and ensures that the service operates in a long-term effective monitoring environment. Therefore, the delivery and deployment time is further shortened, the technical threshold of delivery and deployment monitoring is reduced, the later-stage labor operation and maintenance cost is reduced, and the rapid service version upgrading after delivery is supported.
Drawings
FIG. 1 is a schematic flow diagram of the process of the present invention.
Detailed Description
The present invention will be further described with reference to the following description and examples, which include but are not limited to the following examples.
Examples
As shown in fig. 1, the extremely simple operation and maintenance method supporting light delivery deployment disclosed by the invention first adopts jenkins open source software combined with docker open source software to compile and package a compilation package adapted to a cloud server of an X86 architecture and an ARM architecture; the requirement of rapid service upgrade of cloud servers with different architectures is met. In the built cloud server, version management of the PAAS middleware mirror image and the business service compilation package mirror image is carried out in a mode of combining a business service docker mirror image with a private hardor mirror image warehouse.
Specifically, compiling and packaging business codes in an intranet jenkins pipeline jobb of a company, pulling project codes from a code library, compiling and packaging through maven, constructing a business service docker mirror image compatible with an X86 architecture and an ARM architecture server, and pushing the final business service docker mirror image into a hardor mirror image warehouse. Wherein, the service docker image is pre-installed with the basic environment on which the service operation depends. The cloud servers with different architectures can rapidly complete the delivery and deployment of the service only by directly pulling and starting the corresponding PAAS middleware image and the corresponding business service image from the cloud hardor private warehouse through the front-end processor in the docker environment without concerning the difference of the servers and the details of the installation process. And when the business service version is updated, only the corresponding business service docker mirror image needs to be updated in the private cloud.
In order to ensure that the delivered business service can be in an all-line monitored environment, the embodiment further deploys a zabbix server end at the cloud end, each private cloud reports index data to the cloud end zabbix server end through a front-end processor, and the cloud end zabbix server end performs early warning monitoring according to warning configuration rules and the reported data. Meanwhile, in the embodiment, a service monitoring service is deployed at the cloud, and each private cloud service probe, core API and middleware are detected and early-warned according to a corresponding policy through the private cloud front-end processor. The combined double-monitoring model can comprehensively monitor the health index of the cloud server, the core business service API, the core business instance heartbeat and the middleware service, and cooperate with rapid monitoring alarms (including short messages, mails, nail notifications and the like) to carry out high-availability and rapid troubleshooting on abnormal services, thereby ensuring high-availability and stable operation of the services.
Finally, the problem of compiling, packaging and coupling of PAAS middleware configuration and business service configuration is solved by using configuration center service provided by a nacos registration center, IP, port and account information of the PAAS middleware are distributed and issued in a unified configuration mode through the configuration center, and the IP, the port, the account information and other configuration item information of the PAAS middleware can be dynamically adjusted and updated through the configuration center of the nacos. Therefore, the configuration and installation in the PAAS are more independent and flexible, the compiling and packaging of the service are more independent, and the packaging results have stronger cloud sharing.
Through the design, the invention can well realize the quick delivery of the business service and the long-term low-cost operation and maintenance problems in the later period, and ensure that the service operates in a long-term effective monitoring environment. Therefore, the delivery and deployment time is further shortened, the technical threshold of delivery and deployment monitoring is reduced, the later-stage labor operation and maintenance cost is reduced, and the rapid service version upgrading after delivery is supported.
The above-mentioned embodiment is only one of the preferred embodiments of the present invention, and should not be used to limit the scope of the present invention, but all the insubstantial modifications or changes made within the spirit and scope of the main design of the present invention, which still solve the technical problems consistent with the present invention, should be included in the scope of the present invention.

Claims (4)

1. A very simple operation and maintenance method supporting light delivery deployment is characterized by comprising the following steps:
(S1) adopting jenkins open source software combined with docker open source software to compile and pack a compilation package adapting to a cloud server of an X86 architecture and an ARM architecture;
(S2) adopting a mode of combining a service docker mirror image with a private harbor mirror image warehouse to carry out version management on the PAAS middleware compiled package mirror image and the service compiled package mirror image;
(S3) the cloud servers with different architectures directly pull corresponding PAAS middleware images and business service images from a cloud private hardbor image warehouse in a docker environment and start the PAAS middleware images and the business service images, and the service delivery and deployment are rapidly completed;
(S4) deploying a zabbix server end and a business monitoring service at the cloud end, reporting private cloud acquisition index data to the cloud end zabbix server end through a front-end processor, and performing early warning monitoring on the cloud end zabbix server according to an alarm configuration rule and reported data; the business monitoring service detects each private cloud business service probe, the core API and the middleware service through the front-end processor and performs early warning according to a set strategy;
and (S5) providing a configuration center service through a nacos registry, and decoupling the environment configuration dependence of business service compiling and packaging on PAAS middleware.
2. The minimalist operation and maintenance method supporting light delivery deployment according to claim 1, wherein in the step (S2), version management of compiled package images of business services is to compile and package business codes through jenkins pipeline jobs in an intranet of a company, pull item codes from a code library, compile and package through maven, construct a business service docker image compatible with an X86 architecture and an ARM architecture server at the same time, and push the final business service docker image to a hardor image warehouse.
3. The minimalist operation and maintenance method supporting light delivery deployment according to claim 1, wherein in the step (S3), the cloud server directly pulls the corresponding PAAS middleware image and business service image from the cloud private hardor image warehouse through the front-end processor in the docker environment, and installs and deploys the images.
4. The very simple operation and maintenance method supporting light delivery deployment as claimed in claim 3, wherein the IP, port and account information of the delivered PAAS middleware are configured uniformly in a configuration center provided by a nacos registry, and the IP, port and account information of the PAAS middleware is dynamically adjusted and updated through the configuration center of the nacos.
CN202210885456.5A 2022-07-26 2022-07-26 Pole Jian Yunwei method supporting light delivery deployment Active CN115268929B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210885456.5A CN115268929B (en) 2022-07-26 2022-07-26 Pole Jian Yunwei method supporting light delivery deployment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210885456.5A CN115268929B (en) 2022-07-26 2022-07-26 Pole Jian Yunwei method supporting light delivery deployment

Publications (2)

Publication Number Publication Date
CN115268929A true CN115268929A (en) 2022-11-01
CN115268929B CN115268929B (en) 2023-04-28

Family

ID=83768137

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210885456.5A Active CN115268929B (en) 2022-07-26 2022-07-26 Pole Jian Yunwei method supporting light delivery deployment

Country Status (1)

Country Link
CN (1) CN115268929B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116775048A (en) * 2023-08-24 2023-09-19 浪潮通用软件有限公司 Rapid deployment method, device and medium based on software delivery

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170085419A1 (en) * 2015-09-18 2017-03-23 Le Holdings (Beijing) Co., Ltd. System and method for deploying an application
CN110321152A (en) * 2019-07-04 2019-10-11 青岛华正信息技术股份有限公司 A kind of Software Development Platform
CN110764786A (en) * 2019-12-27 2020-02-07 凯泰铭科技(北京)有限公司 Optimized deployment resource and software delivery platform in cloud computing environment
US20200127861A1 (en) * 2019-09-28 2020-04-23 Kshitij Arum Doshi Decentralized edge computing transactions with fine-grained time coordination
CN111352653A (en) * 2020-03-06 2020-06-30 中国工商银行股份有限公司 System development method based on PaaS cloud platform server and server
CN111831396A (en) * 2020-07-10 2020-10-27 融慧金科金融服务外包(北京)有限公司 Docker software and hardware integration-based delivery method and device
CN112527349A (en) * 2020-12-02 2021-03-19 航天科工网络信息发展有限公司 Dynamic deployment strategy optimization and continuous deployment service guarantee system
CN113779477A (en) * 2021-09-13 2021-12-10 科大国创云网科技有限公司 Assembly line publishing method and system based on PaaS cloud platform
CN114564251A (en) * 2022-03-02 2022-05-31 上海精鲲计算机科技有限公司 SaaS system based on cloud protogenesis
CN114721809A (en) * 2020-12-21 2022-07-08 航天信息股份有限公司 Application deployment method and device of kubernets cluster

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170085419A1 (en) * 2015-09-18 2017-03-23 Le Holdings (Beijing) Co., Ltd. System and method for deploying an application
CN110321152A (en) * 2019-07-04 2019-10-11 青岛华正信息技术股份有限公司 A kind of Software Development Platform
US20200127861A1 (en) * 2019-09-28 2020-04-23 Kshitij Arum Doshi Decentralized edge computing transactions with fine-grained time coordination
CN110764786A (en) * 2019-12-27 2020-02-07 凯泰铭科技(北京)有限公司 Optimized deployment resource and software delivery platform in cloud computing environment
CN111352653A (en) * 2020-03-06 2020-06-30 中国工商银行股份有限公司 System development method based on PaaS cloud platform server and server
CN111831396A (en) * 2020-07-10 2020-10-27 融慧金科金融服务外包(北京)有限公司 Docker software and hardware integration-based delivery method and device
CN112527349A (en) * 2020-12-02 2021-03-19 航天科工网络信息发展有限公司 Dynamic deployment strategy optimization and continuous deployment service guarantee system
CN114721809A (en) * 2020-12-21 2022-07-08 航天信息股份有限公司 Application deployment method and device of kubernets cluster
CN113779477A (en) * 2021-09-13 2021-12-10 科大国创云网科技有限公司 Assembly line publishing method and system based on PaaS cloud platform
CN114564251A (en) * 2022-03-02 2022-05-31 上海精鲲计算机科技有限公司 SaaS system based on cloud protogenesis

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
ARTUR CEPUC 等: "Implementation of a Continuous Integration and Deployment Pipeline for Containerized Applications in Amazon Web Services Using Jenkins, Ansible and Kubernetes" *
梁孟狄: "基于Kubernetes的持续集成与部署系统的设计与实现" *
蔡永健 等: "基于Jenkins和Docker容器技术在数字化电站项目自动化部署的研究及应用" *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116775048A (en) * 2023-08-24 2023-09-19 浪潮通用软件有限公司 Rapid deployment method, device and medium based on software delivery
CN116775048B (en) * 2023-08-24 2024-01-16 浪潮通用软件有限公司 Rapid deployment method, device and medium based on software delivery

Also Published As

Publication number Publication date
CN115268929B (en) 2023-04-28

Similar Documents

Publication Publication Date Title
US8667482B2 (en) Automated application modeling for application virtualization
US9952852B2 (en) Automated deployment and servicing of distributed applications
US7904900B2 (en) Method in a network of the delivery of files
CN110196731B (en) Operation and maintenance system, method and storage medium
US8584081B2 (en) Server side application integration framework
CN100570607C (en) The method and system that is used for the data aggregate of multiprocessing environment
CN104021078B (en) Software supervision device and method
CN108616384B (en) Centralized service management deployment tool and method
CN115268929A (en) Extremely simple operation and maintenance method supporting light delivery deployment
US20230259358A1 (en) Documentation enforcement during compilation
WO2023245985A1 (en) Smart-gateway adaptation system based on thing model, and operation method therefor
JP2004524600A (en) Centralized management providing system and integrated management providing method for heterogeneous distributed business application integrated object
US8087036B2 (en) Using an event manager to effect a library function call
CN114978936A (en) Method, system and storage medium for upgrading shared service platform
CN114185734A (en) Cluster monitoring method and device and electronic equipment
RU80037U1 (en) ANTI-VIRUS MOBILE APPLICATIONS MANAGEMENT SYSTEM
CN112051816A (en) Data acquisition system and method
US9207928B2 (en) Computer-readable medium, apparatus, and methods of automatic capability installation
CN113515293B (en) Method and system for managing DevOps toolchain
CN107679691B (en) Working equipment management method and system
KR101034186B1 (en) Terminal for production management and method for managing the same
CN101894031A (en) Pervasive service dynamic updating method and updating system thereof
US11995435B2 (en) Systems and methods for generating and managing domain-based technology architecture
US20230409568A1 (en) Monitoring metadata synchronization and aggregation
US20230093464A1 (en) Systems and methods for generating and managing domain-based technology architecture

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