CN111026414B - HDP platform deployment method based on kubernetes - Google Patents

HDP platform deployment method based on kubernetes Download PDF

Info

Publication number
CN111026414B
CN111026414B CN201911288656.7A CN201911288656A CN111026414B CN 111026414 B CN111026414 B CN 111026414B CN 201911288656 A CN201911288656 A CN 201911288656A CN 111026414 B CN111026414 B CN 111026414B
Authority
CN
China
Prior art keywords
hdp
platform
service
kubernetes
deployment
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911288656.7A
Other languages
Chinese (zh)
Other versions
CN111026414A (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.)
DBAPPSecurity Co Ltd
Original Assignee
DBAPPSecurity 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 DBAPPSecurity Co Ltd filed Critical DBAPPSecurity Co Ltd
Priority to CN201911288656.7A priority Critical patent/CN111026414B/en
Publication of CN111026414A publication Critical patent/CN111026414A/en
Application granted granted Critical
Publication of CN111026414B publication Critical patent/CN111026414B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • 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

Abstract

The application discloses a kubernetes-based HDP platform deployment method, a kubernetes-based HDP platform deployment device, kubernetes-based HDP platform deployment equipment and a readable storage medium, wherein the HDP platform deployment method comprises the following steps: generating a basic image of a service component in the HDP platform by utilizing a dockerfile, wherein the basic image comprises ambari services; obtaining yaml files generated according to configuration operation of a user on a service component; and constructing kubernetes service on the target server, and loading the basic mirror image and the yaml file by using the kubernetes service to realize the deployment of the HDP platform. Therefore, the application utilizes the dockerfile to construct the basic mirror image according to the basic service ambari and the HDP related service components, dynamically generates yaml files of each service component through the configuration before installation, finally realizes the automatic deployment of the HDP platform based on kubernetes, and remarkably improves the deployment efficiency of the HDP platform.

Description

HDP platform deployment method based on kubernetes
Technical Field
The application relates to the technical field of computers, in particular to a kubernetes-based HDP platform deployment method, a kubernetes-based HDP platform deployment device, kubernetes-based HDP platform deployment equipment and a readable storage medium.
Background
The HDP is an open source big data platform, provides a stable, safe and reliable big data platform, has the capability of deploying, installing, configuring and operating and maintaining big data clusters, and has wide application.
The most used for HDP is deployment and operation of clusters, and most people use the blue print scheme when deploying clusters. The blue print scheme is to plan the number and configuration of each service component in advance, for example, the number of datanodes is 3, the number of nodemagers is 6, etc. And then, when the blueprint is installed, the ambari-api is applied, so that the big data cluster can be installed according to the service component distribution mode set in the blueprint.
But the nodes corresponding to the service must be guaranteed to exist in the process of applying the blueprint. This can lead to a problem that if the number of service components is dynamically scaled, such as when blueprints are applied, a datanode is added, which can cause inaccurate installation in a blue print mode and burden deployment personnel.
Meanwhile, the traditional HDP installation mode often depends on a large number of system rpm packages, and different HDP versions are required for different operating systems, so that maintenance of each version is a complicated workload for implementation personnel.
In addition, the management of the HDP relies on the ambari-server service, and the big data component of the HDP itself has a problem of single point of failure, and when the physical server is down, the whole cluster cannot provide service.
It can be seen how to implement rapid deployment of an HDP platform for a cluster with a single point of failure and a dynamic node number is a problem to be solved by those skilled in the art.
Disclosure of Invention
The application aims to provide a kubernetes-based HDP platform deployment method, a kubernetes-based HDP platform deployment device, kubernetes-based HDP platform deployment equipment and a kubernetes-based HDP platform deployment readable storage medium, which are used for solving the problems that the HDP platform has single-point faults and clusters with dynamic node numbers are difficult to deploy the HDP platform rapidly. The specific scheme is as follows:
in a first aspect, the present application provides a kubernetes-based HDP platform deployment method, including:
generating a basic image of a service component in the HDP platform by utilizing a dockerfile, wherein the basic image comprises ambari service;
obtaining yaml files generated according to configuration operation of a user on the service component;
and constructing kubernetes service on a target server, and loading the basic image and the yaml file by utilizing the kubernetes service so as to realize the deployment of the HDP platform.
Preferably, before said loading said base image and said yaml file with said kubernetes service to enable deployment of an HDP platform, the method further comprises:
the hook-ceph is installed as a shared store for the HDP platform.
Preferably, the generating a base image of a service component in the HDP platform by using dockerfile includes:
and generating a basic image of a service component in the HDP platform by utilizing the dockerfile, wherein the basic image comprises a container password and a container target attribute, and the container target attribute is that containers corresponding to the same basic image are mutually free from being encrypted.
Preferably, after the generating the base image of the service component in the HDP platform by using the dockerfile, the method further includes:
the default configuration file of the container is modified, the storage type of the container is modified to be overlay2, and the metadata storage directory of the container is set to be a separate partition directory.
Preferably, after the generating the base image of the service component in the HDP platform by using the dockerfile, the method further includes:
and adding a starting instruction of the ambari service in the initializing starting instruction of the container.
Preferably, the loading the base image and the yaml file by using the kubernetes service to implement deployment of the HDP platform includes:
and creating a pod according to the basic image and the yaml file, starting an ambari service by utilizing the pod through a kubernetes service, and calling an API (application program interface) of the ambari service to start a service component of the HDP platform so as to realize the deployment of the HDP platform.
In a second aspect, the present application provides a kubernetes-based HDP platform deployment apparatus, including:
a basic mirror image generation module: generating a base image of a service component in the HDP platform by utilizing a dockerfile, wherein the base image comprises ambari services;
a file acquisition module: a yaml file generated according to the configuration operation of the service component by the user is obtained;
and (3) a deployment module: and the server is used for constructing kubernetes service on a target server, and loading the basic image and the yaml file by utilizing the kubernetes service so as to realize the deployment of the HDP platform.
Preferably, the deployment module is configured to:
and creating a pod according to the basic image and the yaml file, starting an ambari service by utilizing the pod through a kubernetes service, and calling an API (application program interface) of the ambari service to start a service component of the HDP platform so as to realize the deployment of the HDP platform.
In a third aspect, the present application provides a kubernetes-based HDP platform deployment device, including:
a memory: for storing a computer program;
a processor: for executing the computer program to implement the steps of a kubernetes-based HDP platform deployment method as described above.
In a fourth aspect, the present application provides a readable storage medium having stored thereon a computer program for implementing the steps of a kubernetes-based HDP platform deployment method as described above when executed by a processor.
The application provides a kubernetes-based HDP platform deployment method, which comprises the following steps: generating a basic image of a service component in the HDP platform by utilizing a dockerfile, wherein the basic image comprises ambari services; obtaining yaml files generated according to configuration operation of a user on a service component; and constructing kubernetes service on the target server, and loading the basic mirror image and the yaml file by using the kubernetes service to realize the deployment of the HDP platform. According to the method, the base mirror image is constructed by utilizing the dockerfile according to the base service ambari and the HDP related service components, yaml files of the service components are dynamically generated through configuration before installation, and finally, the automatic deployment of the HDP platform is realized based on kubernetes, so that the deployment efficiency of the HDP platform is remarkably improved. Because kubernetes has the characteristic of high availability, the method is suitable for the scene of dynamic change of the number of cluster nodes, the problem of single-point failure is avoided through ambari service, and the reliability of the platform is improved.
In addition, the application also provides a kubernetes-based HDP platform deployment device, equipment and a readable storage medium, and the technical effects of the device and the equipment correspond to those of the method, and are not repeated here.
Drawings
For a clearer description of embodiments of the application or of the prior art, the drawings that are used in the description of the embodiments or of the prior art will be briefly described, it being apparent that the drawings in the description below are only some embodiments of the application, and that other drawings can be obtained from them without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart of an implementation of a first embodiment of a kubernetes-based HDP platform deployment method provided by the present application;
FIG. 2 is a flowchart of a second embodiment of a kubernetes-based HDP platform deployment method according to the present application;
FIG. 3 is a functional block diagram of an embodiment of a kubernetes-based HDP platform deployment device provided by the present application;
fig. 4 is a schematic structural diagram of an embodiment of a kubernetes-based HDP platform deployment device according to the present application.
Detailed Description
In order to better understand the aspects of the present application, the present application will be described in further detail with reference to the accompanying drawings and detailed description. It will be apparent that the described embodiments are only some, but not all, embodiments of the application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
The core of the application is to provide a kubernetes-based HDP platform deployment method, device, equipment and readable storage medium, wherein a foundation mirror image is constructed by utilizing dockerfile according to a foundation service ambari and an HDP related service component, yaml files of each service component are dynamically generated through configuration before installation, and finally the automatic deployment of the HDP platform is realized based on the kubernetes, so that the deployment efficiency of the HDP platform is remarkably improved.
The following describes an embodiment of a kubernetes-based HDP platform deployment method, referring to fig. 1, where the embodiment one includes:
s101, generating a basic image of a service component in an HDP platform by utilizing dockerfile, wherein the basic image comprises ambari service;
s102, obtaining a yaml file generated according to the configuration operation of a user on the service component;
s103, constructing kubernetes service on a target server, and loading the basic mirror image and the yaml file by utilizing the kubernetes service to realize deployment of an HDP platform.
The embodiment is used for realizing the deployment of the HDP platform, and the specific deployment content includes relevant service components of the HDP platform, such as hdfs, hbase, zookeeper, kafka, spark, flink, storm, and the like, and further includes a basic service ambari, wherein the ambari is a monitoring management tool of the big data platform.
The embodiment is realized based on kubernetes service, which is an open-source container cluster management system, which provides functions of application deployment, maintenance, expansion mechanism and the like, and can conveniently manage cross-machine running containerized applications by using the kubernetes service, and generally, the kubernetes service is used for managing pod and executing specific tasks needing to isolate environments in the pod. The pod is a basic operation unit of kubernetes service and is also a carrier for running applications. Typically, a pod includes one or more containers, and a single pod is a separator, but the containers contained within the pod share one another.
The container is a lightweight operating system level virtualization that can run applications and their dependencies in a resource-isolated process, and all the components necessary to run the application will be packaged as a mirror image and can be reused. Specifically, in this embodiment, a base image of a service component in the HDP platform is generated by using dockerfile, and the container is run depending on the base image. Where dockerfile is a script interpreted by Docker programs, and generally includes four pieces of information: basic mirror information, maintainer information, mirror operation instructions, and container start-up execution instructions. It will be appreciated that the execution instruction of the container initiation in this embodiment includes an initiation instruction of the ambari service.
The basic mirror image is used for describing the service components in the HDP platform, and the operation user of the embodiment carries out corresponding configuration operation on the service components in the HDP platform. In the actual implementation process, a corresponding yaml file is generated according to the configuration operation of the user on the service component, and any one or more of the following configuration information of the service component can be set in the pod through the yaml file: a start command, an environment variable, a Host network, data persistence, and a restart policy.
Finally, the kubernetes service creates a pod according to the basic mirror image and the yaml file, dispatches the pod to a target server of the cluster, starts an ambari service by the pod, and calls an API (application program interface) of the ambari service to start a service component of the HDP platform so as to realize deployment of the HDP platform.
The HDP platform deployment method based on kubernetes provided in this embodiment includes: generating a basic image of a service component in the HDP platform by utilizing a dockerfile, wherein the basic image comprises ambari services; obtaining yaml files generated according to configuration operation of a user on a service component; and constructing kubernetes service on the target server, and loading the basic mirror image and the yaml file by using the kubernetes service to realize the deployment of the HDP platform. According to the method, the base mirror image is constructed by utilizing the dockerfile according to the base service ambari and the HDP related service components, yaml files of the service components are dynamically generated through configuration before installation, and finally, the automatic deployment of the HDP platform is realized based on kubernetes, so that the deployment efficiency of the HDP platform is remarkably improved. Because kubernetes has the characteristic of high availability, the method is suitable for the scene of dynamic change of the number of cluster nodes, the problem of single-point failure is avoided through ambari service, and the reliability of the platform is improved.
The second embodiment of the HDP platform deployment method based on kubernetes provided by the present application is implemented based on the first embodiment, and is expanded to a certain extent based on the first embodiment.
Referring to fig. 2, the second embodiment specifically includes:
s201, generating a basic image of a service component in an HDP platform by utilizing a dockerfile, wherein the basic image comprises ambari service, a container password and a container target attribute, and the container target attribute is that containers corresponding to the same basic image are mutually free from being encrypted;
the above process comprises: a base rpm package was added and installed. The base image of the embodiment integrates the ambari-server and the ambari-agent, and sets the container password and the self-encryption attribute when the base image is manufactured, so that all containers based on the same image are mutually encryption-free.
S202, adding a starting instruction of an ambari service in an initializing starting instruction of the container;
s203, modifying a default configuration file of a container, modifying the storage type of the container to be overlay2, and setting a metadata storage catalog of the container to be a separate partition catalog;
the default configuration file will store the metadata of the docker in the/var/lib/docker directory, and the embodiment modifies the default configuration file of the container to place the metadata directory in a separate partition directory. Meanwhile, the default storage type of the docker is modified, so that the docker can use more efficient and stable overlay2 storage.
S204, obtaining a yaml file generated according to the configuration operation of the user on the service component;
yaml files can be understood as blueprint files of service components, services create instances, configurations, etc. according to settings in the yaml files. Taking naminode. Yaml as an example: setting a mapping port of the naminode, statefulSet configuration, shared storage and the like.
As a specific implementation mode, the basic image comprises an ambari-server and an ambari-agent, however, only one pod is set in a yaml file to start the ambari-server, and the other is set to start the ambari-agent, so that the occupation space of additionally rewriting a basic image is avoided.
S205, installing a hook-ceph as a shared storage of the HDP platform;
the method and the device are characterized in that the hook-ceph is a shared storage which is necessary for realizing stateful services, the hook-ceph is used as a network disk scheme for persistent dynamic storage of a kubernetes service bottom layer, and the stateful distributed services or custom services in the HDP platform are stored into the ceph in a persistent mode, so that data loss caused by downtime is avoided.
S206, constructing kubernetes service on the target server, creating a pod according to the basic mirror image and the yaml file, starting ambari service by using the pod through the kubernetes service, and calling an API (application program interface) of the ambari service to start a service component of the HDP platform so as to realize deployment of the HDP platform.
As a specific embodiment, the following procedure is implemented by an automation script:
1. installing a docker and configuration, wherein yum install-y docker is rpm;
2. installing kubernetes service environment and configuration, and rke up-config cluster;
3. mounting a hook-ceph and setting, kubectl create-f hook/common. Yaml, operator. Yaml, cluster. Yaml;
4. importing a basic mirror image, and carrying out dock load-ibase.tar.gz;
5. creating HDP platform services, kubecl create-f namode.yaml, kafka.yaml, zookeeper.yaml;
6. the container in the pod initiates an ambari-server or ambari-agent service and then invokes yaml files to complete the cluster installation.
Therefore, in the HDP platform deployment method based on kubernetes provided in this embodiment, a basic image is constructed by using a dockerfile to construct a basic service ambari and an HDP related service required by operation; taking the hook-ceph as a network disk scheme of the persistent dynamic storage of the kubernetes service bottom layer, and storing the stateful distributed service or the customized service in the HDP into the ceph in a persistent manner; the yaml files of each service are dynamically generated through configuration before installation, the pod of the service response is created through the respective yaml files of the service, the ambari related process is automatically started in the pod, an API interface of the ambari-server is automatically called after each pod is started, and the corresponding service in the current pod is automatically started, so that the HDP platform deployment method based on kubernetes is realized, one-key automatic deployment is realized, and the deployment efficiency is remarkably improved.
The following describes a kubernetes-based HDP platform deployment device provided by the embodiment of the present application, and the kubernetes-based HDP platform deployment device described below and the kubernetes-based HDP platform deployment method described above may be referred to correspondingly.
As shown in fig. 3, the apparatus includes:
base image generation module 301: generating a base image of a service component in the HDP platform by utilizing a dockerfile, wherein the base image comprises ambari services;
file acquisition module 302: a yaml file generated according to the configuration operation of the service component by the user is obtained;
deployment module 303: and the server is used for constructing kubernetes service on a target server, and loading the basic image and the yaml file by utilizing the kubernetes service so as to realize the deployment of the HDP platform.
In some specific embodiments, the deployment module is configured to:
and creating a pod according to the basic image and the yaml file, starting an ambari service by utilizing the pod through a kubernetes service, and calling an API (application program interface) of the ambari service to start a service component of the HDP platform so as to realize the deployment of the HDP platform.
The kubernetes-based HDP platform deployment device of the present embodiment is configured to implement the foregoing kubernetes-based HDP platform deployment method, so that a specific implementation in the device may be seen in the foregoing example portion of the kubernetes-based HDP platform deployment method, for example, the base image generating module 301, the file acquiring module 302, and the deployment module 303 are respectively configured to implement steps S101, S102, and S103 in the foregoing kubernetes-based HDP platform deployment method. Therefore, the detailed description will be omitted herein with reference to the accompanying drawings, which illustrate examples of the respective parts.
In addition, since the HDP platform deployment device based on kubernetes in the embodiment is used to implement the foregoing HDP platform deployment method based on kubernetes, the roles of the HDP platform deployment device based on kubernetes correspond to those of the foregoing method, and are not repeated herein.
In addition, the application also provides HDP platform deployment equipment based on kubernetes, which comprises the following steps as shown in fig. 4:
memory 100: for storing a computer program;
processor 200: for executing the computer program to implement the steps of a kubernetes-based HDP platform deployment method as described above.
Finally, the present application provides a readable storage medium having stored thereon a computer program for implementing the steps of a kubernetes-based HDP platform deployment method as described above when executed by a processor.
In this specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, so that the same or similar parts between the embodiments are referred to each other. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. The software modules may be disposed in Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The foregoing has outlined rather broadly the more detailed description of the application in order that the detailed description of the principles and embodiments of the application may be better understood, and in order that the present application may be better understood; meanwhile, as those skilled in the art will have variations in the specific embodiments and application scope in accordance with the ideas of the present application, the present description should not be construed as limiting the present application in view of the above.

Claims (9)

1. The HDP platform deployment method based on kubernetes is characterized by comprising the following steps of:
generating a basic image of a service component in the HDP platform by utilizing a dockerfile, wherein the basic image comprises ambari service;
obtaining yaml files generated according to configuration operation of a user on the service component;
constructing kubernetes service on a target server, and loading the basic image and the yaml file by utilizing the kubernetes service so as to realize the deployment of an HDP platform;
before the base image and the yaml file are loaded by using the kubernetes service to realize the deployment of the HDP platform, the method further comprises the following steps: the hook-ceph is installed as a shared store for the HDP platform.
2. The method of claim 1, wherein generating the base image of the service component in the HDP platform using dockerfile comprises:
and generating a basic image of a service component in the HDP platform by utilizing the dockerfile, wherein the basic image comprises a container password and a container target attribute, and the container target attribute is that containers corresponding to the same basic image are mutually free from being encrypted.
3. The method of claim 2, further comprising, after said generating a base image of a service component in the HDP platform using dockerfile:
the default configuration file of the container is modified, the storage type of the container is modified to be overlay2, and the metadata storage directory of the container is set to be a separate partition directory.
4. The method of claim 3, further comprising, after said generating a base image of a service component in the HDP platform using dockerfile:
and adding a starting instruction of the ambari service in the initializing starting instruction of the container.
5. The method of claim 1, wherein loading the base image and the yaml file with the kubernetes service to enable deployment of an HDP platform comprises:
and creating a pod according to the basic image and the yaml file, starting an ambari service by utilizing the pod through a kubernetes service, and calling an API (application program interface) of the ambari service to start a service component of the HDP platform so as to realize the deployment of the HDP platform.
6. An HDP platform deployment apparatus based on kubernetes, comprising:
a basic mirror image generation module: generating a base image of a service component in the HDP platform by utilizing a dockerfile, wherein the base image comprises ambari services;
a file acquisition module: a yaml file generated according to the configuration operation of the service component by the user is obtained;
and (3) a deployment module: the method comprises the steps of constructing kubernetes service on a target server, and loading the basic image and the yaml file by utilizing the kubernetes service so as to realize deployment of an HDP platform;
the HDP platform deployment device based on kubernetes is further used for: before the base image and the yaml file are loaded by using the kubernetes service to realize the deployment of the HDP platform, the method further comprises the following steps: the hook-ceph is installed as a shared store for the HDP platform.
7. The apparatus of claim 6, wherein the deployment module is to:
and creating a pod according to the basic image and the yaml file, starting an ambari service by utilizing the pod through a kubernetes service, and calling an API (application program interface) of the ambari service to start a service component of the HDP platform so as to realize the deployment of the HDP platform.
8. An HDP platform deployment device based on kubernetes, comprising:
a memory: for storing a computer program;
a processor: steps for executing the computer program to implement a kubernetes-based HDP platform deployment method according to any of claims 1-5.
9. A readable storage medium, wherein a computer program is stored on the readable storage medium, and the computer program is executed by a processor to implement the steps of a kubernetes-based HDP platform deployment method according to any of claims 1-5.
CN201911288656.7A 2019-12-12 2019-12-12 HDP platform deployment method based on kubernetes Active CN111026414B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911288656.7A CN111026414B (en) 2019-12-12 2019-12-12 HDP platform deployment method based on kubernetes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911288656.7A CN111026414B (en) 2019-12-12 2019-12-12 HDP platform deployment method based on kubernetes

Publications (2)

Publication Number Publication Date
CN111026414A CN111026414A (en) 2020-04-17
CN111026414B true CN111026414B (en) 2023-09-08

Family

ID=70211032

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911288656.7A Active CN111026414B (en) 2019-12-12 2019-12-12 HDP platform deployment method based on kubernetes

Country Status (1)

Country Link
CN (1) CN111026414B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112035123A (en) * 2020-08-28 2020-12-04 北京浪潮数据技术有限公司 Method for realizing no server based on kubernets platform
CN113031972A (en) * 2020-12-02 2021-06-25 杭州玳数科技有限公司 Method for decoupling flink stream calculation dependent file and mirror image in cloud native scene
CN112702211B (en) * 2020-12-30 2022-06-24 浪潮云信息技术股份公司 Network service grid system based on Kubernetes
CN113760448A (en) * 2021-04-30 2021-12-07 中科天玑数据科技股份有限公司 Big data management platform based on kubernets
CN113329102B (en) * 2021-08-04 2021-10-29 苏州浪潮智能科技有限公司 Ambari Server system and network request response method
CN115250197B (en) * 2022-06-02 2024-04-12 苏州思萃工业互联网技术研究所有限公司 Device for automatically creating container discovery service
CN116089154A (en) * 2023-04-10 2023-05-09 苏州浪潮智能科技有限公司 Cloud native application fault processing method, system, equipment and computer medium

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105072140A (en) * 2015-06-30 2015-11-18 浪潮(北京)电子信息产业有限公司 Method and device for deploying virtual platform
CN106293820A (en) * 2016-08-02 2017-01-04 山东大学 Exploitation test O&M integral system, deployment, full dose and increment updating method
WO2017177769A1 (en) * 2016-04-11 2017-10-19 平安科技(深圳)有限公司 Ogg version deployment method and system, server, and storage medium
CN108984205A (en) * 2018-07-26 2018-12-11 浙江大学 A kind of method and device of application automation building and deployment based on container technique
CN109284184A (en) * 2018-03-07 2019-01-29 中山大学 A kind of building method of the distributed machines learning platform based on containerization technique
CN109309693A (en) * 2017-07-26 2019-02-05 财付通支付科技有限公司 Services system, dispositions method and device, equipment and storage medium based on docker
CN109491674A (en) * 2018-11-07 2019-03-19 李斌 A kind of method and system of the automatic deployment service in Kubernetes cluster
CN109800056A (en) * 2019-01-16 2019-05-24 杭州趣链科技有限公司 A kind of block chain dispositions method based on container
CN109815704A (en) * 2019-01-24 2019-05-28 中国—东盟信息港股份有限公司 A kind of safety detection method and its system of Kubernetes cloud native applications
US10303576B1 (en) * 2018-05-04 2019-05-28 6Fusion Usa, Inc. Systems and methods for IT intelligence and management based on container-level metering
CN109885316A (en) * 2019-02-18 2019-06-14 国家计算机网络与信息安全管理中心 Hdfs-hbase dispositions method and device based on kubernetes
CN109934361A (en) * 2019-02-25 2019-06-25 江苏电力信息技术有限公司 A kind of automation operation platform model based on container and big data
CN109947536A (en) * 2019-03-25 2019-06-28 山东浪潮云信息技术有限公司 A kind of PostgreSQL Automation arranging method based on Kubernetes
CN110166285A (en) * 2019-04-28 2019-08-23 北京航空航天大学 A kind of network security experiment porch building method based on Docker
CN110362381A (en) * 2019-06-21 2019-10-22 深圳市汇川技术股份有限公司 HDFS cluster High Availabitity dispositions method, system, equipment and storage medium
CN110389832A (en) * 2019-06-21 2019-10-29 深圳市汇川技术股份有限公司 ZooKeeper container cluster dispositions method, system, equipment and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180205616A1 (en) * 2017-01-18 2018-07-19 International Business Machines Corporation Intelligent orchestration and flexible scale using containers for application deployment and elastic service
US10963349B2 (en) * 2017-08-25 2021-03-30 Vmware, Inc. Containerized application snapshots

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105072140A (en) * 2015-06-30 2015-11-18 浪潮(北京)电子信息产业有限公司 Method and device for deploying virtual platform
WO2017177769A1 (en) * 2016-04-11 2017-10-19 平安科技(深圳)有限公司 Ogg version deployment method and system, server, and storage medium
CN106293820A (en) * 2016-08-02 2017-01-04 山东大学 Exploitation test O&M integral system, deployment, full dose and increment updating method
CN109309693A (en) * 2017-07-26 2019-02-05 财付通支付科技有限公司 Services system, dispositions method and device, equipment and storage medium based on docker
CN109284184A (en) * 2018-03-07 2019-01-29 中山大学 A kind of building method of the distributed machines learning platform based on containerization technique
US10303576B1 (en) * 2018-05-04 2019-05-28 6Fusion Usa, Inc. Systems and methods for IT intelligence and management based on container-level metering
CN108984205A (en) * 2018-07-26 2018-12-11 浙江大学 A kind of method and device of application automation building and deployment based on container technique
CN109491674A (en) * 2018-11-07 2019-03-19 李斌 A kind of method and system of the automatic deployment service in Kubernetes cluster
CN109800056A (en) * 2019-01-16 2019-05-24 杭州趣链科技有限公司 A kind of block chain dispositions method based on container
CN109815704A (en) * 2019-01-24 2019-05-28 中国—东盟信息港股份有限公司 A kind of safety detection method and its system of Kubernetes cloud native applications
CN109885316A (en) * 2019-02-18 2019-06-14 国家计算机网络与信息安全管理中心 Hdfs-hbase dispositions method and device based on kubernetes
CN109934361A (en) * 2019-02-25 2019-06-25 江苏电力信息技术有限公司 A kind of automation operation platform model based on container and big data
CN109947536A (en) * 2019-03-25 2019-06-28 山东浪潮云信息技术有限公司 A kind of PostgreSQL Automation arranging method based on Kubernetes
CN110166285A (en) * 2019-04-28 2019-08-23 北京航空航天大学 A kind of network security experiment porch building method based on Docker
CN110362381A (en) * 2019-06-21 2019-10-22 深圳市汇川技术股份有限公司 HDFS cluster High Availabitity dispositions method, system, equipment and storage medium
CN110389832A (en) * 2019-06-21 2019-10-29 深圳市汇川技术股份有限公司 ZooKeeper container cluster dispositions method, system, equipment and storage medium

Also Published As

Publication number Publication date
CN111026414A (en) 2020-04-17

Similar Documents

Publication Publication Date Title
CN111026414B (en) HDP platform deployment method based on kubernetes
US11405274B2 (en) Managing virtual network functions
CN106537338B (en) Self-expanding clouds
US10140134B2 (en) Management of inter-dependent configurations of virtual machines in a cloud
US11146620B2 (en) Systems and methods for instantiating services on top of services
US9338067B2 (en) Network resource deployment for cloud-based services
CN108255497B (en) Application deployment method and device
US20150378765A1 (en) Methods and apparatus to scale application deployments in cloud computing environments using virtual machine pools
CN113296792B (en) Storage method, device, equipment, storage medium and system
US9996331B1 (en) Customized application state transition
CN111610985B (en) Kubernetes cluster rapid deployment method on domestic platform
CN113204353B (en) Big data platform assembly deployment method and device
CN108491163B (en) Big data processing method and device and storage medium
CN112995267B (en) Data subscription service method and equipment based on Kubernetes cluster
US9141363B2 (en) Application construction for execution on diverse computing infrastructures
CN116089011A (en) Method and device for creating mirror warehouse, storage medium and electronic equipment
US10466991B1 (en) Computing instance software package installation
CN117112122A (en) Cluster deployment method and device
CN113918274A (en) Docker container-based KVM virtual machine migration method
CN114124739B (en) Method and device for deploying FreeWITCH service, electronic equipment and storage medium
US20220197760A1 (en) High-availability for power-managed virtual desktop access
CN210007726U (en) private cloud service systems
US11853783B1 (en) Identifying hosts for dynamically enabling specified features when resuming operation of a virtual compute instance
CN116339926B (en) Containerized deployment method of ATS software
CN113778466A (en) Server-oriented application system deployment method, equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant