CN113721945A - Platform deployment method and device and platform - Google Patents

Platform deployment method and device and platform Download PDF

Info

Publication number
CN113721945A
CN113721945A CN202111050702.7A CN202111050702A CN113721945A CN 113721945 A CN113721945 A CN 113721945A CN 202111050702 A CN202111050702 A CN 202111050702A CN 113721945 A CN113721945 A CN 113721945A
Authority
CN
China
Prior art keywords
platform
deployed
virtualized
external hardware
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.)
Pending
Application number
CN202111050702.7A
Other languages
Chinese (zh)
Inventor
张惠棠
罗士杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujian Cook Intelligent Technology Co ltd
Original Assignee
Fujian Cook Intelligent 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 Fujian Cook Intelligent Technology Co ltd filed Critical Fujian Cook Intelligent Technology Co ltd
Priority to CN202111050702.7A priority Critical patent/CN113721945A/en
Publication of CN113721945A publication Critical patent/CN113721945A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The application provides a platform deployment method, a device and a platform, which are applied to the field of software deployment, wherein the platform deployment method comprises the following steps: virtualizing a platform to be deployed to obtain a virtualized platform; packaging the virtualized platform to obtain a corresponding installation package; and installing the virtualized platform on the external hardware according to the installation package and the software environment corresponding to the platform to be deployed in the external hardware. In the scheme, because the virtualization technology is adopted to deploy the platform to be deployed, the environmental difference caused by an operating system, hardware and the like can be effectively eliminated, so that the conflict between the deployed platform to be deployed and the existing software is avoided; in addition, because the virtualized platform is deployed on external hardware, a user does not need to prepare an additional server and the like, and the cost for deploying the platform can be reduced.

Description

Platform deployment method and device and platform
Technical Field
The application relates to the field of software deployment, in particular to a platform deployment method, a platform deployment device and a platform.
Background
The current management platform is mainly deployed in two modes of public cloud or private cloud. The public cloud is easy to deploy, but for enterprises and organizations with privacy requirements, data on the management platform is easy to expose to public cloud providers, and information security risks exist to a certain degree. Therefore, most enterprises generally choose to set up a private cloud platform under the network environment of the enterprise for data security, that is, adopt the deployment mode of the private cloud.
In the prior art, private cloud deployment generally includes two deployment methods: firstly, a management platform merchant directly matches a set of server hardware, and management platform software is pre-installed on the hardware; and secondly, the management platform provider provides a software installation package, an installation manual and an instruction file, and the software installation package, the installation manual and the instruction file are deployed on the private cloud by the user. However, in the first of the two deployment methods, the deployment cost is high because a dedicated server, a physical storage space, and the like are used; in the second deployment mode, the operating environment and hardware of the end user may be different, so that the deployed management platform may conflict with the existing software.
Therefore, by adopting the private cloud deployment manner in the prior art, the technical problems that the deployment cost is high and the deployed management platform may conflict with the existing software exist.
Disclosure of Invention
An object of the embodiments of the present application is to provide a method, an apparatus, and a platform for platform deployment, so as to solve the technical problems that the deployment cost is high and a deployed management platform may conflict with existing software.
In a first aspect, an embodiment of the present application provides a platform deployment method, including: virtualizing a platform to be deployed to obtain a virtualized platform; packaging the virtualized platform to obtain a corresponding installation package; and installing the virtualized platform on the external hardware according to the installation package and the software environment corresponding to the platform to be deployed in the external hardware. In the scheme, because the virtualization technology is adopted to deploy the platform to be deployed, the environmental difference caused by an operating system, hardware and the like can be effectively eliminated, so that the conflict between the deployed platform to be deployed and the existing software is avoided; in addition, because the virtualized platform is deployed on external hardware, a user does not need to prepare an additional server and the like, and the cost for deploying the platform can be reduced.
In an optional embodiment, the virtualizing the platform to be deployed to obtain a virtualized platform includes: and virtualizing the platform to be deployed by using a Container technology to obtain the virtualized platform. In the above scheme, because the Container technology is adopted to deploy the platform to be deployed, the environment difference caused by an operating system, hardware and the like can be effectively eliminated, and thus the conflict between the deployed platform to be deployed and the existing software is avoided.
In an optional embodiment, the virtualizing the platform to be deployed by using a Container technology to obtain the virtualized platform includes: acquiring a program code, a function library and an environment configuration file corresponding to the platform to be deployed; and packaging the program code, the function library and the environment configuration file, and establishing a sandbox execution environment corresponding to the platform to be deployed to obtain the virtualized platform. In the above scheme, since the Container technology is adopted to deploy the platform to be deployed, an independent sandbox execution environment can be established, so that the environment difference caused by an operating system, hardware and the like can be effectively eliminated, and the conflict between the deployed platform to be deployed and existing software is avoided.
In an optional embodiment, after the installing the virtualized platform onto external hardware, the method further comprises: and realizing personnel list synchronization with a platform on the external hardware through an LDAP protocol. In the above scheme, the platform deployed on the external hardware may integrate the LDAP protocol, and since most third-party systems all employ the LDAP protocol, the platform on the external hardware may implement the staff list synchronization with the third-party systems through the LDAP protocol.
In an optional embodiment, after the installing the virtualized platform onto external hardware, the method further comprises: receiving data sent by a platform on the external hardware through a Webhook technology; and sending data to a platform on the external hardware through an OpenAPI technology. In the above scheme, a platform deployed on external hardware may integrate a Webhook technology and an OpenAPI technology, so that docking interaction with a third-party system may be implemented through the Webhook technology and the OpenAPI technology.
In a second aspect, an embodiment of the present application provides a platform deployment apparatus, including: the virtual module is used for virtualizing the platform to be deployed to obtain a virtualized platform; the packaging module is used for packaging the virtualized platform to obtain a corresponding installation package; and the installation module is used for installing the virtualized platform to the external hardware according to the installation package and the software environment corresponding to the platform to be deployed in the external hardware. In the scheme, because the virtualization technology is adopted to deploy the platform to be deployed, the environmental difference caused by an operating system, hardware and the like can be effectively eliminated, so that the conflict between the deployed platform to be deployed and the existing software is avoided; in addition, because the virtualized platform is deployed on external hardware, a user does not need to prepare an additional server and the like, and the cost for deploying the platform can be reduced.
In an optional embodiment, the virtual module is specifically configured to: and virtualizing the platform to be deployed by using a Container technology to obtain the virtualized platform. In the above scheme, because the Container technology is adopted to deploy the platform to be deployed, the environment difference caused by an operating system, hardware and the like can be effectively eliminated, and thus the conflict between the deployed platform to be deployed and the existing software is avoided.
In an alternative embodiment, the virtual module is further configured to: acquiring a program code, a function library and an environment configuration file corresponding to the platform to be deployed; and packaging the program code, the function library and the environment configuration file, and establishing a sandbox execution environment corresponding to the platform to be deployed to obtain the virtualized platform. In the above scheme, since the Container technology is adopted to deploy the platform to be deployed, an independent sandbox execution environment can be established, so that the environment difference caused by an operating system, hardware and the like can be effectively eliminated, and the conflict between the deployed platform to be deployed and existing software is avoided.
In an alternative embodiment, the platform deployment device further comprises: and the synchronization module is used for realizing personnel list synchronization with the platform on the external hardware through an LDAP protocol. In the above scheme, the platform deployed on the external hardware may integrate the LDAP protocol, and since most third-party systems all employ the LDAP protocol, the platform on the external hardware may implement the staff list synchronization with the third-party systems through the LDAP protocol.
In an alternative embodiment, the platform deployment device further comprises: the receiving module is used for receiving data sent by a platform on the external hardware through a Webhook technology; and the sending module is used for sending data to the platform on the external hardware through an OpenAPI technology. In the above scheme, a platform deployed on external hardware may integrate a Webhook technology and an OpenAPI technology, so that docking interaction with a third-party system may be implemented through the Webhook technology and the OpenAPI technology.
In a third aspect, embodiments of the present application provide a platform deployed on external hardware using the platform deployment method according to any one of the first aspect; the platform includes: a virtualization module for supporting platform services; and the interaction module is used for carrying out data interaction with a third-party system.
In an alternative embodiment, the interaction module comprises: and the LDAP unit is used for realizing personnel list synchronization with the third-party system.
In an alternative embodiment, the interaction module comprises: the Webhook unit is used for uploading data to the third-party system; and the OpenAPI unit is used for receiving the data issued by the third-party system.
In a fourth aspect, an embodiment of the present application provides an electronic device, including: a processor, a memory, and a bus; the processor and the memory are communicated with each other through the bus; the memory stores program instructions executable by the processor, the processor invoking the program instructions to perform the platform deployment determination method of any of the preceding first aspects.
In a fifth aspect, embodiments of the present application provide a computer-readable storage medium storing computer instructions, which, when executed by a computer, cause the computer to perform the platform deployment determination method according to any one of the preceding first aspects.
In order to make the aforementioned objects, features and advantages of the present application more comprehensible, embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments of the present application will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and that those skilled in the art can also obtain other related drawings based on the drawings without inventive efforts.
Fig. 1 is a flowchart of a platform deployment method according to an embodiment of the present application;
fig. 2 is a schematic deployment diagram of an identity recognition platform according to an embodiment of the present application;
fig. 3 is a block diagram illustrating a structure of a platform deployment device according to an embodiment of the present disclosure;
fig. 4 is a block diagram of an electronic device according to an embodiment of the present disclosure.
Detailed Description
The technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application.
At present, from the development of market situation, more and more enterprises and organizations need to deploy their own management platforms, and most enterprises generally choose to assume a private cloud platform in the network environment of the enterprise and interface with other third-party systems of the enterprise to manage information inside the company for data security. For example, an enterprise needs to deploy an identity recognition platform on a private cloud, and the identity recognition platform can be interfaced with a Human Resource (HR) system and an Office Automation (OA) system of the enterprise to manage identity information inside the enterprise, so as to assist in monitoring security, access management, and the like.
The inventor notices that deploying the management platform on the private cloud needs to be supported by enough software and hardware basic environments: aiming at the way that a management platform provider directly provides and collocates complete sets of server hardware for deployment, the way needs to collocate the specification of a special server and needs a physical storage space and an air conditioning system which are suitable for the operation of the server, so the cost is higher; aiming at the way that a management platform provider directly provides a software installation package, because the computer environments of end users are different, various operating systems such as MacOS, Linux and Windows are possible, and each operating system has various versions, software conflicts can occur. In addition, deployment of the management platform on a private cloud also requires Internet Technology (IT) personnel to maintain, further increasing the cost of deployment.
In order to solve the problems of high deployment cost and the possibility that a deployed management platform conflicts with existing software, the inventor of the present invention has conducted intensive research to design a platform deployment method, which can deploy a platform in an independent environment in combination with a virtualization technology, and deploy the virtualized platform in existing external hardware. Because the platform is in a virtualized independent environment, the platform does not conflict with other software, the maintenance of personnel is reduced, and no additional hardware equipment is required to be added in the platform deployment process, so that the deployment cost is reduced.
The platform deployment method disclosed in the embodiment of the present application may be applied to, but not limited to, deployment of platforms such as an identity recognition platform and an information management platform, and the platform to be deployed is hereinafter referred to collectively as one or more of the above platforms, without specific limitation thereto.
Referring to fig. 1, fig. 1 is a flowchart illustrating a platform deployment method according to an embodiment of the present disclosure, where the platform deployment method may include the following steps:
step S101: and virtualizing the platform to be deployed to obtain the virtualized platform.
Step S102: and packaging the virtualized platform to obtain a corresponding installation package.
Step S103: and installing the virtualized platform on the external hardware according to the installation package and the software environment corresponding to the platform to be deployed in the external hardware.
Specifically, in order to solve the problem that the deployed platform conflicts with other software, a virtualization technology may be adopted to virtualize the platform to be deployed, so as to ensure that the platform to be deployed is in an independent environment. Because the environment of the platform to be deployed is relatively independent of the environment of other software, the environment difference caused by the operating system, hardware and the like of the terminal equipment cannot influence the platform to be deployed.
It can be appreciated that the process of virtualizing the platform to be deployed may employ a variety of virtualization technologies, such as: container (Container) technology, vSphere technology, Hyper-V technology, etc., which are not specifically limited in the embodiments of the present application. Hereinafter, the embodiment of the present application will use a Container technique as an example to describe the virtualization process in detail.
After the platform to be deployed is virtualized, the virtualized platform may be deployed in external hardware. As an embodiment, the platform to be deployed may be run through a VM or Docker virtual machine service provided by the external hardware itself. Specifically, firstly, the virtualized platform may be encapsulated to obtain a corresponding installation package; and then, according to the installation package and a software environment corresponding to the platform to be deployed in the external hardware, installing the virtualized platform on the external hardware.
It is understood that the embodiments of the present application are not limited to the following hardware, for example: the external hardware may be a Network Attached Storage (NAS) device, a Windows server, a Linux server, or the like.
Taking NAS as an example, NAS is a server for storing data, and can provide a perfect software environment for a platform to be deployed, so that a virtualized platform can be packaged into an installation package, and the virtualized platform can be installed on NAS according to the installation package and the software environment. As an embodiment, the NAS vendor may further provide an Application (APP) download platform, based on which the virtualized platform can be encapsulated.
Therefore, in the embodiment of the application, an enterprise can use the existing NAS or purchase the NAS which is cheaper than a common server, so that the cost of platform deployment can be reduced.
Therefore, the installation and erection of the platform to be deployed are completed, and subsequently, data interaction between the platform to be deployed and other third-party systems can be realized by integrating other technologies on external hardware, so that more functions are realized.
In the above scheme, because the virtualization technology is adopted to deploy the platform to be deployed, the environmental differences caused by an operating system, hardware and the like can be effectively eliminated, and thus the deployed platform to be deployed is prevented from colliding with the existing software. In addition, because the virtualized platform is deployed on external hardware, a user does not need to prepare an additional server and the like, and the cost for deploying the platform can be reduced.
Further, as an implementation manner, a Container technology may be used to virtualize a platform to be deployed, so as to obtain a virtualized platform.
Specifically, the step S101 may include the following steps:
and acquiring a program code, a function library and an environment configuration file corresponding to the platform to be deployed.
And packaging the program codes, the function library and the environment configuration file, and establishing a sandbox execution environment corresponding to the platform to be deployed to obtain the virtualized platform.
Among them, the Container technology is an operating system level virtualization technology, which mainly utilizes the functions of the operating system itself to implement virtualization. When we use Docker, we start a Container according to Docker File, configure the relevant environment according to the description of Docker File, and finally start the application.
Therefore, when executing the virtualization process by using the Container technology, it is necessary to package data such as a relevant program code, a function library, an environment configuration file, and the like required by the platform to be deployed, and then establish a corresponding sandbox execution environment, so as to obtain the virtualized platform.
In the above scheme, since the Container technology is adopted to deploy the platform to be deployed, an independent sandbox execution environment can be established, so that the environment difference caused by an operating system, hardware and the like can be effectively eliminated, and the conflict between the deployed platform to be deployed and existing software is avoided.
Further, after step S103, the platform deployment method according to the embodiment of the present application may further include the following steps:
and realizing personnel list synchronization with a platform on external hardware through an LDAP protocol.
Specifically, after the platform to be deployed is deployed, according to the requirements of the enterprise, a Lightweight Directory Access Protocol (LDAP) may be further integrated, so as to implement staff list synchronization between the platform to be deployed and other third-party systems inside the enterprise.
The LDAP protocol is an industrial standard protocol, so that most other third-party systems in an enterprise access the LDAP protocol, the LDAP protocol is directly integrated on the basis of the platform to be deployed, and the data synchronization of the platform to be deployed and the third-party systems can be quickly realized.
In the implementation of the present application, the third-party system may be a system storing a list of enterprise personnel, for example: mail systems, Virtual Private Network (VPN) systems, etc. Through the LDAP protocol, the synchronization of the personnel list can be realized among the mail system, the VPN system and the platform to be deployed.
It should be noted that the implementation of the synchronization of the people list based on the LDAP protocol is only one implementation provided in the embodiments of the present application. It is understood that, in addition to using the LDAP protocol, other communication protocols may be used in embodiments of the present application, such as: open Application Programming Interface (OpenAPI), etc.; in addition to synchronizing people lists, embodiments of the present application may also synchronize other data, such as: service information, customer information, etc. The embodiments of the present application are not specifically limited to these examples, and those skilled in the art can make appropriate adjustments according to actual situations.
In the above scheme, the platform deployed on the external hardware may integrate the LDAP protocol, and since most third-party systems all employ the LDAP protocol, the platform on the external hardware may implement the staff list synchronization with the third-party systems through the LDAP protocol.
Further, after step S103, the platform deployment method according to the embodiment of the present application may further include the following steps:
and receiving data sent by a platform on external hardware through the Webhook technology.
Specifically, after the platform to be deployed is deployed, the Webhook technology may be further integrated according to the requirements of the enterprise itself, and used to send data to the third-party system. The Webhook technology is one of the usage paradigms of the microservice API, and is also called a reverse API, that is, the front end does not actively send a request and is completely pushed by the back end.
In the implementation of the present application, the third-party system may be other systems in the enterprise, such as: attendance system, customer management system, etc. Through the Webhook technology, the platform to be deployed can upload a notification to the third-party system.
It should be noted that the implementation of data transmission based on the Webhook technology is only one implementation manner provided in the embodiments of the present application. It is understood that, in addition to using Webhook technology, embodiments of the present application may also use other communication technologies, such as: pushy, google's FCM, apple's Push Notification, and the like. The embodiments of the present application are not specifically limited to these examples, and those skilled in the art can make appropriate adjustments according to actual situations.
In the above scheme, a platform deployed on external hardware may integrate a Webhook technology, so that data can be sent to a third-party system through the Webhook technology.
Further, after step S103, the platform deployment method according to the embodiment of the present application may further include the following steps:
and sending data to a platform on external hardware through an OpenAPI technology.
Specifically, after the platform to be deployed is deployed, the OpenAPI technology may be further integrated according to the requirements of the enterprise itself, so as to receive data sent by the third-party system. The website services are packaged into a series of computer-recognizable data interfaces which are opened for a third-party developer to use, the behavior is called as an API for opening the website, and correspondingly, the opened API is called as an OpenAPI.
Similar to the above embodiments, in the implementation of the present application, the third-party system may be other systems in the enterprise, such as: attendance system, customer management system, etc. Through the OpenAPI technology, the platform to be deployed can obtain the data issued by the third-party system.
It should be noted that the implementation of receiving data based on the OpenAPI technology is only one implementation manner provided in the embodiments of the present application. It is understood that, in addition to the OpenAPI technology, other communication technologies may also be used in the embodiments of the present application, for example: various implementations of communication over the TCP protocol, etc. The embodiments of the present application are not specifically limited to these examples, and those skilled in the art can make appropriate adjustments according to actual situations.
In the above scheme, the platform deployed on the external hardware may integrate the OpenAPI technology, so that data sent by the third-party system may be received through the OpenAPI technology.
Further, after the platform to be deployed is deployed, according to the requirements of the enterprise, the LDAP protocol, the Webhook technology, and the OpenAPI technology in the above embodiments may also be integrated at the same time, so as to implement data interaction with the third-party system.
It can be understood that, after the platform to be deployed is deployed, in addition to the LDAP protocol, the Webhook technology, and the OpenAPI technology in the foregoing embodiments, there may be other technologies according to different needs of an enterprise, which is not specifically limited in this application embodiment, and those skilled in the art may appropriately select the technologies according to actual situations.
In the scheme, the platform to be deployed can directly integrate communication protocols of various office software, so that the integration of the platform to be deployed and existing software of an enterprise is realized.
An embodiment of the present application further provides a platform, where the platform may be deployed on external hardware by using the platform deployment method in the foregoing embodiment, and the platform may specifically include: a virtualization module and an interaction module. The virtual module is used for supporting platform services, and the interaction module is used for carrying out data interaction with a third-party system.
As an implementation manner, the interaction module may include an LDAP unit, configured to implement staff list synchronization with a third-party system; as another embodiment, the interaction module may include an OpenAPI unit, configured to receive data sent by a third-party system; as yet another embodiment, the interaction module may include a Webhook unit for uploading data to a third party system.
The specific implementation manners of the virtual module and the interactive module have been described in detail in the above embodiments, and are not described herein again.
It is understood that, similar to the above embodiments, the interaction module may include other units according to different needs of an enterprise besides one or more of the LDAP unit, Webhook unit, and OpenAPI unit in the above embodiments, which are not specifically limited by the embodiments of the present application, and those skilled in the art may make a suitable selection according to actual situations.
The platform in the above embodiment is described in detail below by taking the platform to be deployed as an example. Referring to fig. 2, fig. 2 is a schematic deployment diagram of an identity recognition platform according to an embodiment of the present disclosure. The identity recognition platform is deployed on the NAS after being virtualized by adopting a Container technology, and comprises a virtualization module and an interaction module. The interaction module comprises an LDAP unit, a Webhook unit and an OpenAPI unit.
The virtualization module is respectively connected with the identity recognition service module, the LDAP unit, the Webhook unit and the OpenAPI unit; the LDAP unit is connected with the LDAP service, and the LDAP service is connected with a third-party system; the Webhook unit and the OpenAPI unit are connected with a third-party system.
As an embodiment, the third party system connected to the LDAP service may include a mail system, a VPN system, etc. for synchronizing the list of people with the identification system.
As another embodiment, the third-party system connected to the Webhook unit and the OpenAPI unit may include an attendance system, an access control system, and the like, and is configured to implement services such as attendance management and access control management based on identity recognition of the identity recognition system.
In addition, the identity recognition platform can be connected with modules such as a terminal APP and a webpage UI through an OpenAPI unit.
Referring to fig. 3, fig. 3 is a block diagram of a platform deployment apparatus according to an embodiment of the present disclosure, where the platform deployment apparatus 300 may include: the virtual module 301 is configured to virtualize a platform to be deployed to obtain a virtualized platform; an encapsulation module 302, configured to encapsulate the virtualized platform to obtain a corresponding installation package; an installation module 303, configured to install the virtualized platform on the external hardware according to the installation package and a software environment corresponding to the platform to be deployed in the external hardware.
In the embodiment of the application, because the platform to be deployed is deployed by adopting a virtualization technology, the environmental difference caused by an operating system, hardware and the like can be effectively eliminated, so that the conflict between the deployed platform to be deployed and the existing software is avoided; in addition, because the virtualized platform is deployed on external hardware, a user does not need to prepare an additional server and the like, and the cost for deploying the platform can be reduced.
Further, the virtual module 301 is specifically configured to: and virtualizing the platform to be deployed by using a Container technology to obtain the virtualized platform.
In the embodiment of the application, because the Container technology is adopted to deploy the platform to be deployed, the environment difference caused by an operating system, hardware and the like can be effectively eliminated, and the conflict between the deployed platform to be deployed and the existing software is avoided.
Further, the virtual module 301 is further configured to: acquiring a program code, a function library and an environment configuration file corresponding to the platform to be deployed; and packaging the program code, the function library and the environment configuration file, and establishing a sandbox execution environment corresponding to the platform to be deployed to obtain the virtualized platform.
In the embodiment of the application, because the Container technology is adopted to deploy the platform to be deployed, and an independent sandbox execution environment can be established, the environment difference caused by an operating system, hardware and the like can be effectively eliminated, and the conflict between the deployed platform to be deployed and the existing software is avoided.
Further, the platform deployment apparatus 300 further includes: and the synchronization module is used for realizing personnel list synchronization with the platform on the external hardware through an LDAP protocol.
In the embodiment of the application, the platform deployed on the external hardware can integrate the LDAP protocol, and as most of the third-party systems adopt the LDAP protocol, the platform on the external hardware can realize the personnel list synchronization with the third-party systems through the LDAP protocol.
Further, the platform deployment apparatus 300 further includes: the receiving module is used for receiving data sent by a platform on the external hardware through a Webhook technology; and the sending module is used for sending data to the platform on the external hardware through an OpenAPI technology.
In the embodiment of the application, a platform deployed on external hardware can integrate the Webhook technology and the OpenAPI technology, so that the docking interaction with a third-party system can be realized through the Webhook technology and the OpenAPI technology.
Referring to fig. 4, fig. 4 is a block diagram of an electronic device according to an embodiment of the present disclosure, where the electronic device 400 includes: at least one processor 401, at least one communication interface 402, at least one memory 403 and at least one communication bus 404. Wherein the communication bus 404 is used for implementing direct connection communication of these components, the communication interface 402 is used for communicating signaling or data with other node devices, and the memory 403 stores machine-readable instructions executable by the processor 401. When the electronic device 400 is in operation, the processor 401 communicates with the memory 403 via the communication bus 404, and the machine-readable instructions, when called by the processor 401, perform the platform deployment methods described above.
For example, the processor 401 of the embodiment of the present application may read the computer program from the memory 403 through the communication bus 404 and execute the computer program to implement the following method: step S101: and virtualizing the platform to be deployed to obtain the virtualized platform. Step S102: and packaging the virtualized platform to obtain a corresponding installation package. Step S103: and installing the virtualized platform on the external hardware according to the installation package and the software environment corresponding to the platform to be deployed in the external hardware.
The processor 401 may be an integrated circuit chip having signal processing capabilities. The processor 401 may be a Central Processing Unit (CPU), which may implement or execute various methods, steps, and logic blocks disclosed in the embodiments of the present application. And Memory 403 may be Random Access Memory (RAM).
It will be appreciated that the configuration shown in fig. 4 is merely illustrative and that electronic device 400 may include more or fewer components than shown in fig. 4 or have a different configuration than shown in fig. 4. The components shown in fig. 4 may be implemented in hardware, software, or a combination thereof. In the embodiment of the present application, the electronic device 400 may be, but is not limited to, an entity device such as a desktop, a laptop, a smart phone, an intelligent wearable device, and a vehicle-mounted device, and may also be a virtual device such as a virtual machine. In addition, the electronic device 400 is not necessarily a single device, but may be a combination of multiple devices, such as a server cluster, and the like.
Embodiments of the present application also provide a computer program product comprising a computer program stored on a non-transitory computer-readable storage medium, the computer program comprising program instructions, which when executed by a computer, enable the computer to perform the steps of the platform deployment method in the above embodiments, for example, including: virtualizing a platform to be deployed to obtain a virtualized platform; packaging the virtualized platform to obtain a corresponding installation package; and installing the virtualized platform on the external hardware according to the installation package and the software environment corresponding to the platform to be deployed in the external hardware.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implemented, and for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
In addition, units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
Furthermore, the functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
It should be noted that the functions, if implemented in the form of software functional modules and sold or used as independent products, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
In this document, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions.
The above description is only an example of the present application and is not intended to limit the scope of the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. A method of platform deployment, comprising:
virtualizing a platform to be deployed to obtain a virtualized platform;
packaging the virtualized platform to obtain a corresponding installation package;
and installing the virtualized platform on the external hardware according to the installation package and the software environment corresponding to the platform to be deployed in the external hardware.
2. The method for platform deployment according to claim 1, wherein the virtualizing the platform to be deployed to obtain a virtualized platform comprises:
and virtualizing the platform to be deployed by using a Container technology to obtain the virtualized platform.
3. The platform deployment method according to claim 2, wherein the virtualizing the platform to be deployed by using a Container technique to obtain the virtualized platform comprises:
acquiring a program code, a function library and an environment configuration file corresponding to the platform to be deployed;
and packaging the program code, the function library and the environment configuration file, and establishing a sandbox execution environment corresponding to the platform to be deployed to obtain the virtualized platform.
4. The method of platform deployment according to any of claims 1-3, wherein after said installing said virtualized platform onto external hardware, said method further comprises:
and realizing personnel list synchronization with a platform on the external hardware through an LDAP protocol.
5. The method of platform deployment according to any of claims 1-3, wherein after said installing said virtualized platform onto external hardware, said method further comprises:
receiving data sent by a platform on the external hardware through a Webhook technology;
and sending data to a platform on the external hardware through an OpenAPI technology.
6. A platform deployment device, comprising:
the virtual module is used for virtualizing the platform to be deployed to obtain a virtualized platform;
the packaging module is used for packaging the virtualized platform to obtain a corresponding installation package;
and the installation module is used for installing the virtualized platform to the external hardware according to the installation package and the software environment corresponding to the platform to be deployed in the external hardware.
7. A platform deployed on external hardware using the platform deployment method of any one of claims 1-5;
the platform includes:
a virtualization module for supporting platform services;
and the interaction module is used for carrying out data interaction with a third-party system.
8. The platform of claim 7, wherein the interaction module comprises:
and the LDAP unit is used for realizing personnel list synchronization with the third-party system.
9. The platform of claim 7 or 8, wherein the interaction module comprises:
the Webhook unit is used for sending data to the third-party system;
and the OpenAPI unit is used for receiving the data sent by the third-party system.
10. An electronic device, comprising: a processor, a memory, and a bus;
the processor and the memory are communicated with each other through the bus;
the memory stores program instructions executable by the processor, the processor invoking the program instructions to perform the platform deployment method of any of claims 1-6.
CN202111050702.7A 2021-09-08 2021-09-08 Platform deployment method and device and platform Pending CN113721945A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111050702.7A CN113721945A (en) 2021-09-08 2021-09-08 Platform deployment method and device and platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111050702.7A CN113721945A (en) 2021-09-08 2021-09-08 Platform deployment method and device and platform

Publications (1)

Publication Number Publication Date
CN113721945A true CN113721945A (en) 2021-11-30

Family

ID=78682635

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111050702.7A Pending CN113721945A (en) 2021-09-08 2021-09-08 Platform deployment method and device and platform

Country Status (1)

Country Link
CN (1) CN113721945A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190095186A1 (en) * 2017-09-28 2019-03-28 At&T Intellectual Property I, L.P. Virtualization Platform for Creating, Deploying, Modifying, and Relocating Applications
CN109814878A (en) * 2018-12-20 2019-05-28 中国电子科技集团公司第十五研究所 Cross-platform cross commercialization is from the complicated huge information system mixed deployment system of primary climate
CN210007726U (en) * 2019-07-30 2020-01-31 联想(北京)有限公司 private cloud service systems
CN111338641A (en) * 2020-02-11 2020-06-26 腾讯云计算(北京)有限责任公司 Application publishing method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190095186A1 (en) * 2017-09-28 2019-03-28 At&T Intellectual Property I, L.P. Virtualization Platform for Creating, Deploying, Modifying, and Relocating Applications
CN109814878A (en) * 2018-12-20 2019-05-28 中国电子科技集团公司第十五研究所 Cross-platform cross commercialization is from the complicated huge information system mixed deployment system of primary climate
CN210007726U (en) * 2019-07-30 2020-01-31 联想(北京)有限公司 private cloud service systems
CN111338641A (en) * 2020-02-11 2020-06-26 腾讯云计算(北京)有限责任公司 Application publishing method and device

Similar Documents

Publication Publication Date Title
CN108536524B (en) Resource updating method, device, terminal and storage medium
KR102391806B1 (en) Integrated apis and uis for consuming services across different distributed networks
CN109547570B (en) Service registration method, device, registration center management equipment and storage medium
CN106776067B (en) Method and device for managing system resources in multi-container system
US10594800B2 (en) Platform runtime abstraction
CN109271211B (en) Method, device, equipment and medium for separating application program
US20190207823A1 (en) Dynamic delivery of software functions
KR20110055391A (en) Hypervisor file system
CN111324412A (en) Service deployment method, device and storage medium
CN110389936A (en) A kind of method, equipment and computer storage medium starting small routine
CN102043645B (en) Plug-in loading method and device
CN110740057B (en) Service deployment method and block chain platform
CN107251069B (en) Near field communication payment method and terminal
WO2021108123A1 (en) Automated management of machine images
CN112202744B (en) Multi-system data communication method and device
CN109343970B (en) Application program-based operation method and device, electronic equipment and computer medium
CN114185734A (en) Cluster monitoring method and device and electronic equipment
CN113821220A (en) Installation method and device of linux operating system
CN112631601A (en) Application firewall deployment method, device and equipment of container arrangement engine
CN113721945A (en) Platform deployment method and device and platform
CN111459510A (en) Cross-network operating system installation method and device, electronic equipment and medium
AU2022245632A1 (en) Run-time communications protocol parameter adjustment in containerized applications
CN113296878A (en) Container processing method and device, electronic equipment and system
CN103455342B (en) The method and device that a kind of theme calls
CN114465765B (en) Client security management system and method of cloud desktop system

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