CN110958256B - Cluster management method and management system - Google Patents
Cluster management method and management system Download PDFInfo
- Publication number
- CN110958256B CN110958256B CN201911243130.7A CN201911243130A CN110958256B CN 110958256 B CN110958256 B CN 110958256B CN 201911243130 A CN201911243130 A CN 201911243130A CN 110958256 B CN110958256 B CN 110958256B
- Authority
- CN
- China
- Prior art keywords
- cluster
- target cluster
- target
- container gateway
- information
- 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
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
- H04L63/0815—Network architectures or network communication protocols for network security for authentication of entities providing single-sign-on or federations
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/66—Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0893—Assignment of logical groups to network elements
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/28—Restricting access to network management systems or functions, e.g. using authorisation function to access network configuration
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/14—Session management
- H04L67/141—Setup of application sessions
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
The embodiment of the application provides a cluster management method and a management system, wherein the cluster management method is applied to a cluster management system, and the cluster management system comprises a container gateway and a cluster information database; the container gateway is connected with a plurality of cluster data, and is provided with a unique entrance address; the method comprises the following steps: receiving a first operation instruction sent by a user after logging in the container gateway together with the unique entry address, wherein the first operation instruction comprises identification information of a target cluster; searching target cluster login data matched with the identification information in the cluster information database; controlling the container gateway to log in to the target cluster using the target cluster login data. Because the embodiment of the application adopts the unique entry address to realize the access to the plurality of clusters, the related information of the plurality of clusters does not need to be maintained.
Description
Technical Field
The present application relates to the field of cloud computing, and in particular, to a cluster management method and a management system.
Background
kubernets, K8s for short, is an open source, is used to manage containerized distributed system platforms on multiple hosts in a cloud platform, and can implement management of a cluster.
To facilitate management of clusters, kubernets official community provides kubernets Dashboard, which is two parts: a front end and a back end. The front end is a UI interface seen by a user, the rear end is a part used for communicating with the Kubernets API Server, and the front end encapsulates a request sent by the front end and forwards the request to the Kubernets API Server to realize the management of the cluster. In this way, the user can manage the cluster through the visual interface.
However, in the prior art, referring to fig. 1 and fig. 1, as a structural schematic diagram of a cluster management system in the prior art, it can be seen that clusters created by a user each correspond to a respective Dashboard, and each Dashboard corresponds to a respective access address, user name and password, and therefore, when there are many clusters, the user needs to maintain relevant information of each cluster, including the Dashboard address, the user name and the password, or Token.
Disclosure of Invention
In view of this, the present application provides a cluster management method and a management system, so as to implement management of multiple clusters without maintaining information of each cluster.
In order to achieve the above object, the following solutions are proposed:
a cluster management method is applied to a cluster management system, and the cluster management system comprises a container gateway and a cluster information database; the container gateway is connected with a plurality of cluster data, and is provided with a unique entrance address; the method comprises the following steps:
receiving a first operation instruction sent by a user after logging in the container gateway together with the unique entry address, wherein the first operation instruction comprises identification information of a target cluster;
searching target cluster login data matched with the identification information in the cluster information database;
controlling the container gateway to log in to the target cluster using the target cluster login data.
Preferably, each cluster is provided with a respective back end;
said controlling said container gateway to log onto said target cluster using said target cluster login data comprises:
determining a target cluster back-end address and back-end login information in the target cluster login data;
controlling the container gateway to access the target cluster back-end address by using the back-end login information;
and displaying the target cluster information corresponding to the rear end of the target cluster by using the graphical interface of the container gateway.
Preferably, the gateway container integrates the back end of each cluster into an internal component;
said controlling said container gateway to log onto said target cluster using said target cluster login data comprises:
determining a target cluster back-end address and back-end login information in the target cluster login data;
and controlling the container gateway to be connected with the front end of the target cluster by using the back end login information.
Preferably, the system further comprises a back end intermediate layer device, wherein the back end intermediate layer device integrates the back end of each cluster into an internal component;
said controlling said container gateway to log onto said target cluster using said target cluster login data comprises:
controlling the container gateway to send the target cluster login data to the middle layer device;
and the intermediate layer device returns the target cluster information corresponding to the rear end of the target cluster to the container gateway and establishes connection with the front end of the target cluster according to the target login data.
Preferably, the method further comprises the following steps:
the target cluster is a third party cluster;
and the cluster information database receives the related information of the third party cluster input by the user in advance through a third party interface.
Preferably, the method further comprises the following steps:
receiving a second operation instruction which is sent by a user and is used for operating the target cluster;
and performing corresponding operation on the target group entry according to the second operation instruction.
Another aspect of the present invention further provides a cluster management system, including:
the system comprises a system processing device, a container gateway and a cluster information database;
the container gateway is connected with a plurality of cluster data, and is provided with a unique entrance address;
the system processing means is for:
receiving a first operation instruction sent by a user after logging in the container gateway together with the unique entry address, wherein the first operation instruction comprises identification information of a target cluster;
searching target cluster login data matched with the identification information in the cluster information database;
controlling the container gateway to log in to the target cluster using the target cluster login data.
Preferably, each cluster is provided with a respective back end;
said controlling said container gateway to log onto said target cluster using said target cluster login data comprises:
determining a target cluster back-end address and back-end login information in the target cluster login data;
controlling the container gateway to access the target cluster back-end address by using the back-end login information;
and displaying the target cluster information corresponding to the rear end of the target cluster by using the graphical interface of the container gateway.
Preferably, the gateway container integrates the back end of each cluster into an internal component;
said controlling said container gateway to log onto said target cluster using said target cluster login data comprises:
determining a target cluster back-end address and back-end login information in the target cluster login data;
and controlling the container gateway to be connected with the front end of the target cluster by using the back end login information.
Preferably, the system further comprises a back end intermediate layer device, wherein the back end intermediate layer device integrates the back end of each cluster into an internal component;
said controlling said container gateway to log onto said target cluster using said target cluster login data comprises:
controlling the container gateway to send the target cluster login data to the middle layer device;
and the intermediate layer device returns the target cluster information corresponding to the rear end of the target cluster to the container gateway and establishes connection with the front end of the target cluster according to the target login data.
The embodiment of the application provides a cluster management method and a management system, wherein the cluster management method is applied to a cluster management system, and the cluster management system comprises a container gateway and a cluster information database; the container gateway is connected with a plurality of cluster data, and is provided with a unique entrance address; the method comprises the following steps: receiving a first operation instruction sent by a user after logging in the container gateway together with the unique entry address, wherein the first operation instruction comprises identification information of a target cluster; searching target cluster login data matched with the identification information in the cluster information database; controlling the container gateway to log in to the target cluster using the target cluster login data. Because the embodiment of the application adopts the unique entry address to realize the access to the plurality of clusters, the related information of the plurality of clusters does not need to be maintained.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a schematic diagram of a cluster management system in the prior art;
fig. 2 is a schematic flowchart of a cluster management method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a cluster management system in a cluster management method according to an embodiment of the present invention;
fig. 4 is another schematic structural diagram of a cluster management system in a cluster management method disclosed in the embodiment of the present invention;
fig. 5 is a schematic structural diagram of a cluster management system in a cluster management method disclosed in the embodiment of the present invention;
fig. 6 is a schematic structural diagram of a cluster management system according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the 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 embodiment of the application provides a cluster management method and a cluster management system. The cluster management is mainly realized.
The Dashboard of the cluster comprises two parts: the front end can be a graphical interface seen by a user, the back end is a part used for communicating with the K8s API Server, a request sent by the front end is packaged and then forwarded to the K8s API Server for execution, and a subsequent result is packaged and then returned to the user.
The following describes embodiments of the present invention in detail.
Referring to fig. 2 and fig. 3, fig. 2 is a schematic flowchart of a cluster management method according to an embodiment of the present invention, and fig. 3 is a schematic structural diagram of a cluster management system in the cluster management method according to the embodiment of the present invention.
The embodiment of the invention discloses a cluster management method applied to a cluster management system.
The cluster management system comprises a container gateway and a cluster information database; the container gateway is connected with a plurality of cluster data, and is provided with a unique entrance address; the method comprises the following steps:
s100, receiving a first operation instruction sent by a user after logging in the container gateway together with the unique entry address, wherein the first operation instruction comprises identification information of a target cluster;
s200, searching target cluster login data matched with the identification information in the cluster information database;
s300, controlling the container gateway to log in the target cluster by using the target cluster login data.
In the embodiment of the present invention, the container gateway may be specifically a project for forwarding a user request, and forwards the user request to a backend specific cluster, and the creation process may be deployed on a server as a Linux server, and may be run as a Systemd service or in a container instance.
In the embodiment of the present invention, when each cluster is created, cluster information of the cluster is stored in the cluster information database, for example, a Dashboard address, a username password, or Token of each cluster.
In the embodiment of the invention, the container gateway is provided with the only entrance, and when a user needs to manage a certain cluster, the container gateway can be used for realizing the management.
In the embodiment of the invention, the container gateway is provided with the user interface component, and a user can log in the unique entry address to access the user interface. Of course, the user interface may be configured to log in a manner that the user needs to enter an account password, or may automatically recognize the login according to the identity information of the user when logging in. In any case, the user can log into the container gateway through the unique portal address.
At this time, the graphical interface displays the related information of the managed clusters, and the user may issue a first operation instruction to a certain cluster, where the first operation instruction includes the identification information of the target cluster.
And then matching target cluster login data corresponding to the identification information in a cluster information database. The container gateway is then controlled to access the target cluster.
The control container gateway may access the target cluster in at least three ways, which will be described in detail later.
It may be understood that, in the embodiment of the present invention, the cluster information database may be implemented in various ways, for example: mariadb, or the like, or Etcd, or the like.
Because the embodiment of the application adopts the unique entry address to realize the access to the plurality of clusters, the related information of the plurality of clusters does not need to be maintained.
As can be seen from the foregoing embodiments, the embodiments of the present invention may include at least three ways to achieve access to a target cluster.
The first case may be that each cluster is provided with its own backend.
In the embodiment of the invention, each cluster is provided with a respective back end;
said controlling said container gateway to log onto said target cluster using said target cluster login data comprises:
determining a target cluster back-end address and back-end login information in the target cluster login data;
controlling the container gateway to access the target cluster back-end address by using the back-end login information;
and displaying the target cluster information corresponding to the rear end of the target cluster by using the graphical interface of the container gateway.
In the embodiment of the invention, each cluster is provided with a respective back end, and a user can access a target cluster through a container gateway.
In practice, the inside of the container gateway can be divided into a user interface component and a request forwarding component. And when the user logs in the container gateway, displaying a graphical interface for the user to operate by utilizing the user interface component.
The user selects the target cluster to be accessed through the graphical interface, and the container gateway realizes the rear-end login of the target cluster according to the rear-end login information and the rear-end login information which are correspondingly stored in the cluster information database by the target cluster.
In actual use, the user interface component transmits the operation-related instruction to the request forwarding component, and the request forwarding component realizes the login with the target cluster backend.
And after the login is successful, displaying the target cluster information corresponding to the rear end of the target cluster in the graphical interface to realize various operations on the target cluster.
The drawback of this approach is that each cluster needs to be deployed with a backend, which causes resource waste, and if there is a target cluster, such as a third party cluster, that is not installed with a backend, the docking cannot be achieved.
Based on this, in the embodiment of the present invention, the gateway container integrates the back ends of the clusters into an internal component; referring to fig. 4, fig. 4 is another schematic structural diagram of a cluster management system in a cluster management method disclosed in the embodiment of the present invention;
said controlling said container gateway to log onto said target cluster using said target cluster login data comprises:
determining a target cluster back-end address and back-end login information in the target cluster login data;
and controlling the container gateway to be connected with the front end of the target cluster by using the back end login information.
In the embodiment of the invention, the gateway container integrates the back ends of the clusters into the internal component, so that each cluster is not required to be separately provided with the back end.
It should be noted that the internal component can implement connection with the backend, and only the relevant information of the backend needs to be known. Such as the address of the back-end K8s API Server and the corresponding username password or Token.
In the embodiment of the invention, the internal component can be called to initiate an access request to the corresponding target cluster back end.
It is understood that the information that the graphical interface of the internal component can display includes object information in a certain cluster at the back end, such as common kubernets objects like Pod, delivery, and Service.
It should be noted that the back end in this embodiment of the present invention may be in a one-to-many manner, that is, one back end may correspond to multiple front ends, and the back end may also dynamically create a corresponding relationship, and when corresponding back end information and front end information are newly added in the cluster information database, the corresponding relationship between the back end and the front end is dynamically created.
In the embodiment of the invention, more resources can be saved compared with the previous embodiment.
For this way, the architecture is too cumbersome, and therefore, further optimization is possible.
Fig. 5 is a schematic structural diagram of a cluster management system in the cluster management method disclosed in the embodiment of the present invention; in the embodiment of the invention, the device also comprises a rear end intermediate layer device, wherein the rear end intermediate layer device integrates the rear end of each cluster into an internal component;
said controlling said container gateway to log onto said target cluster using said target cluster login data comprises:
controlling the container gateway to send the target cluster login data to the middle layer device;
and the intermediate layer device returns the target cluster information corresponding to the rear end of the target cluster to the container gateway and establishes connection with the front end of the target cluster according to the target login data.
In the embodiment of the invention, the system also comprises an intermediate layer device which is an intermediate layer of the independent container gateway, so that the architecture is simpler and more concise, and the coupling degree is reduced.
In the embodiment of the invention, the container gateway does not need to communicate with the cluster information database, and the request of the user is directly forwarded to the middle layer device at the back end.
The back end obtains the target login data, connects with the front end by using the target login data, and forwards the request to the corresponding cluster.
Thus, the improved architecture and method reduces the degree of coupling.
In the embodiment of the invention, the access to the third party cluster can also be realized. The third party cluster refers to a cluster which is not built by a user, and the clusters may exist in a public cloud or other environments, so that information of the third party cluster needs to be input in advance if a target cluster is the third party cluster. Thus. The embodiment of the invention also comprises the following steps:
the target cluster is a third party cluster;
and the cluster information database receives the related information of the third party cluster input by the user in advance through a third party interface.
In the embodiment of the present invention, a third party interface is provided, where the third party interface must meet the kubernets specification of the community standard, that is, the third party cluster needs to be a standard kubernets cluster.
The user inputs the related information of the third party cluster through the third party interface, wherein the related information comprises the address of the Kubernets API Server, the information of the user name and the password or the information of the Token and the like, and the access to the third party cluster is realized.
When the related information of the third party cluster is entered, the container gateway or the middle layer device in the above embodiment automatically establishes the corresponding relationship between the back end and the front end to realize the access to the third party cluster.
After establishing the data connection with the target cluster, the embodiment of the present invention further includes:
receiving a second operation instruction which is sent by a user and is used for operating the target cluster;
and performing corresponding operation on the target group entry according to the second operation instruction.
In the embodiment of the invention, a second operation instruction sent by a user is also received.
And then sending the second operation instruction to the target cluster to implement corresponding operations, such as data processing operations, store-and-forward operations, and the like.
Therefore, the embodiment of the invention can realize the management of multiple clusters, does not need to maintain the information of each cluster, has multiple architectures and corresponding data processing methods, and can realize the management of the multiple clusters under various environments.
Corresponding to the foregoing method embodiment, the present invention further provides a cluster management system, and referring to fig. 6, fig. 6 is a schematic structural diagram of a cluster management system provided in the embodiment of the present invention.
The cluster management system of the present invention includes:
a system processing device 1, a container gateway 2 and a cluster information database 3;
the container gateway is connected with a plurality of cluster data, and is provided with a unique entrance address;
the system processing means is for:
receiving a first operation instruction sent by a user after logging in the container gateway together with the unique entry address, wherein the first operation instruction comprises identification information of a target cluster;
searching target cluster login data matched with the identification information in the cluster information database;
controlling the container gateway to log in to the target cluster using the target cluster login data.
Preferably, each cluster is provided with a respective back end;
said controlling said container gateway to log onto said target cluster using said target cluster login data comprises:
determining a target cluster back-end address and back-end login information in the target cluster login data;
controlling the container gateway to access the target cluster back-end address by using the back-end login information;
and displaying the target cluster information corresponding to the rear end of the target cluster by using the graphical interface of the container gateway.
Preferably, the gateway container integrates the back end of each cluster into an internal component;
said controlling said container gateway to log onto said target cluster using said target cluster login data comprises:
determining a target cluster back-end address and back-end login information in the target cluster login data;
and controlling the container gateway to be connected with the front end of the target cluster by using the back end login information.
Preferably, the system further comprises a back end intermediate layer device, wherein the back end intermediate layer device integrates the back end of each cluster into an internal component;
said controlling said container gateway to log onto said target cluster using said target cluster login data comprises:
controlling the container gateway to send the target cluster login data to the middle layer device;
and the intermediate layer device returns the target cluster information corresponding to the rear end of the target cluster to the container gateway and establishes connection with the front end of the target cluster according to the target login data.
It can be understood that, for each step implemented by the processing device of the cluster management system provided by the present invention, reference may be made to each step in the cluster management method in the foregoing embodiment, and the reference may be made to each step, which is not described herein again.
The embodiment of the application provides a cluster management system, which adopts a unique entry address to realize access to a plurality of clusters, so that the related information of the plurality of clusters does not need to be maintained.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
Claims (6)
1. A cluster management method is applied to a cluster management system, wherein the cluster management system comprises a container gateway and a cluster information database; the container gateway is connected with a plurality of cluster data, and is provided with a unique entrance address; the method comprises the following steps:
receiving a first operation instruction sent by a user after logging in the container gateway together with the unique entry address, wherein the first operation instruction comprises identification information of a target cluster;
searching target cluster login data matched with the identification information in the cluster information database;
controlling the container gateway to log in to the target cluster using the target cluster login data;
wherein, the container gateway integrates the back end of each cluster into an internal component; said controlling said container gateway to log onto said target cluster using said target cluster login data comprises: determining a target cluster back-end address and back-end login information in the target cluster login data; controlling the container gateway to be connected with the front end of the target cluster by using the back end login information;
or, the cluster management system further comprises a back-end middle layer device, wherein the back-end middle layer device integrates the back end of each cluster into an internal component; said controlling said container gateway to log onto said target cluster using said target cluster login data comprises: controlling the container gateway to send the target cluster login data to the middle layer device; and the intermediate layer device returns the target cluster information corresponding to the rear end of the target cluster to the container gateway and establishes connection with the front end of the target cluster according to the target cluster login data.
2. The method of claim 1, wherein each cluster is provided with a respective backend;
said controlling said container gateway to log onto said target cluster using said target cluster login data comprises:
determining a target cluster back-end address and back-end login information in the target cluster login data;
controlling the container gateway to access the target cluster back-end address by using the back-end login information;
and displaying the target cluster information corresponding to the rear end of the target cluster by using the graphical interface of the container gateway.
3. The method of claim 1, further comprising:
the target cluster is a third party cluster;
and the cluster information database receives the related information of the third party cluster input by the user in advance through a third party interface.
4. The method of any of claims 1 to 2, further comprising:
receiving a second operation instruction which is sent by a user and is used for operating the target cluster;
and performing corresponding operation on the target cluster according to the second operation instruction.
5. A cluster management system, comprising:
the system comprises a system processing device, a container gateway and a cluster information database;
the container gateway is connected with a plurality of cluster data, and is provided with a unique entrance address;
the system processing means is for:
receiving a first operation instruction sent by a user after logging in the container gateway together with the unique entry address, wherein the first operation instruction comprises identification information of a target cluster;
searching target cluster login data matched with the identification information in the cluster information database;
controlling the container gateway to log in to the target cluster using the target cluster login data;
wherein, the container gateway integrates the back end of each cluster into an internal component; said controlling said container gateway to log onto said target cluster using said target cluster login data comprises: determining a target cluster back-end address and back-end login information in the target cluster login data; controlling the container gateway to be connected with the front end of the target cluster by using the back end login information;
or, the system further comprises a back-end middle layer device, wherein the back-end middle layer device integrates the back end of each cluster into an internal component; said controlling said container gateway to log onto said target cluster using said target cluster login data comprises: controlling the container gateway to send the target cluster login data to the middle layer device; and the intermediate layer device returns the target cluster information corresponding to the rear end of the target cluster to the container gateway and establishes connection with the front end of the target cluster according to the target cluster login data.
6. The system of claim 5, wherein each cluster is provided with a respective backend;
said controlling said container gateway to log onto said target cluster using said target cluster login data comprises:
determining a target cluster back-end address and back-end login information in the target cluster login data;
controlling the container gateway to access the target cluster back-end address by using the back-end login information;
and displaying the target cluster information corresponding to the rear end of the target cluster by using the graphical interface of the container gateway.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911243130.7A CN110958256B (en) | 2019-12-06 | 2019-12-06 | Cluster management method and management system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911243130.7A CN110958256B (en) | 2019-12-06 | 2019-12-06 | Cluster management method and management system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110958256A CN110958256A (en) | 2020-04-03 |
CN110958256B true CN110958256B (en) | 2022-04-01 |
Family
ID=69980222
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911243130.7A Active CN110958256B (en) | 2019-12-06 | 2019-12-06 | Cluster management method and management system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110958256B (en) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111897623B (en) * | 2020-06-11 | 2024-04-19 | 新浪技术(中国)有限公司 | Cluster management method, device, equipment and storage medium |
CN112383613B (en) * | 2020-11-11 | 2023-05-12 | 杭州飞致云信息科技有限公司 | Method and device for managing container cluster system |
CN112714166B (en) * | 2020-12-22 | 2022-03-29 | 新华三大数据技术有限公司 | Multi-cluster management method and device for distributed storage system |
CN112698916B (en) * | 2020-12-31 | 2024-04-12 | 北京千方科技股份有限公司 | Multi-container cluster management and control system, method and storage medium |
CN114745185B (en) * | 2022-04-18 | 2024-08-13 | 阿里巴巴(中国)有限公司 | Cluster access method and device |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103986702A (en) * | 2014-05-12 | 2014-08-13 | 浪潮电子信息产业股份有限公司 | User authentication implementation method for distributed cluster storage system |
CN105335211A (en) * | 2015-10-21 | 2016-02-17 | 同济大学 | System and method for dispatching FPGA (Field Programmable Gate Array) accelerator based on Xen virtualized cluster |
CN107483495A (en) * | 2017-09-21 | 2017-12-15 | 浪潮软件股份有限公司 | A kind of big data cluster Host Administration method, management system and service end |
CN108694071A (en) * | 2017-03-29 | 2018-10-23 | 瞻博网络公司 | Multi-cluster panel for distributed virtualized infrastructure element monitoring and policy control |
CN110297641A (en) * | 2019-06-25 | 2019-10-01 | 四川长虹电器股份有限公司 | Layout dispositions method is applied based on kubernetes |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10044701B2 (en) * | 2016-05-24 | 2018-08-07 | Vantiv, Llc | Technologies for token-based authentication and authorization of distributed computing resources |
CN107766157A (en) * | 2017-11-02 | 2018-03-06 | 山东浪潮云服务信息科技有限公司 | Distributed container cluster framework implementation method based on domestic CPU and OS |
CN109213568A (en) * | 2018-08-16 | 2019-01-15 | 北京京东尚科信息技术有限公司 | A kind of block chain network service platform and its dispositions method, storage medium |
CN109582441A (en) * | 2018-11-30 | 2019-04-05 | 北京百度网讯科技有限公司 | For providing system, the method and apparatus of container service |
-
2019
- 2019-12-06 CN CN201911243130.7A patent/CN110958256B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103986702A (en) * | 2014-05-12 | 2014-08-13 | 浪潮电子信息产业股份有限公司 | User authentication implementation method for distributed cluster storage system |
CN105335211A (en) * | 2015-10-21 | 2016-02-17 | 同济大学 | System and method for dispatching FPGA (Field Programmable Gate Array) accelerator based on Xen virtualized cluster |
CN108694071A (en) * | 2017-03-29 | 2018-10-23 | 瞻博网络公司 | Multi-cluster panel for distributed virtualized infrastructure element monitoring and policy control |
CN107483495A (en) * | 2017-09-21 | 2017-12-15 | 浪潮软件股份有限公司 | A kind of big data cluster Host Administration method, management system and service end |
CN110297641A (en) * | 2019-06-25 | 2019-10-01 | 四川长虹电器股份有限公司 | Layout dispositions method is applied based on kubernetes |
Also Published As
Publication number | Publication date |
---|---|
CN110958256A (en) | 2020-04-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110958256B (en) | Cluster management method and management system | |
US10104066B2 (en) | User login methods, devices, and systems | |
US20210256431A1 (en) | Methods for unlocking shared bikes | |
EP3386167B1 (en) | Cloud operation interface sharing method, related device and system | |
KR101712774B1 (en) | Method and system for interworking between servers identifying user registered in each servers using different user identification system | |
US10558753B2 (en) | Software provisioning using an interactive chat-based user interface | |
CN112789612B (en) | Automatic message authentication based on links | |
WO2022143174A1 (en) | Data transmission method and apparatus, device, storage medium, and computer program product | |
CN110895603B (en) | Multi-system account information integration method and device | |
US11856055B2 (en) | Providing managed services in a cloud environment | |
CN103957151A (en) | Interactive application management system based on interactive box | |
CN112202744A (en) | Multi-system data communication method and device | |
US10063555B2 (en) | Method, apparatus, and system for achieving privilege separation | |
CN110458507B (en) | Authorization method and device for public number business hosting | |
CN109104774A (en) | Data transmission method and system | |
CN108111374A (en) | Method, apparatus, equipment and the computer storage media of synchronizer list | |
CN105933417B (en) | Consultation method and device | |
US20160330151A1 (en) | Method and system for managing an informational site using a social networking application | |
US20160080385A1 (en) | Contact Identification Validation via Social Invitation | |
CN112350982B (en) | Resource authentication method and device | |
WO2018000750A1 (en) | User rights splitting method, system and electronic device | |
CN112395204B (en) | Method, system, related device and medium for obtaining test coverage rate | |
CN104410707B (en) | A kind of method, apparatus and system for realizing address list | |
CN112836201A (en) | Method, device, equipment and computer readable medium for multi-platform information intercommunication | |
CN113934383B (en) | Method, device, server and storage medium for binding cloud printer and service |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
CB02 | Change of applicant information | ||
CB02 | Change of applicant information |
Address after: No. 6 Science and Education Software Park, Binhu District, Wuxi City, Jiangsu Province Applicant after: Huayun data holding group Co.,Ltd. Address before: 214000 No. 6, zone B, science and education software park, Huize West Road, Binhu District, Wuxi City, Jiangsu Province Applicant before: WUXI CHINAC DATA TECHNICAL SERVICE Co.,Ltd. |
|
GR01 | Patent grant | ||
GR01 | Patent grant |