CN111026414A - HDP platform deployment method based on kubernets - Google Patents

HDP platform deployment method based on kubernets Download PDF

Info

Publication number
CN111026414A
CN111026414A CN201911288656.7A CN201911288656A CN111026414A CN 111026414 A CN111026414 A CN 111026414A CN 201911288656 A CN201911288656 A CN 201911288656A CN 111026414 A CN111026414 A CN 111026414A
Authority
CN
China
Prior art keywords
hdp
service
platform
kubernets
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.)
Granted
Application number
CN201911288656.7A
Other languages
Chinese (zh)
Other versions
CN111026414B (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

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order
    • 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 method, a device, equipment and a readable storage medium for deploying an HDP platform based on kubernets, wherein the method comprises the following steps: generating a basic mirror image of a service component in the HDP platform by using dockerfile, wherein the basic mirror image comprises ambari service; acquiring a yaml file generated according to configuration operation of a user on a service component; and building a kubernets service on the target server, and loading a basic mirror image and a yaml file by using the kubernets service so as to realize the deployment of the HDP platform. Therefore, the basic mirror image is constructed by using dockerfile according to the basic service ambari and the HDP related service components, the yaml files of the service components are dynamically generated through configuration before installation, automatic deployment of the HDP platform is finally achieved based on kubernets, and deployment efficiency of the HDP platform is remarkably improved.

Description

HDP platform deployment method based on kubernets
Technical Field
The present application relates to the field of computer technologies, and in particular, to a kubernets-based HDP platform deployment method, apparatus, device, and readable storage medium.
Background
The HDP is an open-source big data platform, provides a stable, safe and reliable big data platform, has the capacity of deploying, installing, configuring, operating and maintaining big data clusters, and is wide in application.
The most used HDP is deployment and operation and maintenance clustering, and most people use the blueprint scheme when deploying clusters. The blueprint scheme is to plan the number and configuration of each service component in advance, for example, data is 3, nodemager is 6, and the like. Then, when the installation is carried out, the large data cluster can be installed in a service component distribution mode set in the blueprint by applying the blueprint through ambari-api.
But the nodes corresponding to the service must exist in the process of applying the blueprint. This causes a problem that if the number of service components is dynamically scaled, such as when a blueprint is applied, and a dataode node is added, the installation becomes inaccurate by using the blueprint method, which causes a burden to the deployment personnel.
Meanwhile, the traditional HDP installation mode usually depends on a large number of system rpm packages, different HDP versions are needed for different operating systems, and maintenance of each version is a tedious workload for implementation personnel.
In addition, management of the HDP depends on ambari-server service, and a large data component of the HDP has the problem of single point failure, so that when a physical server is down, the whole cluster cannot provide service.
Therefore, how to implement the rapid deployment of the HDP platform for the cluster with single point of failure and dynamic node number is a problem to be solved by those skilled in the art.
Disclosure of Invention
The application aims to provide a Kubernets-based HDP platform deployment method, a Kubernets-based HDP platform deployment device, Kubernets-based HDP platform deployment equipment and a readable storage medium, and is used for solving the problems that a single-point fault exists in an HDP platform, and a cluster with the number of dynamic nodes is difficult to rapidly deploy the HDP platform. The specific scheme is as follows:
in a first aspect, the present application provides a kubernets-based HDP platform deployment method, including:
generating a basic mirror image of a service component in the HDP platform by using dockerfile, wherein the basic mirror image comprises ambari service;
acquiring a yaml file generated according to the configuration operation of a user on the service assembly;
and building a kubernets service on a target server, and loading the basic mirror image and the yaml file by using the kubernets service so as to realize the deployment of the HDP platform.
Preferably, before the loading the base image and the yaml file by using the kubernets service to implement the deployment of the HDP platform, the method further includes:
look-ceph is installed as shared storage for the HDP platform.
Preferably, the generating a base mirror image of a service component in the HDP platform by using the dockerfile includes:
and generating a basic mirror image of the service component in the HDP platform by using the dockerfile, wherein the basic mirror image comprises a container password and a container target attribute, and the container target attribute is that the containers corresponding to the same basic mirror image are mutually secret-free.
Preferably, after the generating the base image of the service component in the HDP platform by using the dockerfile, the method further includes:
modifying a default configuration file of a container, modifying a storage type of the container to overlay2, and setting a metadata storage directory of the container as 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 initialization starting instruction of the container.
Preferably, the loading the base image and the yaml file by using the kubernets service to implement the deployment of the HDP platform includes:
and creating a pod according to the basic mirror image and the yaml file, starting ambari service by using the pod through kubernets service, and calling an API (application programming 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 kubernets-based HDP platform deployment apparatus, including:
a basic mirror image generation module: the base mirror image is used for generating a service component in the HDP platform by using dockerfile, and comprises ambari service;
a file acquisition module: the system comprises a server and a server, wherein the server is used for acquiring a yaml file generated according to configuration operation of a user on the service component;
a deployment module: the system is used for building a kubernets service on a target server, and loading the basic mirror image and the yaml file by using the kubernets 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 mirror image and the yaml file, starting ambari service by using the pod through kubernets service, and calling an API (application programming 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 an HDP platform deployment device based on kubernets, including:
a memory: for storing a computer program;
a processor: for executing said computer program to carry out the steps of a kubernets-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, when executed by a processor, the steps of a kubernets-based HDP platform deployment method as described above.
The application provides a method for deploying an HDP platform based on kubernets, which comprises the following steps: generating a basic mirror image of a service component in the HDP platform by using dockerfile, wherein the basic mirror image comprises ambari service; acquiring a yaml file generated according to configuration operation of a user on a service component; and building a kubernets service on the target server, and loading a basic mirror image and a yaml file by using the kubernets service so as to realize the deployment of the HDP platform. Therefore, the method utilizes dockerfile to construct a basic mirror image according to basic service ambari and HDP related service components, dynamically generates the yaml file of each service component through configuration before installation, finally realizes automatic deployment of the HDP platform based on kubernets, and remarkably improves the deployment efficiency of the HDP platform. Because kubernets have the characteristic of high availability, the method is suitable for scenes with dynamically changed cluster node number, the problem of single-point failure is solved through ambari service, and the reliability of the platform is improved.
In addition, the application also provides an HDP platform deployment device, equipment and a readable storage medium based on kubernets, and the technical effects of the HDP platform deployment device, the equipment and the readable storage medium correspond to the technical effects of the method, and are not described herein again.
Drawings
For a clearer explanation of the embodiments or technical solutions of the prior art of the present application, the drawings needed for the description of the embodiments or prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a flowchart illustrating a first implementation of a kubernets-based HDP platform deployment method according to an embodiment of the present disclosure;
fig. 2 is a flowchart illustrating an implementation of a second embodiment of a kubernets-based HDP platform deployment method provided in the present application;
FIG. 3 is a functional block diagram of an embodiment of a kubernets-based HDP platform deployment apparatus provided herein;
fig. 4 is a schematic structural diagram of an embodiment of an HDP platform deployment device based on kubernets according to the present application.
Detailed Description
In order that those skilled in the art will better understand the disclosure, the following detailed description will be given with reference to the accompanying drawings. It is to be understood that the embodiments described are only a few embodiments of the present application and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The core of the application is to provide a method, a device, equipment and a readable storage medium for deploying the HDP platform based on kubernets, a foundation image is constructed by using dockerfile according to a foundation service ambari and HDP related service components, a yaml file of each service component is dynamically generated through configuration before installation, finally, automatic deployment of the HDP platform is realized based on kubernets, and deployment efficiency of the HDP platform is remarkably improved.
Referring to fig. 1, a first embodiment of a kubernets-based HDP platform deployment method provided in the present application is described below, where the first embodiment includes:
s101, generating a basic mirror image of a service component in the HDP platform by using dockerfile, wherein the basic mirror image comprises ambari service;
s102, obtaining a yaml file generated according to configuration operation of a user on the service assembly;
s103, building a kubernets service on the target server, and loading the basic mirror image and the yaml file by using the kubernets service to realize the deployment of the HDP platform.
The embodiment is used for realizing the deployment of the HDP platform, and the specific deployment content includes related service components of the HDP platform, such as hdfs, hbase, zookeeper, kafka, spark, flex, storm, and the like, and also includes a basic service ambari, where ambari is a monitoring management tool of a large data platform.
The embodiment is realized based on kubernets service, the kubernets service is an open-source container cluster management system, and provides functions of application deployment, maintenance, extension mechanism and the like, the kubernets service can be used for conveniently managing cross-machine operation containerized applications, and generally, the kubernets service is used for managing pods and executing specific tasks needing isolation environments in the pods. Wherein pod is the basic operation unit of kubernets service, and is also the carrier for application running. Typically, a pod includes one or more containers, and a single pod is an isolated body, but the containers contained within the pod are shared with each other.
The container is a lightweight operating system level virtualization, the application and the dependent items thereof can be run in a resource isolation process, and all components required for running the application program are packaged into a mirror image and can be reused. Specifically, in this embodiment, a dockerfile is used to generate a basic mirror image of a service component in the HDP platform, and a container is run depending on the basic mirror image. The dockerfile is a script interpreted by a Docker program and generally comprises four parts of information: basic mirror image information, maintainer information, mirror image operation instructions and container execution instructions when starting. It is understood that the execution instruction for container start-up in the present embodiment includes a start instruction for ambari service.
The basic image is used to describe the service components in the HDP platform, and the user performs corresponding configuration operations on the service components in the HDP platform in this embodiment. In the actual implementation process, a corresponding yaml file is generated according to the configuration operation of the user on the service component, and through the yaml file, any one or more of the following configuration information of the service component can be set in the pod: starting command, environment variable, Host network, data persistence and restarting strategy.
And finally, the kubernets 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 ambari service by using the pod, and calls an API (application programming 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 embodiment provides a kubernets-based HDP platform deployment method, which includes: generating a basic mirror image of a service component in the HDP platform by using dockerfile, wherein the basic mirror image comprises ambari service; acquiring a yaml file generated according to configuration operation of a user on a service component; and building a kubernets service on the target server, and loading a basic mirror image and a yaml file by using the kubernets service so as to realize the deployment of the HDP platform. Therefore, the method utilizes dockerfile to construct a basic mirror image according to basic service ambari and HDP related service components, dynamically generates the yaml file of each service component through configuration before installation, finally realizes automatic deployment of the HDP platform based on kubernets, and remarkably improves the deployment efficiency of the HDP platform. Because kubernets have the characteristic of high availability, the method is suitable for scenes with dynamically changed cluster node number, the problem of single-point failure is solved through ambari service, and the reliability of the platform is improved.
The second embodiment of the HDP platform deployment method based on kubernets provided by the present application is described in detail below, and is implemented based on the first embodiment, and is expanded to a certain extent on the basis of the first embodiment.
Referring to fig. 2, the second embodiment specifically includes:
s201, generating a basic mirror image of a service component in the HDP platform by using dockerfile, wherein the basic mirror 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 mirror image are mutually secret-free;
the process comprises the following steps: add basic rpm package and install basic rpm package. The basic mirror image of the embodiment integrates ambari-server and ambari-agent, and the container password and the self-encryption-free property are set when the basic mirror image is manufactured, so that all containers based on the same mirror image are mutually encryption-free.
S202, adding a starting instruction of ambari service in the initialization starting instruction of the container;
s203, modifying a default configuration file of the container, modifying the storage type of the container into overlay2, and setting a metadata storage directory of the container as an independent partition directory;
the default configuration file stores the metadata of the docker in the/var/lib/docker directory, and the embodiment modifies the default configuration file of the container and places the metadata directory in a separate partition directory. Meanwhile, the default storage type of the docker is modified and stored by using the overlay2 which is more efficient and stable.
S204, obtaining a yaml file generated according to the configuration operation of the user on the service assembly;
a yaml file can be understood as a blueprint file for the components of the service, which creates instances, configurations, etc. according to the settings in the yaml file. Yaml as an example: setting a mapping port of a namenode, configuring StateUfSet, sharing storage and the like.
As a specific implementation mode, the basic mirror image comprises ambari-server and ambari-agent, however, only one pod is set in the yaml file to start ambari-server, and the others only start ambari-agent, so that the space occupied by additionally writing a basic mirror image is avoided.
S205, installing look-ceph to serve as shared storage of the HDP platform;
the look-ceph is an indispensable shared storage for realizing the stateful service, and in this embodiment, the look-ceph is used as a network disk scheme for persistent dynamic storage of a kubernets service bottom layer, and the stateful distributed service or the customized service in the HDP platform is persistently stored in the ceph, so that data loss due to downtime is avoided.
S206, building a kubernets 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 kubernets service, and calling an API (application programming interface) of the ambari service to start a service component of the HDP platform so as to realize the deployment of the HDP platform.
As a specific implementation mode, the following processes are realized through an automation script:
1. mounting docker and configuration, yum install-y docker rpm;
2. installing a kubernets service environment and configuration, and rke up-config cluster.yml;
3. installing a look-ceph and setting, kubecect create-f look/common. yaml, operator. yaml, cluster. yaml;
4. importing a basic mirror image, docker load-i base.
5. Creating an HDP platform service, kubecect create-f nano.yaml, kafka.yaml, zookeeper.yaml;
6. the container initialization in pod starts the ambari-server or ambari-agent service and then calls the yaml file to complete the installation of the cluster.
Therefore, in the HDP platform deployment method based on kubernets provided in this embodiment, a basic mirror image is constructed by using dockerfile to run a required basic service ambari and an HDP related service; taking look-ceph as a network disk scheme of the persistent dynamic storage of the kubernetes service bottom layer, and persistently storing the distributed service or the user-defined service with the state in the HDP into the ceph; yaml files of various services are dynamically generated through configuration before installation, a pod of service response is created through the respective yaml files of the services, an ambari related process is automatically started in the pod, and after each pod is started, an API (application program interface) of ambari-server is automatically called to automatically start the corresponding service in the current pod, so that the HDP platform deployment method based on kubernets is realized, one-click automatic deployment is realized, and the deployment efficiency is remarkably improved.
In the following, a kubernets-based HDP platform deployment apparatus provided in the embodiments of the present application is introduced, and a kubernets-based HDP platform deployment apparatus described below and a kubernets-based HDP platform deployment method described above may be referred to in correspondence.
As shown in fig. 3, the apparatus includes:
the base image generation module 301: the base mirror image is used for generating a service component in the HDP platform by using dockerfile, and comprises ambari service;
the file acquisition module 302: the system comprises a server and a server, wherein the server is used for acquiring a yaml file generated according to configuration operation of a user on the service component;
the deployment module 303: the system is used for building a kubernets service on a target server, and loading the basic mirror image and the yaml file by using the kubernets 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 mirror image and the yaml file, starting ambari service by using the pod through kubernets service, and calling an API (application programming 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 kubernets-based HDP platform deployment apparatus of the present embodiment is used to implement the kubernets-based HDP platform deployment method, and therefore, the specific implementation of the apparatus can be seen in the foregoing embodiment parts of the kubernets-based HDP platform deployment method, for example, the basic image generation module 301, the file acquisition module 302, and the deployment module 303 are respectively used to implement steps S101, S102, and S103 in the kubernets-based HDP platform deployment method. Therefore, specific embodiments thereof may be referred to in the description of the corresponding respective partial embodiments, and will not be described herein.
In addition, since the kubernets-based HDP platform deployment apparatus of the present embodiment is used to implement the kubernets-based HDP platform deployment method, the function corresponds to that of the method described above, and is not described herein again.
In addition, the present application also provides an HDP platform deployment device based on kubernets, as shown in fig. 4, including:
the memory 100: for storing a computer program;
the processor 200: for executing said computer program to carry out the steps of a kubernets-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 kubernets-based HDP platform deployment method as described above when executed by a processor.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
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. A software module may reside 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 above detailed descriptions of the solutions provided in the present application, and the specific examples applied herein are set forth to explain the principles and implementations of the present application, and the above descriptions of the examples are only used to help understand the method and its core ideas of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (10)

1. A Kubernets-based HDP platform deployment method is characterized by comprising the following steps:
generating a basic mirror image of a service component in the HDP platform by using dockerfile, wherein the basic mirror image comprises ambari service;
acquiring a yaml file generated according to the configuration operation of a user on the service assembly;
and building a kubernets service on a target server, and loading the basic mirror image and the yaml file by using the kubernets service so as to realize the deployment of the HDP platform.
2. The method of claim 1, wherein prior to said loading said base image and said yaml file with said kubernets service to enable deployment of an HDP platform, further comprising:
look-ceph is installed as shared storage for the HDP platform.
3. The method of claim 2, wherein said utilizing dockerfile to generate a base image of service components in an HDP platform comprises:
and generating a basic mirror image of the service component in the HDP platform by using the dockerfile, wherein the basic mirror image comprises a container password and a container target attribute, and the container target attribute is that the containers corresponding to the same basic mirror image are mutually secret-free.
4. The method of claim 3, wherein after said generating a base image of a service component in the HDP platform using dockerfile, further comprises:
modifying a default configuration file of a container, modifying a storage type of the container to overlay2, and setting a metadata storage directory of the container as a separate partition directory.
5. The method of claim 4, after said generating a base image of a service component in the HDP platform using dockerfile, further comprising:
and adding a starting instruction of the ambari service in the initialization starting instruction of the container.
6. The method of claim 1, wherein said loading said base image and said yaml file with said kubernets service to enable deployment of an HDP platform comprises:
and creating a pod according to the basic mirror image and the yaml file, starting ambari service by using the pod through kubernets service, and calling an API (application programming interface) of the ambari service to start a service component of the HDP platform so as to realize the deployment of the HDP platform.
7. A HDP platform deployment device based on kubernets, characterized by comprising:
a basic mirror image generation module: the base mirror image is used for generating a service component in the HDP platform by using dockerfile, and comprises ambari service;
a file acquisition module: the system comprises a server and a server, wherein the server is used for acquiring a yaml file generated according to configuration operation of a user on the service component;
a deployment module: the system is used for building a kubernets service on a target server, and loading the basic mirror image and the yaml file by using the kubernets service so as to realize the deployment of the HDP platform.
8. The apparatus of claim 7, wherein the deployment module is to:
and creating a pod according to the basic mirror image and the yaml file, starting ambari service by using the pod through kubernets service, and calling an API (application programming interface) of the ambari service to start a service component of the HDP platform so as to realize the deployment of the HDP platform.
9. A HDP platform deployment device based on kubernets, comprising:
a memory: for storing a computer program;
a processor: for executing said computer program for implementing a kubernets-based HDP platform deployment method according to any of claims 1-6.
10. A readable storage medium having stored thereon a computer program for implementing the steps of a kubernets-based HDP platform deployment method as claimed in any one of claims 1-6, when executed by a processor.
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 true CN111026414A (en) 2020-04-17
CN111026414B 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)

Cited By (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
CN112702211A (en) * 2020-12-30 2021-04-23 浪潮云信息技术股份公司 Network service grid system based on Kubernetes
CN113031972A (en) * 2020-12-02 2021-06-25 杭州玳数科技有限公司 Method for decoupling flink stream calculation dependent file and mirror image in cloud native scene
CN113329102A (en) * 2021-08-04 2021-08-31 苏州浪潮智能科技有限公司 Ambari Server system and network request response method
CN113760448A (en) * 2021-04-30 2021-12-07 中科天玑数据科技股份有限公司 Big data management platform based on kubernets
CN115250197A (en) * 2022-06-02 2022-10-28 苏州思萃工业互联网技术研究所有限公司 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 (18)

* 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
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
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
US20190065323A1 (en) * 2017-08-25 2019-02-28 Vmware, Inc. Containerized application snapshots
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

Patent Citations (18)

* 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
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
CN109309693A (en) * 2017-07-26 2019-02-05 财付通支付科技有限公司 Services system, dispositions method and device, equipment and storage medium based on docker
US20190065323A1 (en) * 2017-08-25 2019-02-28 Vmware, Inc. Containerized application snapshots
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

Cited By (8)

* 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
CN112702211A (en) * 2020-12-30 2021-04-23 浪潮云信息技术股份公司 Network service grid system based on Kubernetes
CN113760448A (en) * 2021-04-30 2021-12-07 中科天玑数据科技股份有限公司 Big data management platform based on kubernets
CN113329102A (en) * 2021-08-04 2021-08-31 苏州浪潮智能科技有限公司 Ambari Server system and network request response method
CN115250197A (en) * 2022-06-02 2022-10-28 苏州思萃工业互联网技术研究所有限公司 Device for automatically creating container discovery service
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

Also Published As

Publication number Publication date
CN111026414B (en) 2023-09-08

Similar Documents

Publication Publication Date Title
CN111026414B (en) HDP platform deployment method based on kubernetes
CN111966305B (en) Persistent volume allocation method and device, computer equipment and storage medium
CN106537338B (en) Self-expanding clouds
US11146620B2 (en) Systems and methods for instantiating services on top of services
CN113296792B (en) Storage method, device, equipment, storage medium and system
CN107590033B (en) Method, device and system for creating DOCKER container
CN111610985B (en) Kubernetes cluster rapid deployment method on domestic platform
CN113204353B (en) Big data platform assembly deployment method and device
CN113504954B (en) Method, system and medium for calling CSI LVM plug in and dynamic persistent volume supply
CN111880936A (en) Resource scheduling method and device, container cluster, computer equipment and storage medium
CN112995267B (en) Data subscription service method and equipment based on Kubernetes cluster
CN113382077B (en) Micro-service scheduling method, micro-service scheduling device, computer equipment and storage medium
CN108073423A (en) A kind of accelerator loading method, system and accelerator loading device
CN116089011A (en) Method and device for creating mirror warehouse, storage medium and electronic equipment
CN112003754A (en) Visual node registration method for OpenStack cluster
CN113918274A (en) Docker container-based KVM virtual machine migration method
CN111459619A (en) Method and device for realizing service based on cloud platform
CN115632944A (en) Node configuration method, device, equipment, readable storage medium and server
CN113093995B (en) Cloud disk data migration method and system
US11385973B1 (en) High-availability for power-managed virtual desktop access
CN111488322B (en) File system service method and device and server equipment
CN113485830A (en) Micro-service automatic capacity expansion method for power grid monitoring system
CN116339926B (en) Containerized deployment method of ATS software
CN112162819A (en) Application deployment method across virtual machine and Kubernetes cluster
CN115604101B (en) System management method and related equipment

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