CN111897551A - Platform and method for rapidly cloning software environment in cloud environment - Google Patents

Platform and method for rapidly cloning software environment in cloud environment Download PDF

Info

Publication number
CN111897551A
CN111897551A CN202010765292.3A CN202010765292A CN111897551A CN 111897551 A CN111897551 A CN 111897551A CN 202010765292 A CN202010765292 A CN 202010765292A CN 111897551 A CN111897551 A CN 111897551A
Authority
CN
China
Prior art keywords
software
environment
plug
project
server
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
CN202010765292.3A
Other languages
Chinese (zh)
Other versions
CN111897551B (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.)
Huiliantong Industrial Supply Chain Digital Technology Xiamen Co ltd
Original Assignee
Shanghai Hi Kuqiang Supply Chain Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Hi Kuqiang Supply Chain Information Technology Co ltd filed Critical Shanghai Hi Kuqiang Supply Chain Information Technology Co ltd
Priority to CN202010765292.3A priority Critical patent/CN111897551B/en
Publication of CN111897551A publication Critical patent/CN111897551A/en
Application granted granted Critical
Publication of CN111897551B publication Critical patent/CN111897551B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment

Abstract

The invention relates to the technical field of computers, and discloses a platform and a method for quickly cloning a software environment in a cloud environment, which are based on a Kuberttes cloud environment and are characterized by comprising a server, a control port, a process execution port and a plug-in port plugin, wherein the server is connected with the control port; according to the invention, a software project is redeployed with a set of software environment on the basis of the existing software deployment, the whole process is carried out without repeated operation, the operation and maintenance investment for building a repeated new environment is eliminated, and the investment cost of operation and maintenance personnel is reduced; by effectively utilizing software and hardware resources, the lead cycle is shortened from the stages of project development, test and production, the efficiency of each environment of a software project is promoted, the project research and development cost is improved, the order-magnitude service application can be released, the service can be normally operated, and the order-magnitude application service release and operation and maintenance are supported to solve the operation and maintenance bottleneck mentioned in the background technology.

Description

Platform and method for rapidly cloning software environment in cloud environment
Technical Field
The invention relates to the technical field of computers, in particular to a platform and a method for quickly cloning a software environment in a cloud environment.
Background
kuberntes, abbreviated K8s, is an abbreviation for 8 instead of 8 characters "ubernet". Is an open source for managing containerized applications on multiple hosts in a cloud platform, kubertes's goal is to make it simple and efficient to deploy containerized applications (powerful), which provides a mechanism for application deployment, planning, updating, and maintenance. Kuberttes has a one-to-one correspondence between system environments and applications to some extent, and achieves a high degree of consistency from the basic system and applications in testing, development, and production environments. Kuberttes offers the greatest advantage of multiplexing containers that can be cloned indefinitely into any environment by continually optimizing the containers to ultimately form a mirror image.
The internet develops and iterates fast, the architecture of the micro-service is popularized more and more to meet the complex application architecture scene, namely the application service is coupled with high cohesion and low cohesion, is divided into more and more thin parts, and realizes free combination and service arrangement, thereby constructing a service center station and a data center station, but simultaneously, the complex architecture design also brings the cost and complexity of an operation, maintenance and software release level, the traditional server, the virtual host and the cloud host can not support frequent micro-service release, the services required by general enterprise-level application are from dozens to hundreds, the process from code to release and operation by using the traditional mode is long, complex, configuration is easy to be wrong and low in efficiency, the operation and maintenance cost is increased in a positive proportion along with the increase of the order-of-magnitude application service, the delivery cycle is long and unrealistic, the operation and maintenance bottleneck of the complex architecture is realized, the invention firstly carries out the rapid cloning process of the order-of-magnitude application from the existing automatic deployment platform, therefore, the operation and maintenance investment of building a repeated new environment is eliminated.
Disclosure of Invention
The invention aims to provide a platform and a method for rapidly cloning a software environment in a cloud environment.
In order to achieve the technical purpose and achieve the technical effect, the invention discloses a platform for rapidly cloning a software environment in a cloud environment, which comprises a server, a control end partrol, a process execution end process and a plug-in end plug in based on a Kuberttes cloud environment, wherein the server is responsible for configuring a gitlab address, account information and an uploaded project initialization database script corresponding to a software project, constructing the software environment and issuing a rapid cloning request instruction to the control end partrol, and the control end partrol is responsible for realizing user interaction, and rapidly cloning a new namespace by copying configuration information of a namespace which is already deployed by kuberttes in an initialization database and calling the plug-in end plug in after receiving the project rapid cloning request instruction; and the software environment of the project is executed by calling the process execution end.
The Server is deployed with Gitlab, Docker, Maven, NodeJs, Registry, Kubertes, Matrics-Server, NFS and data MySQL services, the Kubertes have a unique application alias under the same namespace, the application alias is used as an environment variable, the configured project Gitlab address and an initialized database are used, the environment variable of the Docker is used between projects, and the application alias is used for replacing the fixed ip configuration of the original traditional mode, so that the mutual access between applications is stateless. That is, the automation platform binds the IP to a fixed application alias name as an environment variable each time an application is launched. The data exchange addresses between the applications all adopt fixed application aliases.
The plugin terminal plugin contains calls of Git, Maven, Docker, Kubertes, Nfs and Matrics-Server service api; and the plug-in terminal plugin captures the codes of the software project through the configured gitlab address by using Git api, compiles, packages, makes a mirror image, uploads the mirror image to a mirror image warehouse and releases the service to the cluster of Kubertes and Docker.
The process of the process execution end is responsible for capturing various processes from the codes of the software project to the release application and triggering the processes to be executed.
Preferably, the Gitlab is used for saving daily management, version iteration, branch management and code storage of the source code of the developer.
Preferably, Maven manages the dependency package relationship of java language, analyzes the third-party package dependency condition analysis of the source code, and stores and downloads the packages in the local warehouse, the third-party warehouse and the central warehouse.
Preferably, the Matrics-Server operates based on a Docker instance, collects CPU, memory, and hard disk data of a cluster service, and the MySQL service stores a source code address, application configuration information, mirror image data information, and resource allocation information.
A method for rapidly cloning a software environment in a cloud environment comprises the following specific steps:
s1: building a Server, and configuring services of Gitlab, Docker, Maven, NodeJs, Registry, Kuberttes, Matrics-Server, NFS and data MySQL;
s2: building a deployment control end control, a process execution end process and a plug-in end plugin;
s3: the server executes a fast cloning operation on namespaces deployed by existing kuberntes and issues a fast cloning request instruction to a control end control;
s4: after receiving the rapid cloning request instruction, the control end patrol copies the configuration information of the namespaces deployed by kuberntes in the initialization database, rapidly clones a new namespace containing third-party software for initializing the software environment, and calls the process execution end process to execute the software environment issue of the project by the control end patrol;
s5: the control end control uses third-party software of the initialized software environment by calling plug-in end plugin, and issues service to the clusters of Kubertes and Docker; and visually displayed on the control end control.
The plug-in end plugin captures the code of the software project to the local in S5, the Maven of the plug-in end plugin compiles and packages the code of the back-end language, the plug-in end plugin compiles the front-end class code by using npm of NodeJs, the Docker configuration of the plug-in end plugin references the mirror image of namespace in the initialization database without re-manufacturing the mirror image and uploads the mirror image to the mirror image warehouse, and the plug-in end plugin generates deployment and svc by using the existing configuration data of the user and Kubertes api to realize the automatic deployment of the software project resource.
The readable storage medium stores the platform of the rapid cloning software environment, and the platform of the rapid cloning software environment is used for realizing the steps of the method for rapidly cloning the software environment in the cloud environment.
The invention has the following beneficial effects:
1. according to the invention, the software project is redeployed with a set of software environment on the basis of the existing software deployment, the repeated operation is eliminated in the whole process, the operation and maintenance investment for building the repeated new environment is eliminated, and the investment cost of operation and maintenance personnel is reduced.
2. The invention shortens the delivery cycle from the project development, test and production stages by effectively utilizing software and hardware resources, promotes the efficiency of each environment of the software project so as to improve the project research and development cost, can release the order of magnitude service application, and can normally run the service, thereby supporting the order of magnitude application service release and operation and maintenance so as to solve the operation and maintenance bottleneck mentioned in the background technology.
3. The invention needs the following requirements in some scenes through transverse expansion and contraction: and the system has quick response such as access outbreak, application reduction, load peak period and the like, and greatly reduces the cost investment of the software life cycle.
Drawings
Fig. 1 is a schematic operation flow diagram of a method for rapidly cloning a software environment in a cloud environment according to the present invention;
fig. 2 is a schematic diagram of an execution flow of automatically deploying resources in the method for quickly cloning a software environment in a cloud environment according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the following embodiments.
As shown in FIGS. 1-2, the invention discloses a platform and a method for rapidly cloning a software environment in a cloud environment, which redeployes a software environment from an existing software deployment basis for a software project, eliminates repeated operation in the whole process, eliminates operation and maintenance investment for building a repeated new environment, and reduces the investment cost of operation and maintenance personnel.
In order to achieve the technical purpose and achieve the technical effect, the invention discloses a platform for quickly cloning a software environment in a cloud environment. The method comprises a server, a control end server, a process execution end process and a plug-in end plug, wherein the server is responsible for configuring a gitlab address, account information and an uploaded project initialization database script corresponding to a software project, constructing a software environment, and issuing a rapid cloning request instruction to the control end server; and third-party software such as a database containing software application, ActiveMQ, Reids, MongoDB and the like is issued through a software environment for calling a process execution project of a process execution end.
The Server is deployed with Gitlab, Docker, Maven, NodeJs, Registry, Kubertes, Matrics-Server, NFS and data MySQL services, and by means of configured project Gitlab addresses and initialization databases, environment variables of Docker are used among projects, and application aliases are used for replacing fixed ip configuration in an original traditional mode, so that mutual access among applications is stateless. That is, the automation platform binds the IP to a fixed application alias name as an environment variable each time an application is launched. The data exchange addresses between the applications all adopt fixed application aliases. For example, a user center application $ { u-center }, a service application $ { business }, and then the service application needs to be connected with a user center permission interface to access $ { u-center.ip } constantly and is valued by an environment variable of kubertes, and the automation platform automatically assigns an environment variable value to the user center application $ { u-center }, the service application $ { business } and an ip address of actual application when a set of application deployment is newly established. In this way, the specific ip address of each application need not be a concern between applications, within a program, or at a configuration center. The development environment, the test environment and the production environment apply the mirror image package to keep the hash value of the file without any modification. Thus, almost no configuration modification is needed to support the rapid set-up of an environment and the rapid cloning.
Port resources under the ip of a master node of a kuberntes cluster are generated in advance, and the port resources are used for being distributed to the ip and the port of the svc service mapped out by all pod instances (including software services and third-party software) under a new clone namespace of the kuberntes; generating yaml file of deployment of kuberntes, configuring and referring to the existing mirror image of the original namespace, and calling kuberntes to execute without re-making the mirror image; and preferentially starting third-party software, such as a pod (pod) instance of the database, initializing the database initialization script to the database instance under the cloned namespace according to the copied configuration information, and realizing automatic initialization action.
The plugin terminal plugin contains the call of Git, Maven, Docker, Kubertes, Nfs and Matrics-Server service api; and the plug-in terminal plugin captures the codes of the software project through the configured gitlab address by using Git api, compiles, packages, makes a mirror image, uploads the mirror image to a mirror image warehouse and releases the service to the cluster of Kubertes and Docker. The method specifically comprises the following steps: the java language software realizes the automatic packaging of the software through the mvn package command of Apache Maven; after packaging, making the software package into a docker mirror image with a version number through the automatically generated Dockerfile, and push-sending the software package to a registry mirror warehouse; the pushed mirror image information is automatically generated into yaml file information of the default of kuberntes, and information of all kuberntes instances under the whole namespace is transmitted into yaml files of the default in an environment variable mode, so that software obtains actual ip addresses and ports of associated configuration information, the ip information configuration of a user is omitted, and the residual software applications default and svc are deployed.
The process of the flow execution end is responsible for capturing various flows of the software project to the release application and triggering the execution.
And the Gitlab is used for storing daily management, version iteration, branch management and code storage of the source code of the developer.
And the Maven manages the dependency package relation of java language, analyzes the third-party package dependency condition analysis of the source code and stores and downloads the packages of the local warehouse, the third-party warehouse and the central warehouse.
The method comprises the following steps that a Matrics-Server operates based on a Docker instance, collects CPU, memory and hard disk data of cluster service, and a MySQL service stores source code addresses, application configuration information, mirror image data information and resource allocation information; and monitoring the CPU, memory and hard disk load conditions of the used pod application instance under the namespace through the Metrics-Server.
A method for rapidly cloning a software environment in a cloud environment comprises the following specific steps:
s1: building a Server, and configuring services of Gitlab, Docker, Maven, NodeJs, Registry, Kuberttes, Matrics-Server, NFS and data MySQL;
s2: building a deployment control end control, a process execution end process and a plug-in end plugin;
s3: the server executes a fast cloning operation on namespaces deployed by existing kuberntes and issues a fast cloning request instruction to a control end control;
s4: after receiving the rapid cloning request instruction, the control end patrol copies the configuration information of the namespaces deployed by kuberntes in the initialization database, rapidly clones a new namespace containing third-party software for initializing the software environment, and calls the process execution end process to execute the software environment issue of the project by the control end patrol;
s5: the control end control uses third-party software of the initialized software environment by calling plug-in end plugin, and issues service to the clusters of Kubertes and Docker; and visually displayed on the control end control.
In the S5, the plug-in end plugin captures the code of the software project to the local, the Maven of the plug-in end plugin compiles and packages the code of the back-end language, the plug-in end plugin compiles the front-end class code by using npm of NodeJs, the Docker configuration of the plug-in end plugin references the mirror image of namespace existing in the initialization database without re-making the mirror image and uploads the mirror image to the mirror image warehouse, and the plug-in end plugin utilizes the existing configuration data of the user and Kubertes api to generate deployment and svc to realize the automatic deployment of the software project resource.
The readable storage medium stores the platform of the rapid cloning software environment, and the platform of the rapid cloning software environment is used for realizing the steps of the method for rapidly cloning the software environment in the cloud environment.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention.

Claims (10)

1. A platform for rapidly cloning a software environment in a cloud environment is based on a Kuberttes cloud environment and is characterized by comprising a server, a control port, a process execution port and a plug-in port plug-in, wherein the server is responsible for configuring a gitlab address, account information and an uploading project initialization database script corresponding to a software project, constructing the software environment and issuing a rapid cloning request instruction to the control port, the control port is responsible for realizing user interaction, and after receiving the project rapid cloning request instruction, a new namespace is rapidly cloned by copying the configuration information of the namespace deployed by Kuberttes in an initialization database and calling the plug-in port plug-in; and the software environment of the project is executed by calling the process execution end.
2. The software interaction platform of claim 1, wherein: the Server is deployed with Gitlab, Docker, Maven, NodeJs, Registry, Kubertes, Matrics-Server, NFS and data MySQL services, the Kubertes have a unique application alias under the same namespace, the application alias is used as an environment variable, the Server uses the Docker environment variable among projects through a configured project Gitlab address and an initialization database, and the application alias is used for replacing the original fixed ip configuration in a traditional mode, so that mutual access among applications is stateless.
3. The software interaction platform of claim 1, wherein: the plugin terminal plugin contains calls of Git, Maven, Docker, Kubertes, Nfs and Matrics-Server service api; and the plug-in terminal plugin captures codes of software projects through configured gitlab addresses by using Git api, compiles, packages, makes mirror images, uploads the mirror images to a mirror image warehouse and releases services to Kubertes and Docker clusters.
4. The software interaction platform of claim 1, wherein: the process of the process execution end is responsible for capturing the codes of the software project to the various processes of the release application to be arranged and triggered to execute.
5. The software interaction platform of claim 2, wherein: and the Gitlab is used for storing daily management, version iteration, branch management and code storage of a source code of a developer.
6. The software interaction platform of claim 2, wherein: the Maven manages the dependency package relationship of java language, analyzes the third-party package dependency condition analysis of source codes and stores and downloads packages of a local warehouse, a third-party warehouse and a central warehouse.
7. The software interaction platform of claim 2, wherein: the Matrics-Server runs based on a Docker instance and collects CPU, memory and hard disk data of cluster service, and the MySQL service stores source code addresses, application configuration information, mirror image data information and resource allocation information.
8. A method for rapidly cloning a software environment in a cloud environment is characterized by comprising the following steps: the method comprises the following steps:
s1: building a Server, and configuring services of Gitlab, Docker, Maven, NodeJs, Registry, Kuberttes, Matrics-Server, NFS and data MySQL;
s2: building a deployment control end control, a process execution end process and a plug-in end plugin;
s3: the server executes a rapid cloning operation on namespace deployed by the existing Kubertes and issues a rapid cloning request instruction to the control end patrol;
s4: after receiving the rapid cloning request instruction, the control end patrol copies the configuration information of the namespace deployed by Kuberttes in an initialization database, and rapidly clones a new namespace, wherein the new namespace contains third-party software for initializing a software environment, and the control end patrol calls a process execution end process to execute the software environment of a project and issues the software environment;
s5: the control end control uses third-party software of the initialized software environment by calling plug-in end plugin, and issues service to the clusters of Kubertes and Docker; and visually displayed on the control end control.
9. The method for rapidly cloning software environment in cloud environment according to claim 8, wherein: the plug-in end plugin in the S5 captures the code of the software project to the local, the Maven of the plug-in end plugin compiles and packages the code of the back-end language, the plug-in end plugin compiles the front-end class code using npm of the NodeJs itself, the Docker configuration of the plug-in end plugin references the mirror image of namespace existing in the initialization database, the mirror image does not need to be re-manufactured, and uploads the mirror image to the mirror image warehouse, and the plug-in end plugin generates deployment and svc using the existing configuration data of the user and Kuberntes api to realize the automatic deployment of the software project resource.
10. A readable storage medium, wherein the readable storage medium stores thereon the platform of the rapid cloning software environment according to any one of claims 1 to 7, and the platform of the rapid cloning software environment is used for implementing the steps of the method for rapidly cloning software environment in a cloud environment according to any one of claims 8 or 9.
CN202010765292.3A 2020-08-03 2020-08-03 Platform and method for rapidly cloning software environment in cloud environment Active CN111897551B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010765292.3A CN111897551B (en) 2020-08-03 2020-08-03 Platform and method for rapidly cloning software environment in cloud environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010765292.3A CN111897551B (en) 2020-08-03 2020-08-03 Platform and method for rapidly cloning software environment in cloud environment

Publications (2)

Publication Number Publication Date
CN111897551A true CN111897551A (en) 2020-11-06
CN111897551B CN111897551B (en) 2021-07-02

Family

ID=73183928

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010765292.3A Active CN111897551B (en) 2020-08-03 2020-08-03 Platform and method for rapidly cloning software environment in cloud environment

Country Status (1)

Country Link
CN (1) CN111897551B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113535334A (en) * 2021-08-17 2021-10-22 成都长城开发科技有限公司 Docker-based project construction method, Docker-based project construction equipment and storage medium
US11915007B2 (en) 2021-06-08 2024-02-27 Red Hat, Inc. CI/CD pipeline to container conversion

Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101004701A (en) * 2006-01-19 2007-07-25 刘文斌 Method for updating data of computer hard disk through network synchronistically
CN102833330A (en) * 2012-08-21 2012-12-19 浪潮电子信息产业股份有限公司 Cloud computing-based multimedia classroom system
CN105187423A (en) * 2015-08-28 2015-12-23 宇龙计算机通信科技(深圳)有限公司 Network resource isolation method, network resource isolation system and mobile terminal
CN105760211A (en) * 2016-01-18 2016-07-13 浪潮(北京)电子信息产业有限公司 Method and system for cloning virtual machine
CN106888254A (en) * 2017-01-20 2017-06-23 华南理工大学 A kind of exchange method between container cloud framework based on Kubernetes and its each module
CN107426034A (en) * 2017-08-18 2017-12-01 国网山东省电力公司信息通信公司 A kind of extensive container scheduling system and method based on cloud platform
WO2018095138A1 (en) * 2016-11-25 2018-05-31 华为技术有限公司 Container deployment method, communication method between services and related devices
US10120670B1 (en) * 2018-03-28 2018-11-06 Capital One Services, Llc Systems and methods for building generic CI/CD pipelines
US20190065323A1 (en) * 2017-08-25 2019-02-28 Vmware, Inc. Containerized application snapshots
US20190065169A1 (en) * 2016-05-25 2019-02-28 Salesforce.Com, Inc. Architectures and techniques for record protection and field management
CN109491674A (en) * 2018-11-07 2019-03-19 李斌 A kind of method and system of the automatic deployment service in Kubernetes cluster
CN109697153A (en) * 2018-12-28 2019-04-30 浙江省公众信息产业有限公司 Monitoring method, monitoring system and computer readable storage medium
CN109766174A (en) * 2018-12-24 2019-05-17 杭州数梦工场科技有限公司 Resource regulating method, resource scheduling device and computer readable storage medium
CN110096354A (en) * 2018-01-29 2019-08-06 华为技术有限公司 A kind of cloning process and device for application
CN110177144A (en) * 2019-05-27 2019-08-27 万惠投资管理有限公司 A method of based on private clound one-key duplication application environment
CN110427248A (en) * 2019-07-12 2019-11-08 中国人民解放军国防科技大学 Container-based lightweight user environment construction method, system and medium
CN110764786A (en) * 2019-12-27 2020-02-07 凯泰铭科技(北京)有限公司 Optimized deployment resource and software delivery platform in cloud computing environment
CN111176788A (en) * 2019-12-24 2020-05-19 优刻得科技股份有限公司 Method and system for deploying main nodes of Kubernetes cluster
CN111290748A (en) * 2020-03-11 2020-06-16 福建天晴在线互动科技有限公司 Method for quickly generating SqlServer database operation code
CN111399897A (en) * 2020-02-21 2020-07-10 北京值得买科技股份有限公司 Application issuing method and system based on kubernets

Patent Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101004701A (en) * 2006-01-19 2007-07-25 刘文斌 Method for updating data of computer hard disk through network synchronistically
CN102833330A (en) * 2012-08-21 2012-12-19 浪潮电子信息产业股份有限公司 Cloud computing-based multimedia classroom system
CN105187423A (en) * 2015-08-28 2015-12-23 宇龙计算机通信科技(深圳)有限公司 Network resource isolation method, network resource isolation system and mobile terminal
CN105760211A (en) * 2016-01-18 2016-07-13 浪潮(北京)电子信息产业有限公司 Method and system for cloning virtual machine
US20190065169A1 (en) * 2016-05-25 2019-02-28 Salesforce.Com, Inc. Architectures and techniques for record protection and field management
WO2018095138A1 (en) * 2016-11-25 2018-05-31 华为技术有限公司 Container deployment method, communication method between services and related devices
CN106888254A (en) * 2017-01-20 2017-06-23 华南理工大学 A kind of exchange method between container cloud framework based on Kubernetes and its each module
CN107426034A (en) * 2017-08-18 2017-12-01 国网山东省电力公司信息通信公司 A kind of extensive container scheduling system and method based on cloud platform
US20190065323A1 (en) * 2017-08-25 2019-02-28 Vmware, Inc. Containerized application snapshots
CN110096354A (en) * 2018-01-29 2019-08-06 华为技术有限公司 A kind of cloning process and device for application
US10120670B1 (en) * 2018-03-28 2018-11-06 Capital One Services, Llc Systems and methods for building generic CI/CD pipelines
CN109491674A (en) * 2018-11-07 2019-03-19 李斌 A kind of method and system of the automatic deployment service in Kubernetes cluster
CN109766174A (en) * 2018-12-24 2019-05-17 杭州数梦工场科技有限公司 Resource regulating method, resource scheduling device and computer readable storage medium
CN109697153A (en) * 2018-12-28 2019-04-30 浙江省公众信息产业有限公司 Monitoring method, monitoring system and computer readable storage medium
CN110177144A (en) * 2019-05-27 2019-08-27 万惠投资管理有限公司 A method of based on private clound one-key duplication application environment
CN110427248A (en) * 2019-07-12 2019-11-08 中国人民解放军国防科技大学 Container-based lightweight user environment construction method, system and medium
CN111176788A (en) * 2019-12-24 2020-05-19 优刻得科技股份有限公司 Method and system for deploying main nodes of Kubernetes cluster
CN110764786A (en) * 2019-12-27 2020-02-07 凯泰铭科技(北京)有限公司 Optimized deployment resource and software delivery platform in cloud computing environment
CN111399897A (en) * 2020-02-21 2020-07-10 北京值得买科技股份有限公司 Application issuing method and system based on kubernets
CN111290748A (en) * 2020-03-11 2020-06-16 福建天晴在线互动科技有限公司 Method for quickly generating SqlServer database operation code

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11915007B2 (en) 2021-06-08 2024-02-27 Red Hat, Inc. CI/CD pipeline to container conversion
CN113535334A (en) * 2021-08-17 2021-10-22 成都长城开发科技有限公司 Docker-based project construction method, Docker-based project construction equipment and storage medium
CN113535334B (en) * 2021-08-17 2023-09-05 成都长城开发科技股份有限公司 Project construction method, device and storage medium based on Docker

Also Published As

Publication number Publication date
CN111897551B (en) 2021-07-02

Similar Documents

Publication Publication Date Title
CN108809722B (en) Method, device and storage medium for deploying Kubernetes cluster
CN111897541B (en) Software interaction platform and method for automatically deploying resources in cloud environment
CN107733704B (en) Virtualization and container technology-based cloud exploration and development system and method
CN109491674A (en) A kind of method and system of the automatic deployment service in Kubernetes cluster
CN110716744A (en) Data stream processing method, system and computer readable storage medium
CN112667362B (en) Method and system for deploying Kubernetes virtual machine cluster on Kubernetes
CN111897551B (en) Platform and method for rapidly cloning software environment in cloud environment
CN102868736A (en) Design and implementation method of cloud computing monitoring framework, and cloud computing processing equipment
CN105260190A (en) Operation method and device for android application based on android system distribution technology
CN107911467B (en) Service operation management system and method for scripted operation
CN111124286A (en) Libcloud-based multi-cloud management implementation method
CN109960580A (en) A kind of method and system for disposing service of making out an invoice
CN102983996A (en) Dynamic allocation method and system for high-availability cluster resource management
CN112882792B (en) Information loading method, computer device and storage medium
CN111651219A (en) Method and equipment for managing multi-module project configuration file
CN111367618A (en) Code management method, system, terminal and medium based on docker
CN112187923A (en) Government affair cloud platform micro-service configuration method
CN111064626B (en) Configuration updating method, device, server and readable storage medium
CN112114939A (en) Distributed system deployment equipment and method
CN114077435A (en) Electronic deposit certificate system and method based on containerization rapid deployment
CN111897565A (en) Data processing method, device and equipment based on Internet of things
CN112463251A (en) Method and device for configuring hot publishing by uliweb framework
CN111756800A (en) Method and system for processing burst flow
CN114489761B (en) Service integration and application integration method based on container cluster
CN111782231A (en) Service deployment 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
CB02 Change of applicant information

Address after: Room 21009, 5599 Yanqian Road, Fengxian District, Shanghai 201100

Applicant after: Huiliantong supply chain technology (Shanghai) Co.,Ltd.

Address before: Room 21009, 5599 Yanqian Road, Fengxian District, Shanghai 201100

Applicant before: Shanghai hi kuqiang Supply Chain Information Technology Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address

Address after: 361000 413-26, No. 942, tonglong Second Road, torch high tech Zone (Xiang'an) Industrial Zone, Xiamen City, Fujian Province (address for service of legal documents)

Patentee after: Huiliantong Industrial Supply Chain Digital Technology (Xiamen) Co.,Ltd.

Address before: Room 21009, 5599 Yanqian Road, Fengxian District, Shanghai 201100

Patentee before: Huiliantong supply chain technology (Shanghai) Co.,Ltd.

CP03 Change of name, title or address