CN113553043A - Configuration information deployment system, method, device, equipment and storage medium - Google Patents

Configuration information deployment system, method, device, equipment and storage medium Download PDF

Info

Publication number
CN113553043A
CN113553043A CN202110853013.3A CN202110853013A CN113553043A CN 113553043 A CN113553043 A CN 113553043A CN 202110853013 A CN202110853013 A CN 202110853013A CN 113553043 A CN113553043 A CN 113553043A
Authority
CN
China
Prior art keywords
configuration information
deployment
deployed
rollback
configuration
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.)
Pending
Application number
CN202110853013.3A
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.)
Beijing Kingsoft Cloud Network Technology Co Ltd
Original Assignee
Beijing Kingsoft Cloud Network 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 Beijing Kingsoft Cloud Network Technology Co Ltd filed Critical Beijing Kingsoft Cloud Network Technology Co Ltd
Priority to CN202110853013.3A priority Critical patent/CN113553043A/en
Publication of CN113553043A publication Critical patent/CN113553043A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The system comprises a visual deployment platform and an agent end deployed on a server. The visualization deployment platform is used for determining a target server based on a visualization interface, receiving the configuration information to be deployed and the deployment type corresponding to the target server, and sending a configuration information deployment request carrying the configuration information to be deployed and the deployment type to an agent end deployed on the target server. The agent terminal is used for deploying the configuration information of the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request. Therefore, the embodiment of the disclosure provides a standardized configuration information deployment system, which can implement a configuration information deployment scheme for server visualization, and reduce the probability of accidents such as project paralysis.

Description

Configuration information deployment system, method, device, equipment and storage medium
Technical Field
The present disclosure relates to the field of data processing, and in particular, to a system, a method, an apparatus, a device, and a storage medium for deploying configuration information.
Background
At present, a method for deploying configuration information for a server is not unified, generally, each manufacturer mainly depends on spelling of an open source tool, an open source script and the like, deployment of the configuration information of the server is reluctant to be achieved, operation risks are high, and once the conditions such as improper configuration and release occur, accidents such as project paralysis and the like may occur.
Therefore, it is necessary to provide a standardized method for deploying configuration information for a server to solve the above problems.
Disclosure of Invention
In order to solve the technical problem or at least partially solve the technical problem, the present disclosure provides a deployment system, a method, an apparatus, a device, and a storage medium for configuration information, which can implement a configuration information deployment scheme for server visualization through a standardized deployment system for configuration information, and reduce accident probability such as project paralysis.
In a first aspect, the present disclosure provides a deployment system of configuration information, the system includes a visualization deployment platform and an agent deployed at a server;
the visual deployment platform is used for determining a target server based on a visual interface, receiving the configuration information to be deployed and the deployment type corresponding to the target server, and sending a configuration information deployment request carrying the configuration information to be deployed and the deployment type to a proxy end deployed on the target server; wherein the target server comprises one or more servers, and the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information;
and the agent end is used for deploying the configuration information to the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request after receiving the configuration information deployment request.
In an optional embodiment, the visualization deployment platform comprises a visualization configuration module and a first communication module, and the agent comprises a deployment module;
the visual configuration module is used for determining a target server based on a visual interface and receiving the configuration information to be deployed and the deployment type corresponding to the target server; wherein the target server comprises one or more servers, and the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information;
the first communication module is used for sending a configuration information deployment request carrying the configuration information to be deployed and the deployment type to an agent end deployed on the target server;
and the deployment module of the agent end is used for deploying the configuration information of the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request after receiving the configuration information deployment request.
In an optional embodiment, the visualization deployment platform further comprises a rollback module;
the rollback module is used for determining a server to be rolled back, a target rollback version and a rollback type based on the visual interface, and determining rollback configuration information corresponding to the server to be rolled back according to the target rollback version and the rollback type; wherein the rollback type comprises grayscale rollback or global rollback;
the first communication module is further configured to send a configuration rollback request carrying the rollback configuration information to an agent deployed at the server to be rolled back;
the deployment module of the agent end is further configured to deploy the configuration information to the server to be rolled back based on the rollback configuration information carried in the configuration rollback request after receiving the configuration rollback request.
In an optional implementation manner, the agent further includes a format verification module;
the rule verification module is configured to, after receiving the configuration information deployment request or the configuration rollback request, perform syntax rule verification on the to-be-deployed configuration information carried in the configuration information deployment request or the rollback configuration information carried in the configuration rollback request, and trigger the deployment module after determining that the syntax rule verification is passed.
In an optional implementation manner, the agent further includes a second communication module;
and the second communication module is used for sending a notification message of configuration information deployment failure to the visualization deployment platform after determining that the grammar rule verification fails.
In an optional embodiment, the deployment module of the agent end includes a Confd configuration management tool and an Etcd storage system;
the Confd configuration management tool is configured to monitor a message in real time, obtain the configuration information to be deployed and the deployment type carried in the configuration information deployment request after receiving the configuration information deployment request, and store the configuration information to be deployed in the Etcd storage system;
the Etcd storage system is used for storing the configuration information to be deployed in a key-value pair format;
the Confd configuration management tool is further configured to acquire the configuration information to be deployed stored in a key-value pair format from the Etcd storage system, render the configuration information to be deployed based on a preset configuration information template, and reload the rendered configuration information to be deployed to the target server based on the deployment type.
In an optional implementation manner, the configuration information to be deployed includes a correspondence between a virtual host vhost file identifier and a Nginx configuration content, and the preset configuration information template includes a preset Nginx configuration template;
the Confd configuration management tool is configured to render the Nginx configuration content in the configuration information to be deployed based on the preset Nginx configuration template, and reload the rendered Nginx configuration content to a vhost file corresponding to the vhost file identifier in the target server based on the deployment type.
In a second aspect, the present disclosure provides a deployment method of configuration information, the method being applied to a visualization deployment platform, the method including:
determining a target server based on a visual interface, and receiving configuration information to be deployed and a deployment type corresponding to the target server; wherein the target server comprises one or more servers, and the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information;
sending a configuration information deployment request carrying the configuration information to be deployed and the deployment type to an agent end deployed on the target server; the agent end is used for deploying the configuration information to the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request.
In an optional embodiment, the method further comprises:
determining a server to be rolled back, a target rolling back version and a rolling back type based on the visual interface; wherein the rollback type comprises grayscale rollback or global rollback;
determining rollback configuration information corresponding to the server to be rolled back according to the target rollback version and the rollback type;
sending a configuration rollback request carrying the rollback configuration information to an agent end deployed in the server to be rolled back; the proxy end of the server to be rolled back is used for deploying the configuration information of the server to be rolled back based on the rolling back configuration information carried in the configuration rolling back request.
In a third aspect, the present disclosure provides a method for deploying configuration information, where the method is applied to an agent, and the agent is deployed in a target server, and the method includes:
receiving a configuration information deployment request for the target server; the configuration information deployment request carries configuration information to be deployed and a deployment type, wherein the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information;
and deploying the configuration information to the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request.
In an optional embodiment, the method further comprises:
receiving a configuration rollback request for the target server; wherein the configuration rollback request carries rollback configuration information;
and deploying the configuration information to the target server based on the rollback configuration information carried in the configuration rollback request.
In an optional implementation manner, before the deploying the configuration information to the target server, the method further includes:
and performing grammar rule verification on the configuration information to be deployed carried in the configuration information deployment request or the rollback configuration information carried in the configuration rollback request, and executing the step of deploying the configuration information on the target server after the grammar rule verification is determined to be passed.
In an optional embodiment, the method further comprises:
and after determining that the grammar rule is not verified, sending a notification message of configuration information deployment failure to the visualization deployment platform.
In an optional embodiment, the deploying, based on the to-be-deployed configuration information and the deployment type carried in the configuration information deploying request, configuration information of the target server includes:
acquiring the configuration information to be deployed and the deployment type carried in the configuration information deployment request;
storing the configuration information to be deployed in an Etcd storage system in a key-value pair format;
acquiring the configuration information to be deployed stored in a key-value pair format from the Etcd storage system;
and after rendering the configuration information to be deployed, reloading the rendered configuration information to be deployed to the target server based on the deployment type.
In an optional embodiment, the rendering the configuration information to be deployed includes:
and rendering the Nginx configuration content in the configuration information to be deployed based on a preset Nginx configuration template.
In an optional embodiment, the reloading the rendered configuration information to be deployed to the target server based on the deployment type includes:
reloading the rendered Nginx configuration content into a vhost file identified by the vhost file corresponding to the Nginx configuration content in the target server based on the deployment type.
In a fourth aspect, the present disclosure provides a deployment apparatus for configuration information, where the deployment apparatus is applied to a visualization deployment platform, and the apparatus includes:
the system comprises a first determining module, a second determining module and a third determining module, wherein the first determining module is used for determining a target server based on a visual interface and receiving the configuration information to be deployed and the deployment type corresponding to the target server; wherein the target server comprises one or more servers, and the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information;
a first sending module, configured to send a configuration information deployment request carrying the configuration information to be deployed and the deployment type to an agent deployed in the target server; the agent end is used for deploying the configuration information to the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request.
In a fifth aspect, the present disclosure provides a device for deploying configuration information, where the device is applied to an agent, and the agent is deployed on a target server, and the device includes:
a first receiving module, configured to receive a configuration information deployment request for the target server; the configuration information deployment request carries configuration information to be deployed and a deployment type, wherein the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information;
and the first deployment module is used for deploying the configuration information of the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request.
In a sixth aspect, the present disclosure provides a computer-readable storage medium having stored therein instructions that, when run on a terminal device, cause the terminal device to implement any of the methods described above.
In a seventh aspect, the present disclosure provides an apparatus comprising: a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the method of any one of the above when executing the computer program.
In an eighth aspect, the present disclosure provides a computer program product comprising computer programs/instructions which, when executed by a processor, implement the method of any one of the above.
Compared with the prior art, the technical scheme provided by the embodiment of the disclosure has the following advantages:
the embodiment of the disclosure provides a deployment system of configuration information, which comprises a visualization deployment platform and an agent end deployed in a server. The visual deployment platform is used for determining a target server based on a visual interface, receiving the configuration information to be deployed and the deployment type corresponding to the target server, and sending a configuration information deployment request carrying the configuration information to be deployed and the deployment type to an agent end deployed on the target server; the target server comprises one or more servers, and the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information. And the agent end is used for deploying the configuration information of the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request after receiving the configuration information deployment request. Therefore, the embodiment of the disclosure provides a standardized configuration information deployment system, which can implement a configuration information deployment scheme for server visualization, and reduce the probability of accidents such as project paralysis.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present disclosure, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
Fig. 1 is a schematic structural diagram of a deployment system of configuration information according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of another deployment system for configuration information according to an embodiment of the present disclosure;
fig. 3 is a flowchart of a deployment method of configuration information according to an embodiment of the present disclosure;
fig. 4 is an operation function diagram of a visualization interface provided in an embodiment of the present disclosure;
fig. 5 is a flowchart of another deployment method for configuration information according to an embodiment of the present disclosure;
fig. 6 is a schematic structural diagram of a device for deploying configuration information according to an embodiment of the present disclosure;
fig. 7 is a schematic structural diagram of another configuration information deployment apparatus provided in the embodiment of the present disclosure;
fig. 8 is a schematic structural diagram of a deployment device for configuration information according to an embodiment of the present disclosure.
Detailed Description
In order that the above objects, features and advantages of the present disclosure may be more clearly understood, aspects of the present disclosure will be further described below. It should be noted that the embodiments and features of the embodiments of the present disclosure may be combined with each other without conflict.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present disclosure, but the present disclosure may be practiced in other ways than those described herein; it is to be understood that the embodiments disclosed in the specification are only a few embodiments of the present disclosure, and not all embodiments.
In order to simplify the process of deploying configuration information for a server and enable a user to visually realize functions of deployment, updating, maintenance and the like, the disclosure provides a deployment system of configuration information. The visual deployment platform is used for determining a target server based on a visual interface, receiving the configuration information to be deployed and the deployment type corresponding to the target server, and sending a configuration information deployment request carrying the configuration information to be deployed and the deployment type to an agent end deployed on the target server; the target server comprises one or more servers, and the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information. And the agent end is used for deploying the configuration information of the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request after receiving the configuration information deployment request.
Therefore, the deployment system of the configuration information provided by the embodiment of the disclosure can realize the configuration information deployment scheme aiming at server visualization, and reduce the accident occurrence probability such as project paralysis.
Based on this, the present disclosure provides a deployment system of configuration information, and referring to fig. 1, fig. 1 is a schematic structural diagram of the deployment system of configuration information provided by an embodiment of the present disclosure. The deployment system 100 of the configuration information includes a visualization deployment platform 101 and an agent terminal 102 deployed in a server.
The visualization deployment platform 101 is configured to determine a target server based on a visualization interface, receive configuration information to be deployed and a deployment type corresponding to the target server, and send a configuration information deployment request carrying the configuration information to be deployed and the deployment type to an agent 102 deployed in the target server; wherein the target server comprises one or more servers, and the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information;
the agent terminal 102 is configured to, after receiving the configuration information deployment request, deploy the configuration information to the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request.
In an alternative embodiment, referring to fig. 2, on the basis of fig. 1, the visualization deployment platform 101 may include a visualization configuration module 1011 and a first communication module 1012, and the agent 102 may include a deployment module 1021.
The visualization configuration module 1011 is configured to determine a target server based on a visualization interface, and receive configuration information to be deployed and a deployment type corresponding to the target server; wherein the target server comprises one or more servers, and the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information;
the first communication module 1012 is configured to send a configuration information deployment request carrying the configuration information to be deployed and the deployment type to an agent deployed in the target server;
the deployment module 1021 of the agent is configured to, after receiving the configuration information deployment request, deploy the configuration information to the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request.
In an optional embodiment, the visualization configuration module may provide a visualization interface for a user, and receive, based on the visualization interface, a target server determined by the user and the to-be-deployed configuration information and the deployment type corresponding to the target server and input by the user.
According to the embodiment of the disclosure, the visual configuration deployment function is provided for the user through the visual configuration module, the operation is simple, the deployment is convenient, the process of deploying configuration information for the server by the user is simplified, and the user experience is improved. In addition, a proxy end is deployed on the server with the configuration information deployment requirement, and the proxy end is used for interacting with the visual deployment platform to jointly implement the deployment of the configuration information of the server to which the proxy end belongs.
After receiving the configuration information deployment request, the deployment module of the agent end can analyze the configuration information to be deployed and the deployment type from the configuration information deployment request. Assuming that the deployment type is the addition of the configuration information, and the configuration information to be deployed is the corresponding relationship between the vhost file 1 and the nginx content, it indicates that the configuration information deployment request indicates that the nginx content corresponding to the vhost file 1 is added to the vhost file 1 of the target server. Therefore, the deployment module finds the vhost file 1 on the target server and adds the nginx content corresponding to the vhost file 1 to the vhost file, so as to deploy the configuration information of the target server.
Assuming that the deployment type is the modified configuration information and the to-be-deployed configuration information is the corresponding relationship between the vhost file 2 and the nginx content, the deployment module finds the vhost file 2 on the target server and edits the nginx content corresponding to the vhost file 2 to realize the deployment of the configuration information of the target server.
Assuming that the deployment type is the configuration information deletion, and the configuration information to be deployed is a vhost file 3, the deployment module deletes the nginx content in the vhost file 3 after finding the vhost file 3 on the target server, so as to implement the deployment of the configuration information of the target server.
In practical applications, it may be found that the server operation is not expected after the configuration information deployment is completed, and therefore rollback needs to be performed to recover the server state. Therefore, the visualization deployment platform provided by the embodiment of the disclosure comprises a rollback module, which is used for realizing the rollback function of the configuration information.
Specifically, the rollback module is configured to determine, based on the visual interface, a server to be rolled back, a target rollback version, and a rollback type, and determine, according to the target rollback version and the rollback type, rollback configuration information corresponding to the server to be rolled back; wherein the rollback type comprises grayscale rollback or global rollback;
the first communication module is further configured to send a configuration rollback request carrying the rollback configuration information to an agent deployed at the server to be rolled back;
the deployment module of the agent end is further configured to deploy the configuration information to the server to be rolled back based on the rollback configuration information carried in the configuration rollback request after receiving the configuration rollback request.
The rollback module acquires configuration information corresponding to a target rollback version in configuration information of each historical version of the server to be rolled back after determining the server to be rolled back, the target rollback version and the rollback type, and then acquires rollback configuration information from the configuration information corresponding to the target rollback version based on the rollback type.
Assuming that the historical version of the configuration information of the server to be rolled back comprises v1.0 and v1.1, the target rolling back version is v1.0, and the rolling back type is global rolling back, the configuration information corresponding to v1.0 in the configuration information of the server to be rolled back is obtained and used as the rolling back configuration information.
The global rollback refers to reloading all the configuration information of the target rollback version to the server to be rolled back, and the grayscale rollback refers to reloading part of the configuration information of the target rollback version to the server to be rolled back.
In practical application, the deployment module of the agent terminal analyzes the configuration rollback request to obtain rollback configuration information, and reloads the rollback configuration information to the server to be rolled back, so as to realize the rollback of the configuration information.
In addition, before the deployment module of the agent side deploys the configuration information, whether the configuration information to be deployed or the rollback configuration information meets the grammar rule of the configuration information is firstly verified, so that the server paralysis accident caused by the fact that the configuration information which does not meet the grammar rule is issued is avoided.
Specifically, the agent end further comprises a format verification module;
the rule verification module is configured to, after receiving the configuration information deployment request or the configuration rollback request, perform syntax rule verification on the to-be-deployed configuration information carried in the configuration information deployment request or the rollback configuration information carried in the configuration rollback request, and trigger the deployment module after determining that the syntax rule verification is passed.
In an optional implementation manner, the agent further includes a second communication module;
and the second communication module is used for sending a notification message of configuration information deployment failure to the visualization deployment platform after determining that the grammar rule verification fails.
In an optional implementation manner, the deployment module of the agent side may be implemented by using a Confd configuration management tool and an Etcd storage system. Specifically, the deployment module of the agent end comprises a Confd configuration management tool and an Etcd storage system;
the Confd configuration management tool is configured to monitor a message in real time, obtain the configuration information to be deployed and the deployment type carried in the configuration information deployment request after receiving the configuration information deployment request, and store the configuration information to be deployed in the Etcd storage system;
the Etcd storage system is used for storing the configuration information to be deployed in a key-value pair format;
the Confd configuration management tool is further configured to acquire the configuration information to be deployed stored in a key-value pair format from the Etcd storage system, render the configuration information to be deployed based on a preset configuration information template, and reload the rendered configuration information to be deployed to the target server based on the deployment type.
In another optional embodiment, the configuration information to be deployed includes a correspondence between a virtual host vhost file identifier and a Nginx configuration content, and the preset configuration information template includes a preset Nginx configuration template;
the Confd configuration management tool is specifically configured to render the Nginx configuration content in the configuration information to be deployed based on the preset Nginx configuration template, and reload the rendered Nginx configuration content to a vhost file corresponding to the vhost file identifier in the target server based on the deployment type.
The deployment system of the configuration information provided by the embodiment of the disclosure comprises a visualization deployment platform and an agent end deployed in a server. The visual deployment platform is used for determining a target server based on a visual interface, receiving the configuration information to be deployed and the deployment type corresponding to the target server, and sending a configuration information deployment request carrying the configuration information to be deployed and the deployment type to an agent end deployed on the target server; the target server comprises one or more servers, and the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information. And the agent end is used for deploying the configuration information of the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request after receiving the configuration information deployment request. Therefore, the deployment system of the configuration information provided by the embodiment of the disclosure can realize the configuration information deployment scheme for server visualization, and reduce the probability of accidents such as project paralysis and the like caused by deployment problems.
Corresponding to the system implementation mode, the disclosure also provides a deployment method of configuration information, and the method is applied to a visualization deployment platform. Referring to fig. 3, a flowchart of a deployment method of configuration information is provided in an embodiment of the present disclosure, where the method includes:
s301: determining a target server based on a visual interface, and receiving the configuration information to be deployed and the deployment type corresponding to the target server.
Wherein the target server comprises one or more servers, and the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information.
In the embodiment of the disclosure, a visual interface is displayed for a user, and the user can determine a target server on the visual interface and input the configuration information to be deployed and the deployment type corresponding to the target server. As shown in fig. 4, an operational functional diagram of a visualization interface provided for the embodiment of the present disclosure is shown, where a visualization deployment platform may provide a plurality of deployment environments for a user, the user may select a target deployment environment from the plurality of deployment environments, and the plurality of deployment environments may include a development environment, a test environment, and the like. After the target deployment environment is determined, a project list corresponding to the target deployment environment is displayed on a visualization interface of the visualization deployment platform, for example, the project list
Including item a, item B, and item C. For a list of items, a user may select a target item
The destination is, for example, item A. After determining the target project, visualizing the visualization of the deployment platform
The server corresponding to the target project, such as the server corresponding to project a, is shown on the chemical interface, and the user may select the target server as the server for deploying the configuration information, assuming that the target server is server 45-50. The target server may be a plurality of servers with the same domain name, or may be a single server.
After determining the target server, inputting the configuration information to be deployed and a deployment type for the target server, wherein the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information.
In an optional implementation manner, the configuration information to be deployed may include a correspondence between a virtual host ghost file identifier in a key value pair form and a nginnx configuration content, where the ghost file identifier is used to locate a configuration file in a target server, and update the configuration information in the configuration file by using the nginnx configuration content.
S302: and sending the configuration information deployment request carrying the configuration information to be deployed and the deployment type to an agent end deployed on the target server.
The agent end is used for deploying the configuration information to the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request.
In the embodiment of the disclosure, after the target server, the configuration information to be deployed and the deployment type are determined, a configuration information deployment request is constructed for the target server and sent to an agent end deployed on the target server, and the agent end completes configuration deployment on the target server.
In practical applications, it may be found that the server operation is not expected after the configuration information deployment is completed, and therefore rollback needs to be performed to recover the server state. Therefore, the rollback function of the configuration information is provided by the embodiment of the disclosure.
Specifically, firstly, a server to be rolled back, a target rolling back version and a rolling back type are determined based on the visual interface, and rolling back configuration information corresponding to the server to be rolled back is determined according to the target rolling back version and the rolling back type; wherein the rollback type comprises grayscale rollback or global rollback. Then, sending a configuration rollback request carrying the rollback configuration information to an agent end deployed in the server to be rolled back; the proxy end of the server to be rolled back is used for deploying the configuration information of the server to be rolled back based on the rolling back configuration information carried in the configuration rolling back request.
For the rollback function, reference may be made to the description of the rollback module in the foregoing system embodiment, and details are not described here.
In addition, in order to distinguish authorization, the visual deployment platform may further have a user management function, and specifically, the project creator may grant different permissions to different users through the user management function of the visual deployment platform.
In addition, in order to facilitate problem positioning and tracing of the visual deployment platform, the visual deployment platform can also have a log auditing function and is used for recording issuing logs, operation logs, login logs and the like of the visual deployment platform.
The configuration information deployment method provided by the embodiment of the disclosure is applied to a visual deployment platform, and specifically comprises the steps of firstly determining a target server based on a visual interface, and receiving configuration information to be deployed and a deployment type corresponding to the target server; wherein the target server comprises one or more servers, and the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information. Then, sending a configuration information deployment request carrying the configuration information to be deployed and the deployment type to a proxy end deployed in the target server; the agent end is used for deploying the configuration information to the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request. The embodiment of the disclosure can realize the visual configuration information deployment for the server, simplify the deployment process of the configuration information, and reduce the probability of accidents such as project paralysis and the like caused by the deployment problem.
Based on the above system and method embodiments, the present disclosure further provides a deployment method of configuration information, where the method is applied to a proxy, the proxy is deployed in a target server, and with reference to fig. 5, a flowchart of another deployment method of configuration information provided in the present disclosure is provided, where the method includes:
s501: receiving a configuration information deployment request for the target server.
The configuration information deployment request carries configuration information to be deployed and a deployment type, wherein the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information.
S502: and deploying the configuration information to the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request.
In the embodiment of the disclosure, after receiving the configuration information deployment request, the agent analyzes the configuration information deployment request to obtain the configuration information to be deployed and the deployment type. And then, deploying the configuration information for the target server based on the configuration information to be deployed and the deployment type.
Assuming that the deployment type is the addition of configuration information, and the to-be-deployed configuration information is the corresponding relationship between the vhost file 1 and the nginx content, the agent end finds the vhost file 1 on the target server and adds the nginx content corresponding to the vhost file 1 to the vhost file to realize the deployment of the configuration information of the target server.
Assuming that the deployment type is the modified configuration information and the to-be-deployed configuration information is the corresponding relationship between the vhost file 2 and the nginx content, the agent end finds the vhost file 2 on the target server and edits the nginx content corresponding to the vhost file 2 to realize the deployment of the configuration information of the target server.
Assuming that the deployment type is the configuration information deletion, and the configuration information to be deployed is a vhost file 3, the proxy end deletes the nginx content in the vhost file 3 after finding the vhost file 3 on the target server, so as to implement the deployment of the configuration information of the target server.
In an optional implementation manner, the agent may further receive a configuration rollback request for the target server; wherein the configuration rollback request carries rollback configuration information. And then, based on the rollback configuration information carried in the configuration rollback request, deploying the configuration information to the target server.
In practical application, the proxy terminal analyzes the configuration rollback request to obtain rollback configuration information, and reloads the rollback configuration information to the server to be rolled back, so as to realize the rollback of the configuration information.
In addition, in order to ensure that the to-be-deployed configuration information or the rollback configuration information overloaded to the target server conforms to the grammar rule of the configuration information, the to-be-deployed configuration information or the rollback configuration information is firstly subjected to grammar rule verification before the target server is subjected to deployment of the configuration information, and after the verification is passed, the target server is subjected to deployment of the configuration information.
If the configuration information to be deployed or the rollback configuration information is determined not to pass the grammar rule verification, the agent end sends a notification message of configuration information deployment failure to the visual deployment platform, and the visual deployment platform displays the notification message on a visual interface, so that a user can know the configuration information deployment failure.
In an optional embodiment, the deploying of the configuration information to the target server may include: firstly, acquiring the configuration information to be deployed and the deployment type carried in the configuration information deployment request, then storing the configuration information to be deployed in an Etcd storage system in a key-value pair format, further rendering the configuration information to be deployed, reloading the rendered configuration information to be deployed to the target server based on the deployment type, and completing the deployment of the configuration information of the target server.
The Confd configuration management tool is a lightweight configuration management tool, can keep local configuration up to date by inquiring an Etcd storage system and combining a configuration template engine, and simultaneously has the functions of a periodic detection mechanism, automatic reloading of configuration change and the like. The Etcd storage system is a high-availability Key/Value storage system and is used for sharing configuration, service discovery and the like. The nginnx is a high-performance HTTP and reverse proxy web server, and includes a plurality of vhost files, each of which includes corresponding nginnx configuration content.
In an alternative embodiment, the configuration information may be deployed by using the functions of the Confd configuration management tool and the Etcd storage system.
Specifically, the to-be-deployed configuration information and the deployment type carried in the configuration information deployment request may be obtained by using a Confd configuration management tool, and the to-be-deployed configuration information is stored in an Etcd storage system in a key-value pair format. And then, acquiring the configuration information to be deployed stored in a key-value pair format from the Etcd storage system by using the Confd configuration management tool. And then, after rendering the configuration information to be deployed based on a preset configuration information template, reloading the rendered configuration information to be deployed to the target server based on the deployment type.
In an optional implementation manner, the configuration information to be deployed includes a correspondence between a virtual host vhost file identifier and a Nginx configuration content, and the preset configuration information template includes a preset Nginx configuration template.
The agent terminal can render the Nginx configuration content in the configuration information to be deployed based on a preset Nginx configuration template, and reload the rendered Nginx configuration content to a vhost file corresponding to the vhost file identifier in the target server based on the deployment type, so as to complete the deployment of the configuration information.
According to the configuration information deployment method provided by the embodiment of the disclosure, the configuration information deployment for the server can be realized based on the agent terminal deployed on the server, the deployment flow of the configuration information is simplified, and the probability of accidents such as project paralysis and the like caused by the deployment problem is reduced.
Corresponding to the above system and method embodiments, the present disclosure further provides a deployment apparatus for configuration information, where the deployment apparatus is applied to a visual deployment platform, and with reference to fig. 6, a schematic structural diagram of the deployment apparatus for configuration information provided in an embodiment of the present disclosure is shown, and the deployment apparatus includes:
a first determining module 601, configured to determine a target server based on a visual interface, and receive configuration information to be deployed and a deployment type corresponding to the target server; wherein the target server comprises one or more servers, and the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information;
a first sending module 602, configured to send a configuration information deployment request carrying the configuration information to be deployed and the deployment type to an agent deployed in the target server; the agent end is used for deploying the configuration information to the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request.
In an alternative embodiment, the apparatus further comprises:
the second determination module is used for determining a server to be rolled back, a target rolling back version and a rolling back type based on the visual interface; wherein the rollback type comprises grayscale rollback or global rollback;
a third determining module, configured to determine rollback configuration information corresponding to the server to be rolled back according to the target rollback version and the rollback type;
a second sending module, configured to send a configuration rollback request carrying the rollback configuration information to an agent deployed at the server to be rolled back; the proxy end of the server to be rolled back is used for deploying the configuration information of the server to be rolled back based on the rolling back configuration information carried in the configuration rolling back request.
Corresponding to the above system, method and device embodiments, the present disclosure further provides a device for deploying configuration information, where the device is applied to a proxy, and the proxy is deployed in a target server, and with reference to fig. 7, a schematic structural diagram of the device for deploying configuration information provided in an embodiment of the present disclosure is shown, where the device includes:
a first receiving module 701, configured to receive a configuration information deployment request for the target server; the configuration information deployment request carries configuration information to be deployed and a deployment type, wherein the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information;
a first deployment module 702, configured to deploy the configuration information to the target server based on the configuration information to be deployed and the deployment type that are carried in the configuration information deployment request.
In an alternative embodiment, the apparatus further comprises:
a second receiving module, configured to receive a configuration rollback request for the target server; wherein the configuration rollback request carries rollback configuration information;
and the second deployment module is used for deploying the configuration information to the target server based on the rollback configuration information carried in the configuration rollback request.
In an alternative embodiment, the apparatus further comprises:
and the grammar rule verification module is used for carrying out grammar rule verification on the configuration information to be deployed carried in the configuration information deployment request or the rollback configuration information carried in the configuration rollback request, and executing the step of deploying the configuration information to the target server after the grammar rule verification is determined to be passed.
In an alternative embodiment, the apparatus further comprises:
and the third sending module is used for sending a notification message of configuration information deployment failure to the visualization deployment platform after the grammar rule is determined not to pass the verification.
In an alternative embodiment, the first deployment module includes:
the first obtaining submodule is used for obtaining the configuration information to be deployed and the deployment type carried in the configuration information deployment request;
the first storage submodule is used for storing the configuration information to be deployed in an Etcd storage system in a key-value pair format;
the second obtaining submodule is used for obtaining the configuration information to be deployed, which is stored in a key-value pair format, from the Etcd storage system;
the first rendering submodule is used for rendering the configuration information to be deployed;
and the first reloading sub-module is used for reloading the rendered configuration information to be deployed to the target server based on the deployment type.
In an optional implementation manner, the first rendering sub-module is specifically configured to:
and rendering the Nginx configuration content in the configuration information to be deployed based on a preset Nginx configuration template.
In an optional embodiment, the first reload module is specifically configured to:
reloading the rendered Nginx configuration content into a vhost file identified by a virtual machine vhost file corresponding to the Nginx configuration content in the target server based on the deployment type.
The configuration information deployment device provided by the embodiment of the disclosure can realize a configuration information deployment scheme for server visualization, simplify the deployment process of configuration information, and reduce the probability of accidents such as project paralysis and the like caused by deployment problems.
In addition, an embodiment of the present disclosure further provides a device for deploying configuration information, as shown in fig. 8, where the device may include:
a processor 801, a memory 802, an input device 803, and an output device 804. The number of processors 801 in the deployment apparatus of configuration information may be one or more, and one processor is taken as an example in fig. 8. In some embodiments of the invention, the processor 801, the memory 802, the input device 803 and the output device 804 may be connected by a bus or other means, wherein the connection by the bus is exemplified in fig. 8.
The memory 802 may be used to store software programs and modules, and the processor 801 executes various functional applications and data processing of the deployment apparatus of configuration information by operating the software programs and modules stored in the memory 802. The memory 802 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required for at least one function, and the like. Further, the memory 802 may include high speed random access memory and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device. The input device 803 may be used to receive input numeric or character information and generate signal inputs related to user settings and function controls of the deployment apparatus for configuration information.
Specifically, in this embodiment, the processor 801 loads an executable file corresponding to a process of one or more application programs into the memory 802 according to the following instructions, and the processor 801 runs the application programs stored in the memory 802, thereby implementing various functions of the deployment apparatus of the configuration information.
It is noted that, in this document, relational terms such as "first" and "second," and the like, may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The foregoing are merely exemplary embodiments of the present disclosure, which enable those skilled in the art to understand or practice the present disclosure. 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 disclosure. Thus, the present disclosure 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 (21)

1. The deployment system of the configuration information is characterized by comprising a visualization deployment platform and an agent end deployed in a server;
the visual deployment platform is used for determining a target server based on a visual interface, receiving the configuration information to be deployed and the deployment type corresponding to the target server, and sending a configuration information deployment request carrying the configuration information to be deployed and the deployment type to a proxy end deployed on the target server; wherein the target server comprises one or more servers, and the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information;
and the agent end is used for deploying the configuration information to the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request after receiving the configuration information deployment request.
2. The system of claim 1, wherein the visualization deployment platform comprises a visualization configuration module and a first communication module, and the agent comprises a deployment module;
the visual configuration module is used for determining a target server based on a visual interface and receiving the configuration information to be deployed and the deployment type corresponding to the target server; wherein the target server comprises one or more servers, and the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information;
the first communication module is used for sending a configuration information deployment request carrying the configuration information to be deployed and the deployment type to an agent end deployed on the target server;
and the deployment module of the agent end is used for deploying the configuration information of the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request after receiving the configuration information deployment request.
3. The system of claim 2, wherein the visualization deployment platform comprises a rollback module;
the rollback module is used for determining a server to be rolled back, a target rollback version and a rollback type based on the visual interface, and determining rollback configuration information corresponding to the server to be rolled back according to the target rollback version and the rollback type; wherein the rollback type comprises grayscale rollback or global rollback;
the first communication module is further configured to send a configuration rollback request carrying the rollback configuration information to an agent deployed at the server to be rolled back;
the deployment module of the agent end is further configured to deploy the configuration information to the server to be rolled back based on the rollback configuration information carried in the configuration rollback request after receiving the configuration rollback request.
4. The system according to any one of claims 1-3, wherein the agent further comprises a format validation module;
the rule verification module is configured to, after receiving the configuration information deployment request or the configuration rollback request, perform syntax rule verification on the to-be-deployed configuration information carried in the configuration information deployment request or the rollback configuration information carried in the configuration rollback request, and trigger the deployment module after determining that the syntax rule verification is passed.
5. The system of claim 4, wherein the agent further comprises a second communication module;
and the second communication module is used for sending a notification message of configuration information deployment failure to the visualization deployment platform after determining that the grammar rule verification fails.
6. The system according to claim 2, wherein the deployment module of the agent end comprises a Confd configuration management tool and an Etcd storage system;
the Confd configuration management tool is configured to monitor a message in real time, obtain the configuration information to be deployed and the deployment type carried in the configuration information deployment request after receiving the configuration information deployment request, and store the configuration information to be deployed in the Etcd storage system;
the Etcd storage system is used for storing the configuration information to be deployed in a key-value pair format;
the Confd configuration management tool is further configured to acquire the configuration information to be deployed stored in a key-value pair format from the Etcd storage system, render the configuration information to be deployed based on a preset configuration information template, and reload the rendered configuration information to be deployed to the target server based on the deployment type.
7. The system according to claim 6, wherein the configuration information to be deployed includes a correspondence between a virtual host ghost file identifier and a Nginx configuration content, and the preset configuration information template includes a preset Nginx configuration template;
the Confd configuration management tool is configured to render the Nginx configuration content in the configuration information to be deployed based on the preset Nginx configuration template, and reload the rendered Nginx configuration content to a vhost file corresponding to the vhost file identifier in the target server based on the deployment type.
8. A deployment method of configuration information is applied to a visualization deployment platform, and comprises the following steps:
determining a target server based on a visual interface, and receiving configuration information to be deployed and a deployment type corresponding to the target server; wherein the target server comprises one or more servers, and the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information;
sending a configuration information deployment request carrying the configuration information to be deployed and the deployment type to an agent end deployed on the target server; the agent end is used for deploying the configuration information to the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request.
9. The method of claim 8, further comprising:
determining a server to be rolled back, a target rolling back version and a rolling back type based on the visual interface; wherein the rollback type comprises grayscale rollback or global rollback;
determining rollback configuration information corresponding to the server to be rolled back according to the target rollback version and the rollback type;
sending a configuration rollback request carrying the rollback configuration information to an agent end deployed in the server to be rolled back; the proxy end of the server to be rolled back is used for deploying the configuration information of the server to be rolled back based on the rolling back configuration information carried in the configuration rolling back request.
10. A deployment method of configuration information is applied to an agent end, the agent end is deployed in a target server, and the method comprises the following steps:
receiving a configuration information deployment request for the target server; the configuration information deployment request carries configuration information to be deployed and a deployment type, wherein the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information;
and deploying the configuration information to the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request.
11. The method of claim 10, further comprising:
receiving a configuration rollback request for the target server; wherein the configuration rollback request carries rollback configuration information;
and deploying the configuration information to the target server based on the rollback configuration information carried in the configuration rollback request.
12. The method according to claim 10 or 11, wherein before the deploying of the configuration information to the target server, further comprising:
and performing grammar rule verification on the configuration information to be deployed carried in the configuration information deployment request or the rollback configuration information carried in the configuration rollback request, and executing the step of deploying the configuration information on the target server after the grammar rule verification is determined to be passed.
13. The method of claim 12, further comprising:
and after determining that the grammar rule is not verified, sending a notification message of configuration information deployment failure to the visualization deployment platform.
14. The method according to claim 10, wherein the deploying configuration information to the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deploying request includes:
acquiring the configuration information to be deployed and the deployment type carried in the configuration information deployment request;
storing the configuration information to be deployed in an Etcd storage system in a key-value pair format;
acquiring the configuration information to be deployed stored in a key-value pair format from the Etcd storage system;
rendering the configuration information to be deployed;
reloading the rendered configuration information to be deployed to the target server based on the deployment type.
15. The method according to claim 14, wherein the rendering the configuration information to be deployed comprises:
and rendering the Nginx configuration content in the configuration information to be deployed based on a preset Nginx configuration template.
16. The method of claim 15, wherein the reloading the rendered configuration information to be deployed to the target server based on the deployment type comprises:
and reloading the rendered Nginx configuration content into a vhost file identified by a virtual host vhost file corresponding to the Nginx configuration content in the target server based on the deployment type.
17. A deployment device of configuration information is applied to a visualization deployment platform, and comprises:
the system comprises a first determining module, a second determining module and a third determining module, wherein the first determining module is used for determining a target server based on a visual interface and receiving the configuration information to be deployed and the deployment type corresponding to the target server; wherein the target server comprises one or more servers, and the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information;
a first sending module, configured to send a configuration information deployment request carrying the configuration information to be deployed and the deployment type to an agent deployed in the target server; the agent end is used for deploying the configuration information to the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request.
18. An apparatus for deploying configuration information, the apparatus being applied to a proxy, the proxy being deployed on a target server, the apparatus comprising:
a first receiving module, configured to receive a configuration information deployment request for the target server; the configuration information deployment request carries configuration information to be deployed and a deployment type, wherein the deployment type comprises adding configuration information, deleting configuration information or modifying configuration information;
and the first deployment module is used for deploying the configuration information of the target server based on the configuration information to be deployed and the deployment type carried in the configuration information deployment request.
19. A computer-readable storage medium having stored therein instructions which, when run on a terminal device, cause the terminal device to implement the method of any one of claims 8-16.
20. An electronic device, comprising: memory, a processor, and a computer program stored on the memory and executable on the processor, when executing the computer program, implementing the method of any of claims 8-16.
21. A computer program product, characterized in that the computer program product comprises computer programs/instructions which, when executed by a processor, implement the method according to any of claims 8-16.
CN202110853013.3A 2021-07-27 2021-07-27 Configuration information deployment system, method, device, equipment and storage medium Pending CN113553043A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110853013.3A CN113553043A (en) 2021-07-27 2021-07-27 Configuration information deployment system, method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110853013.3A CN113553043A (en) 2021-07-27 2021-07-27 Configuration information deployment system, method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113553043A true CN113553043A (en) 2021-10-26

Family

ID=78133010

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110853013.3A Pending CN113553043A (en) 2021-07-27 2021-07-27 Configuration information deployment system, method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113553043A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108965003A (en) * 2018-07-16 2018-12-07 郑州云海信息技术有限公司 A kind of dispositions method of distributed type assemblies, device, system and storage medium
CN111371598A (en) * 2020-02-26 2020-07-03 普信恒业科技发展(北京)有限公司 Configuration method and system
CN112486564A (en) * 2020-12-09 2021-03-12 浪潮云信息技术股份公司 Confd dynamic update configuration-based method and system
CN112883312A (en) * 2021-02-05 2021-06-01 浙江卡易智慧医疗科技有限公司 Cross-platform supporting Nginx visual configuration system and method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108965003A (en) * 2018-07-16 2018-12-07 郑州云海信息技术有限公司 A kind of dispositions method of distributed type assemblies, device, system and storage medium
CN111371598A (en) * 2020-02-26 2020-07-03 普信恒业科技发展(北京)有限公司 Configuration method and system
CN112486564A (en) * 2020-12-09 2021-03-12 浪潮云信息技术股份公司 Confd dynamic update configuration-based method and system
CN112883312A (en) * 2021-02-05 2021-06-01 浙江卡易智慧医疗科技有限公司 Cross-platform supporting Nginx visual configuration system and method

Similar Documents

Publication Publication Date Title
CN109743315B (en) Behavior identification method, behavior identification device, behavior identification equipment and readable storage medium for website
US8302093B2 (en) Automated deployment of defined topology in distributed computing environment
US10979440B1 (en) Preventing serverless application package tampering
KR102044046B1 (en) Telemetry file hash and conflict detection
CN107896219B (en) Method, system and related device for detecting website vulnerability
CN110213234B (en) Application program file developer identification method, device, equipment and storage medium
CN110569159A (en) Baffle generation method, device, equipment and computer storage medium
CN112799688A (en) Method and device for installing software package in container application, computer equipment and medium
CN110727575B (en) Information processing method, system, device and storage medium
CN114461262A (en) Data processing method, system, device, equipment and computer storage medium
CN112860282A (en) Upgrading method and device of cluster plug-in and server
CN110941632A (en) Database auditing method, device and equipment
CN112860645A (en) Processing method and device for offline compressed file, computer equipment and medium
US10606730B2 (en) Networked digital data processor log file viewer
CN111240892A (en) Data backup method and device
CN117693734A (en) Front-end item processing method, device, equipment, management system and storage medium
CN110597662B (en) Backup data automatic verification method and device, user equipment and storage medium
CN116069341A (en) Automatic deployment method, equipment and storage medium for application program
US9703848B2 (en) Caching linked queries for optimized compliance management
CN111966630A (en) File type detection method, device, equipment and medium
CN113553043A (en) Configuration information deployment system, method, device, equipment and storage medium
CN115599399A (en) Application program deployment method and device and storage medium
CN111124429B (en) Continuous delivery method and device
CN110061864B (en) Method and system for automatically verifying domain name configuration
CN112685474A (en) Application management method, device, equipment and storage 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