CN114138368A - Application deployment system, method, device and storage medium based on cloud-native - Google Patents

Application deployment system, method, device and storage medium based on cloud-native Download PDF

Info

Publication number
CN114138368A
CN114138368A CN202111452064.1A CN202111452064A CN114138368A CN 114138368 A CN114138368 A CN 114138368A CN 202111452064 A CN202111452064 A CN 202111452064A CN 114138368 A CN114138368 A CN 114138368A
Authority
CN
China
Prior art keywords
deployment
application
initialization
user
cloud
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202111452064.1A
Other languages
Chinese (zh)
Other versions
CN114138368B (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

Images

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-native, which are applied to the technical field of cloud-native and used for improving the efficiency of application development based on cloud-native. 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, device and storage medium based on cloud-native
Technical Field
The invention relates to the technical field of cloud-based, in particular to an application deployment system, method, device and storage medium based on cloud-based.
Background
The cloud native architecture is a set of architecture principles and design modes based on cloud native (clouduntive) technology, and maximally strips off non-service code parts in cloud applications, so that cloud facilities take over a large amount of original non-functional characteristics in the applications.
The cloud computing technology is rapidly developed, the demand on cloud native research and development personnel is increased rapidly, the running efficiency of the application program needs to be improved by means of the cloud native technology, and meanwhile, the running cost is reduced. The traditional method is to manually deploy a container, a network and other basic system environments on which various application programs depend, and then deploy the application environments on the basic system environments, so that the efficiency is low, and the consumed labor cost is high.
In addition, in a cloud native development mode, all dependent components of the application program are required to exist in a runtime mode, which also increases the development threshold to a great extent and causes the restriction of the development environment for developers.
Disclosure of Invention
The invention provides an application deployment system and method based on cloud-native, computer equipment and a storage medium, which are used for improving the efficiency of application development based on cloud-native.
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 performing system initialization 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 and executing corresponding deployment operation to obtain the deployment application.
A cloud-native-based application deployment method includes:
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 performing system initialization based on the system initialization interface to obtain an initialization result;
and according to the initialization result and the application deployment request, executing corresponding deployment operation to obtain a 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 executing the computer program.
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.
The invention provides a cloud-native-based application deployment system, a cloud-native-based application deployment method, computer equipment and a storage medium, by 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, performing system initialization based on the system initialization interface to obtain an initialization result, executing corresponding deployment operation based on the application deployment request to obtain a deployment application corresponding to the application deployment request, the user is authenticated by applying the deployment request, the deployment and use safety is further improved, and in addition, according to the application deployment request, the deployment requirement of the application is obtained, so that the deployment application is generated, the complexity of the user for deploying the application based on the cloud-native environment is reduced, and the efficiency of deploying the application based on the cloud-native environment is further improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments of the present invention will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without inventive labor.
FIG. 1 is a block diagram of a cloud-native based application deployment system in an embodiment of the invention;
FIG. 2 is a schematic diagram of an application environment of the cloud-based native application deployment method according to an embodiment of the present invention;
FIG. 3 is a flow chart of a cloud-based native application deployment method in an embodiment of the invention;
FIG. 4 is a schematic diagram of a computer device according to an embodiment of the invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The cloud-native-based application deployment system provided by the embodiment of the invention comprises the following modules:
and the program starting module 11 is configured to receive an initialization request sent by the application development module, perform system initialization according to the initialization request, and obtain an initialization result.
Specifically, the program starting module includes a bootstrap program, and the bootstrap program is used for helping a user to complete the early-stage configuration of application deployment, and after the early-stage configuration is completed, the system initialization is performed on the cloud native system according to the program starting module 11.
And the registration module 12 is used for performing security verification on the account information of the user according to the initialization result to obtain a legal verification result, and sending the application deployment request of the user to the application development module.
Specifically, the registration module 12 is configured to store account information of the user, and perform security verification on the account information of the user after system initialization is completed.
The application development module 13 is configured to receive an application deployment request of a user, and execute a corresponding deployment operation to obtain a deployment application.
Specifically, the application development module 13 includes a plurality of development tool components, each of which includes an open source tool for automated development, and the development tool components are formed by encapsulating a plurality of programming languages, and are used for realizing automated deployment of applications in different stages and in different operating environments.
Among them, the plurality of development tool components include Docker, kubernets, and the like. The application service operation and the Docker container are used as an implementation mode, and Docker is used for realizing service containerization so as to realize the operation environment of packaging components, relying on packages and deploying the application to the cloud environment.
In this embodiment, the program starting module 11 includes:
and the initialization unit is used for calling the initialization interface to initialize the system to obtain an initialization result.
And the identity authentication unit is used for acquiring the identity information of the user according to the initialization request, and authenticating the identity information to obtain an authentication result.
And the key unit is used for generating the key information of the user according to the verification result.
In this embodiment, the registration module 12 includes:
and the account verification unit is used for acquiring the account information of the user and verifying the legality of the account information.
And the deployment service unit is used for sending the deployment service request of the user to the application development module when the user passes the validity verification.
In the present embodiment, the program development module 13 includes:
and the initialization unit is used for calling the initialization interface to initialize the system to obtain an initialization result.
And the identity authentication unit is used for acquiring the identity information of the user according to the initialization request, and authenticating the identity information to obtain an authentication result.
And the key unit is used for generating the 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 corresponding deployment service according to the corresponding deployment operation.
And the hosting module is used for acquiring the program file of the deployment application based on the deployment application of the application development module and hosting the program file.
Further, the hosting module is formed based on the management and hosting work of Git and Gitlab as codes. And the Git and the Gitlab are used as management and hosting tools of codes, and the Git is used for realizing distributed version control and realizing effective and high-speed processing project version management. Gitlab is used to complete the warehouse management of Git.
The cloud-based application deployment method provided by the embodiment of the invention can be applied to an application environment as shown in fig. 1, wherein the terminal device communicates with the 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 consisting of a plurality of servers.
The system framework 100 may include terminal devices, networks, and servers. The network serves as a medium for providing 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, to name a few.
A user may use a terminal device to interact with a server over a network 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 smart phones, tablet computers, e-book readers, MP3 players (Moving Picture experts Group Audio Layer III, motion Picture experts compression standard Audio Layer 3), MP4 players (Moving Picture experts Group Audio Layer IV, motion Picture experts compression standard Audio Layer 4), laptop portable computers, 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 cloud-based application deployment method provided by the embodiment of the present invention is applied to the cloud-based application deployment system in the embodiment of the present invention.
It should be noted that, the cloud-based application deployment method provided by the embodiment of the present invention is executed by a server, and accordingly, the cloud-based application deployment system is disposed in the server.
It should be understood that the number of the terminal devices, the networks, and the servers in fig. 1 is only illustrative, and any number of the terminal devices, the networks, and the servers may be provided according to implementation requirements, and the terminal devices in the embodiment of the present invention may specifically correspond to an application system in actual production.
In an embodiment, as shown in fig. 3, a cloud-based native application deployment method is provided, which is described by taking the method as an example applied to the server in fig. 2, and includes the following steps:
and 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 acquired from the application deployment request, and security verification is performed on the account information, so that identity validity of the user is verified, and a verification result is obtained.
The user should be a developer who performs application development or deployment by cloud-native, or the like.
And S20, calling a system initialization interface based on the verification result, and performing system initialization based on the system initialization interface to obtain an initialization result.
Specifically, after the verification result is that the verification is passed, a system initialization interface is called to initialize the cloud native deployment module, so that an initialization result is obtained.
Further, based on the initialization result, a secret key is distributed to the user, and the data uploaded by the user is encrypted or decrypted according to the secret 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 arrange and deploy the application, so that a corresponding deployment application is obtained.
The method comprises the steps of using an encoding tool in the cloud native technology to carry out automation operation, and using an automation development component as a deployment tool of a development system, wherein the deployment tool comprises but is not limited to Docker, Kubernetes and the like.
Further, the user is subjected to cluster division and the like based on the use environment of the deployed application.
The cloud-native-based application deployment method provided by the embodiment of the invention receives the application deployment request of the user, acquires the 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, performing system initialization based on the system initialization interface to obtain an initialization result, executing corresponding deployment operation based on the application deployment request to obtain a deployment application corresponding to the application deployment request, the user is authenticated by applying the deployment request, the deployment and use safety is further improved, and in addition, according to the application deployment request, the deployment requirement of the application is obtained, so that the deployment application is generated, the complexity of the user for deploying the application based on the cloud-native environment is reduced, and the efficiency of deploying the application based on the cloud-native environment is further improved.
Further, in this embodiment, in step S20, invoking a system initialization interface based on the verification result, and performing system initialization based on the system initialization interface to obtain an initialization result, including:
s201, according to the verification result, the identity information of the user is obtained, and the identity information is subjected to security verification to obtain an identity verification result.
S202, acquiring a system initialization rule by calling a system initialization interface, and performing system initialization through the system initialization rule to obtain an initialization result.
Specifically, the embodiment is implemented based on a cloud native system, when a user uses the cloud native system for the first time, the system prompts to register an account, identity information authentication is implemented according to the account, and identity information of the user is represented according to the account.
And after the verification result passes, acquiring the account number of the user, and judging the legality of the account number, thereby realizing the purpose of performing security verification on the identity information of the user. And after the account is legal, calling a system initialization interface, executing a system initialization rule, performing system initialization to obtain a working environment suitable for application deployment, specifically, performing troubleshooting on the service environment of the system according to the system initialization, and the like.
In this embodiment, the account of the user is verified to determine the identity of the user, so as to ensure the safety of the account of the user, and in addition, the environment for application deployment is initialized through the system initialization interface, so that the working environment for application deployment is ensured not to fail, and the deployment process of the application is ensured not to be affected.
Further, in this embodiment, in step S30, after executing a corresponding deployment operation according to the application deployment request and obtaining a deployment application corresponding to the application deployment request according to the initialization result, the method includes:
and S31, obtaining the test request of the user, calling the test interface according to the test request, testing the deployment application to obtain a test result, and returning the test result 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 be tested, a test result is obtained, the test result is used as the use feedback of the deployment application, and the test result is returned to the user.
As a preferred implementation, the deployment application is iteratively updated according to the test result, and an updated deployment application and a corresponding version number are generated.
Further, a service backend platform is constructed based on cloud originality, and a code management and hosting tool is realized through a backend, wherein the code management and hosting tool includes but is not limited to Git, Gitlab and the like, Git is used for realizing distributed version control and realizing effective and high-speed processing project version management; gitlab is used to complete the warehouse management of Git.
In the embodiment, by testing the deployment application, corresponding operations are implemented according to the test result, update iteration is performed on the deployment application, the use effect of the deployment application is improved, and the efficiency of application deployment based on cloud-native is further ensured.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments 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 comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. 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, which includes a memory, a processor, and a computer program stored on the memory and executable on the processor, and when the processor executes the computer program, the steps of the cloud-native based application deployment method in the above embodiments are implemented, for example, steps S10 to S30 shown in fig. 3 and other extensions of the method and 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 embodiments, such as the functions of the modules 11 to 13 shown in fig. 1. To avoid repetition, further description is omitted here.
The Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, etc. The general purpose processor may be a microprocessor or the processor may be any conventional processor or the like which is the control center for the computer device and which connects the various parts of the overall computer device using various interfaces and lines.
The memory may be used to store the computer programs and/or modules, and the processor may implement various functions of the computer device by running or executing the computer programs 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 required by at least one function (such as a sound playing function, an image playing function, etc.), 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 embodiments, such as the steps S10-S30 shown in fig. 3 and extensions of other extensions and related steps of the method. 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 embodiments, such as the functions of the modules 11 to 13 shown in fig. 1. To avoid repetition, further description is omitted here.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile 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), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present 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 solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present invention, and are intended to be included within the scope of the present invention.

Claims (10)

1. 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 performing system initialization 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 and executing corresponding deployment operation to obtain the deployment application.
2. The cloud-native based application deployment system of claim 1, wherein the application development module comprises:
and the deployment unit starts a corresponding deployment tool according to the application deployment request of the user, and carries out automatic deployment through the deployment tool to obtain the deployment application.
3. The cloud-native based application deployment system of claim 1, wherein the program launch module comprises:
the initialization unit is used for calling an initialization interface and initializing the system to obtain an initialization result;
the identity authentication unit is used for acquiring the identity information of the user according to the initialization request, and authenticating the identity information to obtain an authentication result;
and the key unit is used for generating the key information of the user according to the verification result.
4. The cloud-native based application deployment system of claim 1, wherein the registration module comprises:
the account verification unit is used for acquiring the account information of the user and verifying the legality of the account information;
and the deployment service unit is used for sending the deployment service request of the user to the application development module when the user passes the validity verification.
5. The cloud-native based application deployment system of claim 1, comprising:
the back-end platform is used for realizing corresponding deployment service according to the corresponding deployment operation;
and the hosting module is used for acquiring the program file of the deployment application based on the deployment application of the application development module and hosting the program file.
6. A cloud-native-based application deployment method is characterized by comprising the following steps:
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 performing system initialization based on the system initialization interface to obtain an initialization result;
and according to the initialization result and the application deployment request, executing corresponding deployment operation to obtain a deployment application corresponding to the application deployment request.
7. The cloud-based native application deployment method according to claim 6, wherein after the corresponding deployment operation is executed according to the application deployment request according to the initialization result, and the deployment application corresponding to the application deployment request is obtained, the method includes:
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. The cloud-native-based application deployment method according to claim 6, wherein the invoking a system initialization interface based on the verification result, performing system initialization based on the system initialization interface, and obtaining an initialization result comprises:
according to a verification result, acquiring the identity information of the user, and performing security verification on the identity information to obtain an identity verification result;
the method comprises the steps of obtaining a system initialization rule by calling a system initialization interface, and carrying out system initialization through the system initialization rule to obtain an initialization result.
9. 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 one of claims 6 to 8 when executing the computer program.
10. 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 of any one of claims 6 to 8.
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 true CN114138368A (en) 2022-03-04
CN114138368B 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 (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010044805A1 (en) * 2000-01-25 2001-11-22 Multer David L. Synchronization system application object interface
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

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010044805A1 (en) * 2000-01-25 2001-11-22 Multer David L. Synchronization system application object interface
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
CN114138368B (en) 2024-03-19

Similar Documents

Publication Publication Date Title
CN111258725B (en) Data processing method, device, equipment and medium based on block chain
CN107193593B (en) Upgrading method of upgradable file, set top box and storage medium
CN108418797B (en) Webpage access method and device, computer equipment and storage medium
CN110609679A (en) Data processing method, data processing device, computer readable storage medium and computer equipment
CN111008132B (en) Application debugging method and device for Android system, computer equipment and storage medium
CN112416458A (en) Preloading method and device based on ReactNative, computer equipment and storage medium
CN110597709B (en) Interactive debugging method and device for mixed-mode mobile application and computer equipment
CN113259342A (en) Login verification method, device, computer equipment and medium
CN106605231A (en) Accounts control
CN111026439A (en) Application program compatibility method, device, equipment and computer storage medium
CN112685055A (en) Cluster construction method and device
CN114546837A (en) Interface test method, device, equipment and storage medium
CN107895120B (en) Data processing method and device in cross-platform application, electronic equipment and storage medium
CN113360300A (en) Interface calling link generation method, device, equipment and readable storage medium
CN112650689A (en) Test method, test device, electronic equipment and storage medium
US10248434B2 (en) Launching an application
CN110516172B (en) Resource calling method and device, computer equipment and storage medium
CN112083925A (en) Data acquisition method, device, equipment and storage medium based on H5 page development
CN112527357A (en) Service hot loading updating method and device, computer equipment and storage medium
CN114138368B (en) Application deployment system, method, equipment and storage medium based on cloud protogenesis
CN112527377B (en) Application program generation processing method, device, computer equipment and storage medium
CN111310141B (en) Authentication management method, device, computer equipment and storage medium
CN112363771B (en) Application processing method and related product
CN114417202A (en) Artificial intelligence-based mixed page skipping method, device and equipment
CN114489698A (en) Application program installation method and device

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