Method for implementing micro service cloud deployment
An implementation method and micro-service technology, applied in the direction of program synchronization, multi-program device, digital transmission system, etc., can solve the problems of difficult management of micro-services, reduce maintenance costs, facilitate deployment monitoring and maintenance management, and improve efficiency Effect
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Publication Date
- 2018-04-17
Smart Images

Figure 1 
Figure 2
Abstract
Description
technical field
[0001] The present invention relates to the technical field of computer applications, and in particular to a method for implementing cloud deployment of microservices. Background technique
[0002] With the continuous development of the Internet and computer application technology, the popularity of various application systems, the system has become more and more complex, which has evolved into the current microservice architecture. Although the micro-service architecture solves the problem of system centralization and over-complexity; it also brings new problems, that is, too many micro-services will make it difficult to manage; each deployment needs to operate the server, which brings a lot of extra work . If the deployment system is used for automatic deployment and interface-based operations, it will definitely greatly improve efficiency, facilitate operation and management, and at the same time monitor and observe running programs to facilitate troubles...
Examples
Embodiment Construction
[0020] See figure 1 As shown, the present invention consists of a client and a server. Adopt the C / S architecture mode, install the server program on multiple servers, and start the daemon process, and a client will make a business request.
[0021] The system is mainly composed of a client and a server; the client includes a resource display module and a deployment module; the server includes a receiving module, a writing module, a command execution module, a monitoring module, a thread pool and a log module. There are several servers, but only one client. The client uploads the program to be deployed according to the information input by the user and executes the user's command. On the client side, you can see the information of each server in detail, including the command log that the program has executed. The server can deploy the program and execute the client's instructions, monitor the program in real time and feed back the monitoring information to the client, and re...