CN115361283A - K8S-based cloud host management method and device and computer equipment - Google Patents

K8S-based cloud host management method and device and computer equipment Download PDF

Info

Publication number
CN115361283A
CN115361283A CN202211283193.7A CN202211283193A CN115361283A CN 115361283 A CN115361283 A CN 115361283A CN 202211283193 A CN202211283193 A CN 202211283193A CN 115361283 A CN115361283 A CN 115361283A
Authority
CN
China
Prior art keywords
resource group
cloud host
resource
user
cloud
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202211283193.7A
Other languages
Chinese (zh)
Other versions
CN115361283B (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.)
Shenzhen Yishi Huolala Technology Co Ltd
Original Assignee
Shenzhen Yishi Huolala 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 Shenzhen Yishi Huolala Technology Co Ltd filed Critical Shenzhen Yishi Huolala Technology Co Ltd
Priority to CN202211283193.7A priority Critical patent/CN115361283B/en
Publication of CN115361283A publication Critical patent/CN115361283A/en
Application granted granted Critical
Publication of CN115361283B publication Critical patent/CN115361283B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0806Configuration setting for initial configuration or provisioning, e.g. plug-and-play
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5077Logical partitioning of resources; Management or configuration of virtualized resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • H04L41/5041Network service management, e.g. ensuring proper service fulfilment according to agreements characterised by the time relationship between creation and deployment of a service
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Abstract

The application provides a cloud host management method and device based on K8S, computer equipment and a computer readable storage medium. The K8S-based cloud host management method is used for managing the cloud host through a cluster control node of a K8S system, and comprises the following steps: dividing resource groups for each cloud host according to the functions of the cloud hosts, and setting resource group names; initializing and setting a resource group; setting a corresponding resource group name for the cloud host; and performing service deployment on the cloud host according to the resource groups. The cloud host deployment management method has the advantages that resource group names are set for the cloud hosts, the cloud hosts form a resource group, the cloud hosts are managed according to the resource group, repeated construction of basic setting is avoided, resources are saved, and cloud host deployment and management efficiency is greatly improved.

Description

K8S-based cloud host management method and device and computer equipment
Technical Field
The application relates to the technical field of data platforms, in particular to a K8S-based cloud host management method and device, computer equipment and a computer readable storage medium.
Background
K8S (Kubernetes) is a Google open-source container cluster management system, and a large number of cloud hosts can be managed through the K8S, so that enterprises can efficiently manage the machines. However, in the prior art, the cloud host builds software and services respectively, and when the services are deployed, the cloud host needs to log in a machine manually to install, deploy and run the services, so that the basic settings are repeatedly built, and resource waste is caused.
In view of the problems and risks of the existing methods, it is urgently needed to provide a resource-saving and efficient K8S-based cloud host management method, device, computer device and computer-readable storage medium.
Disclosure of Invention
An object of the present application is to provide a resource-saving and efficient method, device, computer device and computer-readable storage medium for managing a cloud host based on K8S, which aim to solve one of the above technical problems.
In a first aspect, an embodiment of the present application provides a K8S-based cloud host management method, which is used for managing a cloud host through a cluster control node of a K8S system, and includes: dividing resource groups for each cloud host according to the functions of the cloud hosts, and setting the names of the resource groups; initializing and setting the resource group; setting the corresponding resource group name for the cloud host; and performing service deployment on the cloud host according to the resource group.
Preferably, the initializing and setting the resource group specifically includes: initializing and setting the resource group use permission of all users; and storing the resource group name, the responsible person and the department corresponding to the resource group, and the user information with the authority of the resource group to a database.
Preferably, the step of performing service deployment on the cloud host according to the resource group further includes: and deploying each user to the authorized resource group.
Preferably, the deploying each user to the authorized resource group specifically includes: c1, setting the size of a CPU and a memory which are needed to be used by a user; c2, the user acquires all the resource group lists with the authority; c3, selecting a resource group; c4, submitting a resource group application; c5, judging whether the resources of the selected resource group are sufficient or not; if yes, agreeing to the selection of the resource group; if not, returning to the step c3; and c6, deploying the user to the selected resource group.
Preferably, the step of initializing resource group usage rights of all users further includes: and the user applies for a new resource group permission according to the requirement.
Preferably, the application of the new resource group right by the user as required is specifically: d1, the user acquires all the resource group lists; d2, selecting a resource group to be added; d3, initiating a resource approval process; d4, whether the resource management group approves the user to join the resource group or not, and if so, the next step is executed; if not, rejecting the user application; d5, adding the user into the user list of the selected resource group.
Preferably, the service deployment of the cloud host according to the resource group specifically includes: and performing service deployment on the cloud host by adopting a Docker container technology according to the resource group.
In a second aspect, an embodiment of the present application provides a K8S-based cloud host management apparatus, configured to manage a cloud host through a cluster control node of a K8S system, including: the resource group dividing module is used for dividing resource groups for the cloud hosts according to the functions of the cloud hosts and setting the names of the resource groups; the initialization module is used for carrying out initialization setting on the resource group; the name setting module is used for setting the corresponding resource group name for the cloud host; and the service deployment module is used for deploying the service of the cloud host according to the resource group.
In a third aspect, an embodiment of the present application provides a computer-readable storage medium, where a computer program is stored, where the computer program, when executed by a processor, implements the steps of the K8S-based cloud host management method as described above.
In a fourth aspect, an embodiment of the present application provides a computer device, including: one or more processors; a memory; and one or more computer programs, the processor and the memory being connected by a bus, wherein the one or more computer programs are stored in the memory and configured to be executed by the one or more processors, which when executing the computer programs implement the steps of the K8S-based cloud host management method as described above.
In the embodiment of the application, resource groups are divided for each cloud host of the K8S cluster according to the functions of the cloud hosts, and resource group names are set; initializing and setting the resource group; setting a corresponding resource group name for the cloud host; and then performing service deployment on the cloud host according to the resource system. And setting resource group names for the cloud hosts, forming a resource group by the plurality of cloud hosts, and managing the cloud hosts according to the resource group. When the cloud host deploys the service installation software, the cloud hosts of the resource group are deployed and managed uniformly according to the resource group, and the software and the service do not need to be built by each cloud host and manually logged in each cloud host to install, deploy and operate the service in the prior art, so that the repeated construction of basic setting is avoided, the resources are saved, and the deployment and management efficiency of the cloud hosts is greatly improved.
Drawings
Fig. 1 is a flowchart of a K8S-based cloud host management method according to an embodiment of the present application;
fig. 2 is a flowchart of a K8S-based cloud host management method according to another embodiment of the present application;
fig. 3 is a flowchart illustrating a method for managing a cloud host based on K8S according to an embodiment of the present application, where each user is deployed to an authorized resource group;
fig. 4 is a flowchart illustrating that a user of the K8S-based cloud host management method applies for a new resource group right according to needs according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of a K8S-based cloud host management apparatus according to an embodiment of the present application;
fig. 6 is a block diagram illustrating a specific structure of a computer device according to an embodiment of the present disclosure.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more clearly understood, the present application is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
In order to explain the technical means of the present application, the following description will be given by way of specific examples.
Referring to fig. 1, which is a flowchart of a K8S-based cloud host management method according to an embodiment of the present application, an embodiment of the present application provides a K8S-based cloud host management method, which is used for managing a cloud host through a cluster control node of a K8S system, and includes the following steps:
s101, dividing resource groups for each cloud host according to the functions of the cloud hosts, and setting resource group names;
s102, initializing and setting a resource group;
s103, setting corresponding resource group names for the cloud host;
and S104, performing service deployment on the cloud host according to the resource groups.
In the embodiment of the application, resource groups are divided for each cloud host of the K8S cluster according to the functions of the cloud hosts, and resource group names are set; setting a corresponding resource group name for the cloud host; and then performing service deployment on the cloud host according to the resource system. And setting a resource group name for each cloud host, forming a resource group by a plurality of cloud hosts, and managing each cloud host according to the resource group. When the cloud host deployment service installation software is deployed, the cloud hosts of the resource group are uniformly deployed and uniformly managed according to the resource group, and software and services do not need to be built by each cloud host and manually log in each cloud host installation deployment operation service respectively as in the prior art, so that the repeated construction of basic setting is avoided, the resources are saved, and the cloud host deployment and management efficiency is greatly improved.
Please refer to fig. 2, which is a flowchart of a K8S-based cloud host management method according to another embodiment of the present application, wherein a K8S-based cloud host management method according to another embodiment of the present application is used for managing a cloud host through a cluster control node of a K8S system, and includes the following steps:
s201, dividing resource groups for each cloud host according to the functions of the cloud hosts, and setting resource group names;
s202, initializing and setting resource group use authorities of all users, and applying for new resource group authorities by the users according to needs;
s203, storing the resource group name, the responsible person and department corresponding to the resource group, and the user information with authority of the resource group to a database;
s204, setting corresponding resource group names for the cloud host;
s205, performing service deployment on the cloud host according to the resource groups;
s206, deploying each user to the authorized resource group.
Specifically, the service deployment of the cloud host according to the resource group specifically includes: and performing service deployment on the cloud host by adopting a Docker container technology according to resource groups, wherein the service deployment can be installation, setting and the like of software application programs. When software is deployed, the Docker container technology can reduce the resource waste of the physical host caused by the virtual machine, improve the resource utilization rate of the physical host, and provide an application program isolation running environment as good as the virtual machine. Therefore, in the embodiment, the service deployment is performed on the cloud host by adopting the Docker container technology, so that a good isolation operation effect can be achieved between the software program and other application programs of the cloud host, and further the resource utilization rate of the cloud host is improved.
The method comprises the steps that resource group use permission of all users is set through initialization, namely during initialization, permission of resource groups which can be used by the users is set according to the functional requirements or the use requirements of the users, and after service deployment, the users can call all cloud hosts of the resource groups.
If the user needs to use the authority of other resource groups except the initialized setting due to work, the user can apply for the new resource group authority.
And storing the resource group name, the responsible person and department corresponding to the resource group and the user information with authority of the resource group to a database. Namely, each resource group sets user information of corresponding responsible persons, departments and resource groups with authority, and a foundation is provided for subsequent user deployment, approval of resource group authority and the like.
And deploying each user to the authorized resource group. After deployment is completed, the user can obtain the use permission of the resource group, all the cloud hosts of the resource group can be called, the user is prevented from manually selecting the cloud hosts one by one, and the deployment efficiency of the user is improved. A user may be deployed to one or more resource groups based on the user's role and usage requirements.
In the embodiment of the application, resource groups are divided for each cloud host of the K8S cluster according to the functions of the cloud hosts, and resource group names are set; initializing and setting the resource group use permission of all users, and the users can also apply for new resource group permission as required and set corresponding resource group names for the cloud host; then, performing service deployment on the cloud host according to a resource system; and simultaneously, deploying each user to the authorized resource group according to the initialization setting. The cloud hosts of the resource group are uniformly deployed and uniformly managed according to the resource group, and software and service do not need to be built by each cloud host and manually log in each cloud host respectively to install, deploy and operate the service in the prior art, so that repeated construction of basic setting is avoided, resources are saved, and the deployment and management efficiency of the cloud hosts is greatly improved. And the use permission of the users is deployed through the resource group, and each user does not need to apply for and deploy the permission to a single cloud host, so that the process is saved, and the deployment efficiency is improved.
Fig. 3 is a flowchart illustrating a method for deploying users to an authorized resource group based on a K8S cloud host management method according to an embodiment of the present application, that is, step S206 provided in an embodiment of the present application specifically includes the following steps:
s301, setting the size of a CPU and a memory required to be used by a user;
and setting the size of a CPU and a memory of the user needing to use resources according to the requirement and the authority of the user.
S302, a user acquires all resource group lists with authority;
and acquiring all authorized resource group lists of the user according to the user information of the previously set resource group.
S303, selecting a resource group;
s304, submitting a resource group application;
s305, judging whether the resources of the selected resource group are sufficient; if yes, agreeing to the resource group selection; if not, returning to the step S303;
s306, deploying the user to the selected resource group.
Specifically, after a user selects a resource group, the cluster control node of the K8S judges whether resources such as a cloud host CPU (central processing unit) and a memory in the resource group are sufficient; if sufficient, deploying the user to the selected resource group; and if the resources are not enough, returning to reselect other resource groups, and then resubmitting the audit of the new resource group, and so on until the resource group permission of the user is completely deployed. A user can deploy one or more sets of authorized resources as desired.
Please refer to fig. 4, which is a flowchart illustrating that a user of the K8S-based cloud host management method according to an embodiment of the present application applies for a new resource group permission as needed, that is, the user of the K8S-based cloud host management method according to an embodiment of the present application specifically applies for a new resource group permission as needed, including the following steps:
s401, a user acquires all resource group lists;
s402, selecting a resource group to be added;
s403, initiating a resource approval process;
s404, whether the resource management group approves to allow the user to join the resource group or not is judged, and if yes, the next step is executed; if not, go to step S406;
s405, adding the user into a user list of the selected resource group;
and S406, rejecting the user application.
Specifically, when a user applies for a new resource group right as required, a name list of all resource groups set in the K8S system is obtained first, the user selects a resource group to be added, the resource group is approved to the system, and the resource management group is used for approval; the resource management group judges whether the client can join the resource group according to the requirements of management, service and the like, if so, the user is added into a user list of the selected resource group, and then the user is deployed to the resource group; if not, rejecting the user's application.
Referring to fig. 5, the K8S-based cloud host management apparatus according to an embodiment of the present disclosure may be a computer program or a program code running in a computer device, for example, the K8S-based cloud host management apparatus is an application software; the cloud host management device based on the K8S may be configured to execute corresponding steps in the cloud host management method based on the K8S provided in the foregoing embodiment of the present application. An embodiment of the present application provides a K8S-based cloud host management apparatus 10, configured to manage a cloud host 22 through a cluster control node 21 of a K8S system 20, including:
the resource group dividing module 11 is configured to divide resource groups 23 for the cloud hosts 22 according to the functions of the cloud hosts 22, and set names of the resource groups 23;
the initialization module 12 is configured to perform initialization setting on the resource group 23;
the name setting module 13 is configured to set a corresponding resource group name for the cloud host 22;
and the service deployment module 14 is used for deploying the services to the cloud host 22 according to the resource group 23.
The K8S cloud host management device 10 provided in an embodiment of the present application and the K8S cloud host management method provided in the foregoing embodiment of the present application belong to the same concept, and specific implementation processes thereof are described in the entire specification, and are not described herein again.
An embodiment of the present application further provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the steps of the method for managing a cloud host of K8S provided in the foregoing embodiment of the present application are implemented.
Fig. 6 shows a specific block diagram of a computer device provided in an embodiment of the present application, where the computer device 100 includes: one or more processors 101, a memory 102, and one or more computer programs, wherein the processors 101 and the memory 102 are connected through a bus, the one or more computer programs are stored in the memory 102 and configured to be executed by the one or more processors 101, and the processor 101, when executing the computer programs, implements the steps of the cloud host management method of K8S as provided in the above-described embodiments of the present application.
The computer device may be a desktop computer, a mobile terminal, and the like, and the mobile terminal includes a mobile phone, a tablet computer, a notebook computer, a personal digital assistant, and the like.
In the embodiment of the application, resource groups are divided for each cloud host of the K8S cluster according to the functions of the cloud hosts, and resource group names are set; setting a corresponding resource group name for the cloud host; and then performing service deployment on the cloud host according to the resource system. And setting resource group names for the cloud hosts, forming a resource group by the plurality of cloud hosts, and managing the cloud hosts according to the resource group. When the cloud host deployment service installation software is deployed, the cloud hosts of the resource group are uniformly deployed and managed according to the resource group, and the software and the service do not need to be respectively built by each cloud host and manually logged in each cloud host for installation, deployment and operation of the service in the prior art, so that the repeated construction of basic setting is avoided, the resources are saved, and the deployment and management efficiency of the cloud hosts is greatly improved.
It should be understood that the steps in the embodiments of the present application are not necessarily performed in the order indicated by the step numbers. The steps are not limited to being performed in the exact order illustrated and, unless explicitly stated herein, may be performed in other orders. Moreover, at least some of the steps in various embodiments may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of performing the sub-steps or stages is not necessarily sequential, but may be performed alternately or alternately with other steps or at least some of the sub-steps or stages of other steps.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware related to instructions of a computer program, and the program can be stored in a non-volatile computer readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM
(ESDRAM), synchronous link (synclink) DRAM (SLDRAM), rambus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
All possible combinations of the technical features in the above embodiments may not be described for the sake of brevity, but should be considered as being within the scope of the present disclosure as long as there is no contradiction between the combinations of the technical features.
The above examples only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the claims. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent application shall be subject to the appended claims.

Claims (10)

1. A cloud host management method based on K8S is used for managing cloud hosts through a cluster control node of a K8S system, and is characterized by comprising the following steps:
dividing resource groups for each cloud host according to the functions of the cloud hosts, and setting the names of the resource groups;
carrying out initialization setting on the resource group;
setting the corresponding resource group name for the cloud host;
and performing service deployment on the cloud host according to the resource group.
2. The K8S-based cloud host management method according to claim 1, wherein the initializing the resource group specifically includes:
initializing and setting the resource group use permission of all users;
and storing the resource group name, the responsible person and the department corresponding to the resource group, and the user information with the authority of the resource group to a database.
3. The K8S-based cloud host management method according to claim 2, wherein the step of performing service deployment on the cloud host according to the resource groups further comprises:
and deploying each user to the authorized resource group.
4. The K8S-based cloud host management method according to claim 3, wherein the deploying each user to the authorized resource group specifically comprises:
c1, setting the size of a CPU and a memory which are needed to be used by a user;
c2, the user acquires all the resource group lists with the permission;
c3, selecting a resource group;
c4, submitting a resource group application;
c5, judging whether the resources of the selected resource group are sufficient or not; if yes, agreeing to the resource group selection; if not, returning to the step c3;
and c6, deploying the user to the selected resource group.
5. The K8S-based cloud host management method of claim 4, wherein the step of initializing resource group usage rights of all users further comprises:
and the user applies for a new resource group permission according to the requirement.
6. The K8S-based cloud host management method of claim 5, wherein the user applies for new resource group permissions specifically as follows:
d1, the user acquires all the resource group lists;
d2, selecting a resource group to be added;
d3, initiating a resource approval process;
d4, whether the resource management group approves the user to join the resource group or not, and if so, the next step is executed; if not, rejecting the user application;
d5, adding the user into the user list of the selected resource group.
7. The K8S-based cloud host management method according to claim 1, wherein the service deployment performed on the cloud host according to the resource group specifically includes: and performing service deployment on the cloud host by adopting a Docker container technology according to the resource group.
8. The utility model provides a cloud host management device based on K8S for manage the cloud host through the cluster control node of K8S system, its characterized in that includes:
the resource group dividing module is used for dividing resource groups for the cloud hosts according to the functions of the cloud hosts and setting the names of the resource groups;
the initialization module is used for carrying out initialization setting on the resource group;
the name setting module is used for setting the corresponding resource group name for the cloud host;
and the service deployment module is used for deploying the service of the cloud host according to the resource group.
9. A computer-readable storage medium storing a computer program, wherein the computer program when executed by a processor implements the steps of the K8S-based cloud host management method according to any one of claims 1 to 7.
10. A computer device, comprising:
one or more processors;
a memory; and
one or more computer programs, the processor and the memory being connected by a bus, wherein the one or more computer programs are stored in the memory and configured to be executed by the one or more processors, characterized in that the steps of the K8S-based cloud host management method according to any one of claims 1 to 7 are implemented when the computer programs are executed by the processors.
CN202211283193.7A 2022-10-20 2022-10-20 K8S-based cloud host management method and device and computer equipment Active CN115361283B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211283193.7A CN115361283B (en) 2022-10-20 2022-10-20 K8S-based cloud host management method and device and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211283193.7A CN115361283B (en) 2022-10-20 2022-10-20 K8S-based cloud host management method and device and computer equipment

Publications (2)

Publication Number Publication Date
CN115361283A true CN115361283A (en) 2022-11-18
CN115361283B CN115361283B (en) 2023-03-24

Family

ID=84007693

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211283193.7A Active CN115361283B (en) 2022-10-20 2022-10-20 K8S-based cloud host management method and device and computer equipment

Country Status (1)

Country Link
CN (1) CN115361283B (en)

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102141930A (en) * 2010-12-20 2011-08-03 华为技术有限公司 Method and device for distributing resources to virtual machines
CN103873460A (en) * 2014-01-27 2014-06-18 华为技术有限公司 Business resource group realizing method and device
CN106982137A (en) * 2017-03-08 2017-07-25 中国人民解放军国防科学技术大学 Hadoop cluster Automation arranging methods based on kylin cloud computing platform
CN108647081A (en) * 2018-04-16 2018-10-12 南京维拓科技股份有限公司 Empty machine resource automatic distribution system based on order
CN109542605A (en) * 2018-11-27 2019-03-29 长沙智擎信息技术有限公司 A kind of container group life cycle management method based on Kubernetes system architecture
CN109697107A (en) * 2018-12-18 2019-04-30 山东超越数控电子股份有限公司 A kind of method and realization system of self-service resource bid
CN111736915A (en) * 2020-06-05 2020-10-02 浪潮电子信息产业股份有限公司 Management method, device, equipment and medium for cloud host instance hardware acceleration equipment
CN112181592A (en) * 2020-09-25 2021-01-05 上海聪充网络科技有限公司 Method for lightweight deployment of distributed system in private cloud environment
CN112214330A (en) * 2020-11-04 2021-01-12 腾讯科技(深圳)有限公司 Method and device for deploying master nodes in cluster and computer-readable storage medium
WO2021017279A1 (en) * 2019-07-30 2021-02-04 平安科技(深圳)有限公司 Cluster security management method and apparatus based on kubernetes and network domain, and storage medium
WO2021051933A1 (en) * 2019-09-20 2021-03-25 平安科技(深圳)有限公司 Container cloud platform-based available area construction method and apparatus, device and storage medium
CN112667360A (en) * 2020-12-31 2021-04-16 宝付网络科技(上海)有限公司 Cloud platform system based on Kubernetes and docker unified scheduling
WO2021169342A1 (en) * 2020-02-24 2021-09-02 苏州浪潮智能科技有限公司 Resource management method for node in kubernetes, device, and medium
CN114546595A (en) * 2022-02-22 2022-05-27 山东浪潮科学研究院有限公司 Private cloud automatic deployment system and method
US20220197687A1 (en) * 2020-12-22 2022-06-23 Vmware, Inc. Data protection for control planes in a virtualized computer system

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102141930A (en) * 2010-12-20 2011-08-03 华为技术有限公司 Method and device for distributing resources to virtual machines
CN103873460A (en) * 2014-01-27 2014-06-18 华为技术有限公司 Business resource group realizing method and device
CN106982137A (en) * 2017-03-08 2017-07-25 中国人民解放军国防科学技术大学 Hadoop cluster Automation arranging methods based on kylin cloud computing platform
CN108647081A (en) * 2018-04-16 2018-10-12 南京维拓科技股份有限公司 Empty machine resource automatic distribution system based on order
CN109542605A (en) * 2018-11-27 2019-03-29 长沙智擎信息技术有限公司 A kind of container group life cycle management method based on Kubernetes system architecture
CN109697107A (en) * 2018-12-18 2019-04-30 山东超越数控电子股份有限公司 A kind of method and realization system of self-service resource bid
WO2021017279A1 (en) * 2019-07-30 2021-02-04 平安科技(深圳)有限公司 Cluster security management method and apparatus based on kubernetes and network domain, and storage medium
WO2021051933A1 (en) * 2019-09-20 2021-03-25 平安科技(深圳)有限公司 Container cloud platform-based available area construction method and apparatus, device and storage medium
WO2021169342A1 (en) * 2020-02-24 2021-09-02 苏州浪潮智能科技有限公司 Resource management method for node in kubernetes, device, and medium
CN111736915A (en) * 2020-06-05 2020-10-02 浪潮电子信息产业股份有限公司 Management method, device, equipment and medium for cloud host instance hardware acceleration equipment
CN112181592A (en) * 2020-09-25 2021-01-05 上海聪充网络科技有限公司 Method for lightweight deployment of distributed system in private cloud environment
CN112214330A (en) * 2020-11-04 2021-01-12 腾讯科技(深圳)有限公司 Method and device for deploying master nodes in cluster and computer-readable storage medium
US20220197687A1 (en) * 2020-12-22 2022-06-23 Vmware, Inc. Data protection for control planes in a virtualized computer system
CN112667360A (en) * 2020-12-31 2021-04-16 宝付网络科技(上海)有限公司 Cloud platform system based on Kubernetes and docker unified scheduling
CN114546595A (en) * 2022-02-22 2022-05-27 山东浪潮科学研究院有限公司 Private cloud automatic deployment system and method

Also Published As

Publication number Publication date
CN115361283B (en) 2023-03-24

Similar Documents

Publication Publication Date Title
US11442790B2 (en) Resource scheduling system, method and server for ensuring high availability of services
CN110096336B (en) Data monitoring method, device, equipment and medium
CN110661658A (en) Node management method and device of block chain network and computer storage medium
CN110943934A (en) Service request processing method, system, terminal and readable storage medium
CN110008665B (en) Authority control method and device for blockchain
CN111917758A (en) Method and device for accessing Internet of things platform, computer equipment and storage medium
CN110704177A (en) Computing task processing method and device, computer equipment and storage medium
CN108390786B (en) Business operation and maintenance method and device and electronic equipment
CN109768962B (en) Firewall strategy generation method and device, computer equipment and storage medium
CN116185623A (en) Task allocation method and device, electronic equipment and storage medium
CN114564282A (en) Simulation platform based on distributed resource sharing and resource allocation method thereof
CN112910723B (en) Edge terminal management method, device, equipment and storage medium
CN110955492A (en) Service processing method and device based on container technology and computer equipment
CN115361283B (en) K8S-based cloud host management method and device and computer equipment
CN110298549B (en) Project task processing method, device, equipment and medium for airport construction engineering
CN112579997A (en) User permission configuration method and device, computer equipment and storage medium
CN112559352A (en) Interface test method, device, equipment and storage medium
CN112148351A (en) Cross-version compatibility method and system for application software
CN116720206A (en) Authority management method and device, electronic equipment and storage medium
CN114172903A (en) Node capacity expansion method, device, equipment and medium of slarm scheduling system
CN115686782A (en) Resource scheduling method and device based on solid state disk, electronic equipment and storage medium
CN111683164B (en) IP address configuration method and VPN service system
CN112541041A (en) Data processing method, device, server and storage medium
CN114564210A (en) Copy deployment method, device, system, electronic equipment and storage medium
CN109460278B (en) Cloud desktop building design software management method and device and computer 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