CN114138368B - Application deployment system, method, equipment and storage medium based on cloud protogenesis - Google Patents

Application deployment system, method, equipment and storage medium based on cloud protogenesis Download PDF

Info

Publication number
CN114138368B
CN114138368B CN202111452064.1A CN202111452064A CN114138368B CN 114138368 B CN114138368 B CN 114138368B CN 202111452064 A CN202111452064 A CN 202111452064A CN 114138368 B CN114138368 B CN 114138368B
Authority
CN
China
Prior art keywords
application
deployment
result
initialization
application deployment
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.)
Active
Application number
CN202111452064.1A
Other languages
Chinese (zh)
Other versions
CN114138368A (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.)
China Merchants Finance Technology Co Ltd
Original Assignee
China Merchants Finance 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 China Merchants Finance Technology Co Ltd filed Critical China Merchants Finance Technology Co Ltd
Priority to CN202111452064.1A priority Critical patent/CN114138368B/en
Publication of CN114138368A publication Critical patent/CN114138368A/en
Application granted granted Critical
Publication of CN114138368B publication Critical patent/CN114138368B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • 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)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses an application deployment system, method, equipment and storage medium based on cloud protogenesis, which are applied to the technical field of cloud protogenesis and are used for improving the efficiency of application development based on cloud protogenesis. The method provided by the invention comprises the following steps: receiving an application deployment request of a user, acquiring account information of the user from the application deployment request, performing security verification on the account information to obtain a verification result, calling a system initialization interface based on the verification result, performing system initialization based on the system initialization interface to obtain an initialization result, and executing corresponding deployment operation based on the application deployment request to obtain a deployment application corresponding to the application deployment request.

Description

Application deployment system, method, equipment and storage medium based on cloud protogenesis
Technical Field
The invention relates to the technical field of cloud protogenesis, in particular to an application deployment system, method, equipment and storage medium based on cloud protogenesis.
Background
Yun Yuansheng architecture is a set of architecture principles and design patterns based on Yun Yuansheng (CloudNative) technology that maximizes the stripping of non-service code portions in cloud applications, allowing cloud facilities to take over a large number of non-functional features that are inherent in the application.
The cloud computing technology rapidly develops, demands on cloud native research and development personnel are increased, and operation efficiency of application programs needs to be improved by means of the cloud native technology, and meanwhile operation cost is reduced. The conventional method is to manually deploy various application program dependent basic system environments such as containers, networks and the like, then deploy the application environment on the basic system environments, so that the efficiency is low and the consumed labor cost is high.
In addition, under the development mode of cloud protogenesis, the dependent components of the application program are required to exist in a runtime mode, so that the development threshold is greatly increased, and the development environment is restricted by the developer.
Disclosure of Invention
The invention provides an application deployment system, an application deployment method, computer equipment and a storage medium based on cloud protogenesis, so as to improve the efficiency of application development based on the cloud protogenesis.
A cloud native-based application deployment system, comprising:
the program starting module is used for receiving an initialization request sent by the application development module, and initializing a system according to the initialization request to obtain an initialization result;
the registration module is used for carrying out security verification on the account information of the user according to the initialization result to obtain a legal verification result, and sending an application deployment request of the user to the application development module;
and the application development module is used for receiving the application deployment request of the user, executing corresponding deployment operation and obtaining the deployment application.
An application deployment method based on cloud protogenesis, comprising:
receiving an application deployment request of a user, acquiring account information of the user from the application deployment request, and performing security verification on the account information to obtain a verification result;
calling a system initialization interface based on the verification result, and initializing a system based on the system initialization interface to obtain an initialization result;
and executing corresponding deployment operation according to the initialization result and the application deployment request to obtain the deployment application corresponding to the application deployment request.
A computer device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing the steps of the cloud native based application deployment method described above when the computer program is executed.
A computer readable storage medium storing a computer program which, when executed by a processor, implements the steps of the cloud native-based application deployment method described above.
According to the cloud-protogenesis-based application deployment system, the cloud-protogenesis-based application deployment method, the computer equipment and the storage medium, the account information of a user is acquired from the application deployment request by receiving the application deployment request of the user, the account information is subjected to security verification to obtain a verification result, a system initialization interface is called based on the verification result, system initialization is carried out based on the system initialization interface to obtain an initialization result, corresponding deployment operation is carried out based on the application deployment request to obtain a deployment application corresponding to the application deployment request, identity verification is carried out on the user through the application deployment request, the safety of deployment is further improved, in addition, the deployment requirement of the application is acquired according to the application deployment request, so that the deployment application is generated, the complexity of application deployment based on the cloud protogenesis of the user is reduced, and the efficiency of application deployment based on Yun Yuansheng is further improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed in the description of the embodiments of the present invention will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a block diagram of a cloud native-based application deployment system in accordance with an embodiment of the present invention;
FIG. 2 is a schematic view of an application environment of a cloud native-based application deployment method according to an embodiment of the present invention;
FIG. 3 is a flow chart of a cloud native-based application deployment method in an embodiment of the present invention;
FIG. 4 is a schematic diagram of a computer device in accordance with an embodiment of the invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The application deployment system based on cloud protogenesis provided by the embodiment of the invention comprises the following modules:
the program starting module 11 is configured to receive an initialization request sent by the application development module, and perform system initialization according to the initialization request, so as to obtain an initialization result.
Specifically, the program starting module includes a bootstrap program, and the bootstrap program is used for helping a user complete the pre-configuration of application deployment, and after the pre-configuration is completed, the system initialization is performed on the cloud native system according to the program starting module 11.
The registration module 12 performs security verification on account information of the user according to the initialization result to obtain a legal verification result, and sends an application deployment request of the user to the application development module.
Specifically, the registration module 12 is configured to store account information of a user, and perform security verification on the account information of the user after the system initialization is completed.
The application development module 13 is configured to receive an application deployment request from a user, perform a corresponding deployment operation, and obtain a deployed application.
Specifically, the application development module 13 includes a plurality of development tool components, where the development tool components include open source tools for automated development, and the development tool components are formed by encapsulating multiple programming languages, so as to implement automated deployment of applications in different phases and different running environments.
Wherein the plurality of development tool components includes Docker, kubernetes, etc. Application service operation and a Docker container are used as an implementation mode, and service containerization is realized by using the Docker, so that an operation environment of user packaging components, dependent packages and deploying the container operation of the application to the cloud environment is realized.
In the present embodiment, the program starting module 11 includes:
and the initialization unit is used for calling an initialization interface to initialize the system to obtain an initialization result.
The identity verification unit is used for acquiring the identity information of the user according to the initialization request, verifying the identity information and obtaining a verification result.
And the key unit is used for generating key information of the user according to the verification result.
In the present embodiment, the registration module 12 includes:
the account verification unit is used for acquiring the account information of the user and verifying the validity of the account information.
And the deployment service unit is used for sending a deployment service request of the user to the application development module when the user passes the validity verification.
In the present embodiment, the application development module 13 includes:
and the initialization unit is used for calling an initialization interface to initialize the system to obtain an initialization result.
The identity verification unit is used for acquiring the identity information of the user according to the initialization request, verifying the identity information and obtaining a verification result.
And the key unit is used for generating key information of the user according to the verification result.
Further, the cloud native-based application deployment system provided in this embodiment further includes:
and the back-end platform is used for realizing the corresponding deployment service according to the corresponding deployment operation.
The hosting module is used for acquiring the program files of the deployment application based on the deployment application of the application development module and hosting the program files.
Further, the managed module forms a managed module based on the management and managed work of Git and Gitlab as codes. Git and Gitlab are used as management and hosting tools of codes, and Git is used for realizing distributed version control and realizing efficient and high-speed processing item version management. The Gitlab is used to perfect the warehouse management of Git.
The application deployment method based on cloud protogenesis provided by the embodiment of the invention can be applied to an application environment as shown in fig. 1, wherein terminal equipment communicates with a server through a network. The terminal device may be, but is not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices. The server may be implemented as a stand-alone server or as a server cluster composed of a plurality of servers.
The system framework 100 may include terminal devices 101, 102, 103, a network 104, and a server 105. The network is used as a medium to provide a communication link between the terminal device and the server. The network may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others.
The user may interact with the server via the network using the terminal device to receive or send messages or the like.
The terminal devices 101, 102, 103 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smartphones, tablet computers, electronic book readers, MP3 players (Moving Picture Eperts Group Audio Layer III, dynamic video expert compression standard audio plane 3), MP4 (Moving Picture Eperts Group Audio Layer IV, dynamic video expert compression standard audio plane 4) players, laptop and desktop computers, and the like.
The server 105 may be a server providing various services, such as a background server providing support for pages displayed on the terminal devices 101, 102, 103.
It should be noted that, the application deployment method based on cloud protogenesis provided by the embodiment of the present invention is applied to the application deployment system based on cloud protogenesis in the embodiment of the present invention.
It should be noted that, the application deployment method based on the cloud native provided by the embodiment of the invention is executed by the server, and accordingly, the application deployment system based on the cloud native is arranged in the server.
It should be understood that the number of terminal devices, networks and servers in fig. 1 is merely illustrative, and any number of terminal devices, networks and servers may be provided according to implementation requirements, and the terminal devices in the embodiments of the present invention may specifically correspond to an application system in actual production.
In an embodiment, as shown in fig. 3, a cloud native-based application deployment method is provided, and the method is applied to the server in fig. 2 for illustration, and includes the following steps:
s10, receiving an application deployment request of a user, acquiring account information of the user from the application deployment request, and performing security verification on the account information to obtain a verification result.
Specifically, when an application deployment request that a user needs to deploy an application is received, account information of the user is obtained from the application deployment request, and the account information is subjected to security verification, so as to verify the identity legitimacy of the user, and a verification result is obtained.
The user should be a developer who develops or deploys an application by means of cloud native.
S20, calling a system initialization interface based on the verification result, and initializing the system based on the system initialization interface to obtain an initialization result.
Specifically, after the verification result is that verification is passed, a system initialization interface is called to initialize a cloud-native deployment module, and an initialization result is obtained.
Further, based on the initialization result, a key is allocated to the user, and the data uploaded by the user is encrypted or decrypted according to the key, so that the safety of the data of the user is further ensured.
And S30, according to the initialization result and the application deployment request, executing corresponding deployment operation to obtain the deployment application corresponding to the application deployment request.
Specifically, after the initialization is successful, an application deployment request of a user is received, and a corresponding development module is called to program and deploy the application to obtain a corresponding deployment application.
Wherein the automation is performed using coding tools in cloud native technology and the automation development components are used as deployment tools for the development system, including but not limited to Docker, kubernetes, etc.
Further, cluster division and the like are performed for the user based on the use environment of the deployment application.
According to the cloud native-based application deployment method, the application deployment request of the user is received, account information of the user is obtained from the application deployment request, the account information is subjected to security verification to obtain a verification result, a system initialization interface is called based on the verification result, system initialization is performed based on the system initialization interface to obtain an initialization result, corresponding deployment operation is performed based on the application deployment request to obtain deployment application corresponding to the application deployment request, identity verification is performed on the user through the application deployment request, the safety of deployment is further improved, in addition, deployment application is generated according to the application deployment request, the deployment requirement of the application is obtained, the complexity of application deployment of the user based on cloud native is reduced, and the efficiency of application deployment based on Yun Yuansheng is further improved.
Further, in this embodiment, step S20 calls a system initialization interface based on the verification result, and performs system initialization based on the system initialization interface to obtain an initialization result, which includes:
s201, according to the verification result, acquiring the identity information of the user, and carrying out security verification on the identity information to obtain the identity verification result.
S202, acquiring a system initialization rule by calling a system initialization interface, and initializing the system by the system initialization rule to obtain an initialization result.
Specifically, the embodiment is realized based on the cloud primary system, when a user uses the cloud primary system for the first time, the user registers an account through the system prompt, identity information authentication is realized according to the account, and the identity information of the user is represented according to the account.
After the verification result is passed, the account number of the user is obtained, and the legitimacy of the account number is judged, so that the aim of carrying out safety verification on the identity information of the user is fulfilled. And after the account is legal, a system initialization interface is called, a system initialization rule is executed, system initialization is carried out, and a working environment suitable for application deployment is obtained, specifically, fault investigation and the like are carried out on the use environment of the system according to the system initialization.
In this embodiment, the purpose of determining the identity of the user is obtained by verifying the account of the user, so that the account security of the user is ensured.
Further, in this embodiment, in step S30, according to the initialization result, according to the application deployment request, a corresponding deployment operation is executed to obtain a deployment application corresponding to the application deployment request, which includes:
s31, a test request of a user is obtained, a test interface is called according to the test request, the deployment application is tested, a test result is obtained, and the test result is returned to the user.
Specifically, after the deployment application is returned to the user, a test request for testing the deployment application by the user is received, each function and corresponding parameter of the deployment application are obtained according to the test request to test, a test result is obtained, the test result is used as the use feedback of the deployment application according to the test result, and the test result is returned to the user.
As a preferred implementation manner, the deployment application is iteratively updated according to the test result, and the updated deployment application and the corresponding version number are generated.
Further, a service back-end platform is built based on cloud primordia, and code management and hosting tools are realized through the back-end, wherein the code management and hosting tools comprise but are not limited to Git, gitlab and the like, and the Git is used for realizing distributed version control and realizing effective and high-speed processing item version management; the Gitlab is used to perfect the warehouse management of Git.
In the embodiment, by testing the deployment application, corresponding operation is implemented according to the test result, updating iteration is performed for the deployment application, the use effect of the deployment application is improved, and the efficiency of application deployment based on cloud protogenesis is further ensured.
It should be understood that the sequence number of each step in the foregoing embodiment does not mean that the execution sequence of each process should be determined by the function and the internal logic, and should not limit the implementation process of the embodiment of the present invention.
In one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 4. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, computer programs, and a database. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The database of the computer device is used for storing data involved in the cloud-native-based application deployment method. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program, when executed by a processor, implements a cloud native based application deployment method.
In one embodiment, a computer device is provided that includes a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor executes the computer program to implement the steps of the cloud native-based application deployment method of the above embodiments, such as steps S10 to S30 shown in fig. 3 and other extensions of the method and extensions of related steps. Alternatively, the processor, when executing the computer program, implements the functions of the modules/units of the cloud-native-based application deployment system in the above embodiment, such as the functions of the modules 11 to 13 shown in fig. 1. In order to avoid repetition, a description thereof is omitted.
The processor may be a central processing unit (Central Processing Unit, CPU), but may also be other general purpose processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), off-the-shelf programmable gate arrays (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like that is a control center of the computer device, connecting various parts of the overall computer device using various interfaces and lines.
The memory may be used to store the computer program and/or modules, and the processor may implement various functions of the computer device by running or executing the computer program and/or modules stored in the memory, and invoking data stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program (such as a sound playing function, an image playing function, etc.) required for at least one function, and the like; the storage data area may store data (such as audio data, video data, etc.) created according to the use of the cellular phone, etc.
The memory may be integrated in the processor or may be provided separately from the processor.
In one embodiment, a computer readable storage medium is provided, on which a computer program is stored, which when executed by a processor implements the steps of the cloud-native based application deployment method in the above embodiment, such as steps S10 to S30 shown in fig. 3 and other extensions of the method and extensions of related steps. Alternatively, the computer program when executed by the processor implements the functions of the modules/units of the cloud-native based application deployment system in the above embodiment, such as the functions of the modules 11 to 13 shown in fig. 1. In order to avoid repetition, a description thereof is omitted.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the various embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-described division of the functional units and modules is illustrated, and in practical application, the above-described functional distribution may be performed by different functional units and modules according to needs, i.e. the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-described functions.
The above embodiments are only for illustrating the technical solution of the present invention, and not for limiting the same; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention, and are intended to be included in the scope of the present invention.

Claims (9)

1. A cloud native-based application deployment system, comprising:
the module is used for receiving an application deployment request of a user, acquiring account information of the user from the application deployment request, and carrying out security verification on the account information to obtain a verification result;
a module for calling a system initialization interface based on the verification result, and initializing a system based on the system initialization interface to obtain an initialization result;
the module is used for executing corresponding deployment operation according to the initialization result and the application deployment request to obtain deployment application corresponding to the application deployment request;
the module for calling a system initialization interface based on the verification result, initializing the system based on the system initialization interface to obtain an initialization result is further used for:
according to the verification result, acquiring the identity information of the user, and carrying out security verification on the identity information to obtain an identity verification result;
and calling the system initialization interface according to the identity verification result to acquire a system initialization rule, and initializing the system through the system initialization rule to acquire an initialization result.
2. The cloud native-based application deployment system according to claim 1, wherein the module for executing, according to the initialization result and the application deployment request, a corresponding deployment operation to obtain a deployed application corresponding to the application deployment request is further configured to:
and starting a corresponding deployment tool according to the application deployment request of the user, and performing automatic deployment through the deployment tool to obtain the deployment application.
3. The cloud-native based application deployment system of claim 1, wherein the module for invoking a system initialization interface based on the verification result, performing system initialization based on the system initialization interface, and obtaining an initialization result is further configured to:
and generating key information of the user according to the verification result.
4. The cloud native-based application deployment system according to claim 1, wherein the module for receiving an application deployment request of a user, obtaining account information of the user from the application deployment request, and performing security verification on the account information to obtain a verification result is further configured to:
and acquiring the account information of the user, and verifying the validity of the account information.
5. The cloud-native based application deployment system of claim 1, further comprising:
a module for implementing a corresponding deployment service according to the corresponding deployment operation;
and the module is used for acquiring the program file of the deployment application and hosting the program file.
6. The application deployment method based on the cloud protogenesis is characterized by comprising the following steps of:
receiving an application deployment request of a user, acquiring account information of the user from the application deployment request, and performing security verification on the account information to obtain a verification result;
calling a system initialization interface based on the verification result, and initializing a system based on the system initialization interface to obtain an initialization result;
according to the initialization result, executing corresponding deployment operation according to an application deployment request to obtain a deployment application corresponding to the application deployment request;
the step of calling a system initialization interface based on the verification result, and initializing the system based on the system initialization interface to obtain an initialization result comprises the following steps:
according to the verification result, acquiring the identity information of the user, and carrying out security verification on the identity information to obtain an identity verification result;
and calling the system initialization interface according to the identity verification result to acquire a system initialization rule, and initializing the system through the system initialization rule to acquire an initialization result.
7. The cloud native-based application deployment method according to claim 6, wherein after executing a corresponding deployment operation according to an application deployment request according to the initialization result, obtaining a deployed application corresponding to the application deployment request, the method comprises:
and acquiring a test request of the user, calling a test interface according to the test request, testing the deployment application to obtain a test result, and returning the test result to the user.
8. A computer device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor implements the steps of the cloud native based application deployment method according to any of claims 6 to 7 when the computer program is executed.
9. A computer readable storage medium storing a computer program, wherein the computer program when executed by a processor implements the steps of the cloud native based application deployment method according to any one of claims 6 to 7.
CN202111452064.1A 2021-11-30 2021-11-30 Application deployment system, method, equipment and storage medium based on cloud protogenesis Active CN114138368B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111452064.1A CN114138368B (en) 2021-11-30 2021-11-30 Application deployment system, method, equipment and storage medium based on cloud protogenesis

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111452064.1A CN114138368B (en) 2021-11-30 2021-11-30 Application deployment system, method, equipment and storage medium based on cloud protogenesis

Publications (2)

Publication Number Publication Date
CN114138368A CN114138368A (en) 2022-03-04
CN114138368B true CN114138368B (en) 2024-03-19

Family

ID=80387024

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111452064.1A Active CN114138368B (en) 2021-11-30 2021-11-30 Application deployment system, method, equipment and storage medium based on cloud protogenesis

Country Status (1)

Country Link
CN (1) CN114138368B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040079337A (en) * 2004-03-06 2004-09-14 마이크로소프트 코포레이션 Architecture for distributed computing system and automated design, deployment, and management of distributed applications
CN103179176A (en) * 2011-12-26 2013-06-26 中国移动通信集团公司 Call method, device and system for web application in cloud/cluster environment
CN106528150A (en) * 2016-11-07 2017-03-22 北京快嘉科技有限公司 Development method and development platform of J2EE projects
CN108763090A (en) * 2018-05-31 2018-11-06 上海陆家嘴国际金融资产交易市场股份有限公司 Test environment dispositions method, device, computer equipment and storage medium
CN110661657A (en) * 2019-09-23 2020-01-07 中国—东盟信息港股份有限公司 Network security monitoring method and system for Kubernetes cloud native application
CN113127150A (en) * 2021-03-18 2021-07-16 同盾控股有限公司 Rapid deployment method and device of cloud native system, electronic equipment and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6694336B1 (en) * 2000-01-25 2004-02-17 Fusionone, Inc. Data transfer and synchronization system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040079337A (en) * 2004-03-06 2004-09-14 마이크로소프트 코포레이션 Architecture for distributed computing system and automated design, deployment, and management of distributed applications
CN103179176A (en) * 2011-12-26 2013-06-26 中国移动通信集团公司 Call method, device and system for web application in cloud/cluster environment
CN106528150A (en) * 2016-11-07 2017-03-22 北京快嘉科技有限公司 Development method and development platform of J2EE projects
CN108763090A (en) * 2018-05-31 2018-11-06 上海陆家嘴国际金融资产交易市场股份有限公司 Test environment dispositions method, device, computer equipment and storage medium
CN110661657A (en) * 2019-09-23 2020-01-07 中国—东盟信息港股份有限公司 Network security monitoring method and system for Kubernetes cloud native application
CN113127150A (en) * 2021-03-18 2021-07-16 同盾控股有限公司 Rapid deployment method and device of cloud native system, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN114138368A (en) 2022-03-04

Similar Documents

Publication Publication Date Title
CN110008118B (en) Page data testing method and device, computer equipment and storage medium
CN111258725B (en) Data processing method, device, equipment and medium based on block chain
CN109474578B (en) Message checking method, device, computer equipment and storage medium
CN109144487B (en) Method, device, computer equipment and storage medium for developing business of parts
CN109814854B (en) Project framework generation method, device, computer equipment and storage medium
CN110362308A (en) Page generation method, device, computer equipment and storage medium
CN108418797B (en) Webpage access method and device, computer equipment and storage medium
WO2020233092A1 (en) Smart contract calling method and apparatus, device, and storage medium
CN112416458A (en) Preloading method and device based on ReactNative, computer equipment and storage medium
CN109039751A (en) Configure method, apparatus, computer equipment and the storage medium of routing
CN110609679A (en) Data processing method, data processing device, computer readable storage medium and computer equipment
CN112527357A (en) Service hot loading updating method and device, computer equipment and storage medium
CN112685055A (en) Cluster construction method and device
CN113259342A (en) Login verification method, device, computer equipment and medium
CN110442424A (en) A kind of method and apparatus for realizing virtual machine management platform dynamic configuration rule
CN110531984B (en) Code compiling method, device, system, computer equipment and storage medium
CN110083366B (en) Application running environment generation method and device, computing equipment and storage medium
CN114138368B (en) Application deployment system, method, equipment and storage medium based on cloud protogenesis
CN112083925A (en) Data acquisition method, device, equipment and storage medium based on H5 page development
CN112527416A (en) Task processing method and device, computer equipment and storage medium
CN112650689A (en) Test method, test device, electronic equipment and storage medium
CN109492144B (en) Association relation analysis method, device and storage medium for software system
CN115712566A (en) Method, device, equipment and storage medium for checking interface field
CN115934129A (en) Software project updating method and device, computer equipment and storage medium
CN112527377B (en) Application program generation processing method, device, computer 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
GR01 Patent grant
GR01 Patent grant