CN110958256A - Cluster management method and management system - Google Patents

Cluster management method and management system Download PDF

Info

Publication number
CN110958256A
CN110958256A CN201911243130.7A CN201911243130A CN110958256A CN 110958256 A CN110958256 A CN 110958256A CN 201911243130 A CN201911243130 A CN 201911243130A CN 110958256 A CN110958256 A CN 110958256A
Authority
CN
China
Prior art keywords
cluster
target cluster
target
gateway
container gateway
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
CN201911243130.7A
Other languages
Chinese (zh)
Other versions
CN110958256B (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.)
Wuxi Huayun Data Technology Service Co Ltd
Original Assignee
Wuxi Huayun Data Technology Service 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 Wuxi Huayun Data Technology Service Co Ltd filed Critical Wuxi Huayun Data Technology Service Co Ltd
Priority to CN201911243130.7A priority Critical patent/CN110958256B/en
Publication of CN110958256A publication Critical patent/CN110958256A/en
Application granted granted Critical
Publication of CN110958256B publication Critical patent/CN110958256B/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
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0815Network architectures or network communication protocols for network security for authentication of entities providing single-sign-on or federations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/66Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
    • 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/0893Assignment of logical groups to network elements
    • 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/28Restricting access to network management systems or functions, e.g. using authorisation function to access network configuration
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup 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

Cluster management method and management system
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 information such as the address of Kubernetes APIServer, a user name password or Token and the like, so that 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 (10)

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.
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, wherein the gateway container integrates back-ends of each cluster into internal components;
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 rear end of the target cluster by using the rear end login information.
4. The method of claim 1, further comprising a back-end middle-tier device that 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.
5. The method of claim 3 or 4, 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.
6. The method of any one of claims 1 to 4, 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 group entry according to the second operation instruction.
7. 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.
8. The system of claim 7, 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.
9. The system of claim 7, wherein the gateway container integrates back-ends of each cluster into internal components;
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.
10. The system of claim 7, further comprising a back-end middle-tier device that 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.
CN201911243130.7A 2019-12-06 2019-12-06 Cluster management method and management system Active CN110958256B (en)

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 true CN110958256A (en) 2020-04-03
CN110958256B 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)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111897623A (en) * 2020-06-11 2020-11-06 新浪网技术(中国)有限公司 Cluster management method, device, equipment and storage medium
CN112383613A (en) * 2020-11-11 2021-02-19 杭州飞致云信息科技有限公司 Management method and device of container cluster system
CN112698916A (en) * 2020-12-31 2021-04-23 北京千方科技股份有限公司 Multi-container cluster management and control system, method and storage medium
CN112714166A (en) * 2020-12-22 2021-04-27 新华三大数据技术有限公司 Multi-cluster management method and device for distributed storage system
CN114745185A (en) * 2022-04-18 2022-07-12 阿里巴巴(中国)有限公司 Cluster access method and device

Citations (9)

* Cited by examiner, † Cited by third party
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
US20170346807A1 (en) * 2016-05-24 2017-11-30 Vantiv, Llc Technologies for token-based authentication and authorization of distributed computing resources
CN107483495A (en) * 2017-09-21 2017-12-15 浪潮软件股份有限公司 A kind of big data cluster Host Administration method, management system and service end
CN107766157A (en) * 2017-11-02 2018-03-06 山东浪潮云服务信息科技有限公司 Distributed container cluster framework implementation method based on domestic CPU and OS
US20180287902A1 (en) * 2017-03-29 2018-10-04 Juniper Networks, Inc. Multi-cluster dashboard for distributed virtualization infrastructure element monitoring and policy control
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
CN110297641A (en) * 2019-06-25 2019-10-01 四川长虹电器股份有限公司 Layout dispositions method is applied based on kubernetes

Patent Citations (10)

* Cited by examiner, † Cited by third party
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
US20170346807A1 (en) * 2016-05-24 2017-11-30 Vantiv, Llc Technologies for token-based authentication and authorization of distributed computing resources
US20180287902A1 (en) * 2017-03-29 2018-10-04 Juniper Networks, Inc. Multi-cluster dashboard for distributed virtualization infrastructure element monitoring and policy control
CN108694071A (en) * 2017-03-29 2018-10-23 瞻博网络公司 More cluster panels for distributed virtualization infrastructure elements 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
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
CN110297641A (en) * 2019-06-25 2019-10-01 四川长虹电器股份有限公司 Layout dispositions method is applied based on kubernetes

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
李杰等: "Hadoop分布式集群的自动化容器部署研究", 《计算机应用研究》 *
黄艳等: "一种基于三位一体的全云化大数据管控平台", 《信息通信》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111897623A (en) * 2020-06-11 2020-11-06 新浪网技术(中国)有限公司 Cluster management method, device, equipment and storage medium
CN111897623B (en) * 2020-06-11 2024-04-19 新浪技术(中国)有限公司 Cluster management method, device, equipment and storage medium
CN112383613A (en) * 2020-11-11 2021-02-19 杭州飞致云信息科技有限公司 Management method and device of container cluster system
CN112714166A (en) * 2020-12-22 2021-04-27 新华三大数据技术有限公司 Multi-cluster management method and device for distributed storage system
CN112714166B (en) * 2020-12-22 2022-03-29 新华三大数据技术有限公司 Multi-cluster management method and device for distributed storage system
CN112698916A (en) * 2020-12-31 2021-04-23 北京千方科技股份有限公司 Multi-container cluster management and control system, method and storage medium
CN112698916B (en) * 2020-12-31 2024-04-12 北京千方科技股份有限公司 Multi-container cluster management and control system, method and storage medium
CN114745185A (en) * 2022-04-18 2022-07-12 阿里巴巴(中国)有限公司 Cluster access method and device

Also Published As

Publication number Publication date
CN110958256B (en) 2022-04-01

Similar Documents

Publication Publication Date Title
CN110958256B (en) Cluster management method and management system
US10104066B2 (en) User login methods, devices, and systems
CN105530175B (en) Message processing method, device and system
US20210256431A1 (en) Methods for unlocking shared bikes
US8353002B2 (en) Chaining information card selectors
WO2011082995A1 (en) Automatically synchronizing new contacts across multiple social networking sites
US10558753B2 (en) Software provisioning using an interactive chat-based user interface
JP6882924B2 (en) Service interlocking method, system and computer program between servers that identify registered users using different user identification systems
CN110895603B (en) Multi-system account information integration method and device
WO2022143174A1 (en) Data transmission method and apparatus, device, storage medium, and computer program product
KR102555369B1 (en) Automatic link-based message validation
US10063555B2 (en) Method, apparatus, and system for achieving privilege separation
US20230353633A1 (en) Providing managed services in a cloud environment
CN112184411A (en) Account processing method and device
CN111767157A (en) Request processing method and device based on service grid
CN110458507B (en) Authorization method and device for public number business hosting
CN110750780A (en) User role permission fusion method, device and equipment based on multi-service system
CN112202744B (en) Multi-system data communication method and device
US9577967B2 (en) Method and system for managing an informational site using a social networking application
CN108111374A (en) Method, apparatus, equipment and the computer storage media of synchronizer list
CN109040331B (en) Electronic business card processing method and device, computing equipment and storage medium
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
CN112836201A (en) Method, device, equipment and computer readable medium for multi-platform information intercommunication

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