CN106330923B - Node registration method and system based on Kubernetes system - Google Patents

Node registration method and system based on Kubernetes system Download PDF

Info

Publication number
CN106330923B
CN106330923B CN201610744129.2A CN201610744129A CN106330923B CN 106330923 B CN106330923 B CN 106330923B CN 201610744129 A CN201610744129 A CN 201610744129A CN 106330923 B CN106330923 B CN 106330923B
Authority
CN
China
Prior art keywords
node
registered
address
port
label
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610744129.2A
Other languages
Chinese (zh)
Other versions
CN106330923A (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.)
China United Network Communications Group Co Ltd
Original Assignee
China United Network Communications Group 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 China United Network Communications Group Co Ltd filed Critical China United Network Communications Group Co Ltd
Priority to CN201610744129.2A priority Critical patent/CN106330923B/en
Publication of CN106330923A publication Critical patent/CN106330923A/en
Application granted granted Critical
Publication of CN106330923B publication Critical patent/CN106330923B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1073Registration or de-registration
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Multimedia (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Small-Scale Networks (AREA)

Abstract

本发明实施例提供一种基于Kubernetes系统的节点注册方法及系统,其中,该方法包括:接收待注册节点发送的封装标签,其中所述封装标签为所述待注册节点对所述待注册节点的节点信息进行Label标签封装获得的;根据所述封装标签,为所述待注册节点分配IP地址和端口,以使所述待注册节点根据所述IP地址和所述端口进行内部参数配置,完成所述待注册节点的注册。本发明实施例提供的基于Kubernetes系统的节点注册方法及系统,实现了Kubernetes系统下节点的自动注册,提高了Kubernetes系统下节点的注册效率。

Embodiments of the present invention provide a node registration method and system based on the Kubernetes system, wherein the method includes: receiving an encapsulation label sent by a node to be registered, wherein the encapsulation label is the encapsulation label of the node to be registered to the node to be registered The node information is obtained by Label label encapsulation; according to the encapsulation label, assign an IP address and a port for the node to be registered, so that the node to be registered performs internal parameter configuration according to the IP address and the port, and completes all Describes the registration of nodes to be registered. The node registration method and system based on the Kubernetes system provided by the embodiments of the present invention realize automatic registration of nodes under the Kubernetes system and improve the registration efficiency of nodes under the Kubernetes system.

Description

基于Kubernetes系统的节点注册方法及系统Node registration method and system based on Kubernetes system

技术领域technical field

本发明实施例涉及大数据技术领域,尤其涉及一种基于Kubernetes系统的节点注册方法及系统。The embodiment of the present invention relates to the technical field of big data, and in particular to a node registration method and system based on a Kubernetes system.

背景技术Background technique

Kubernetes是Google开源的容器集群管理系统,其提供应用部署、维护、扩展机制等功能,利用Kubernetes能够方便地管理跨机器运行的容器化的应用,其主要功能包括如下几个方面:Kubernetes is Google's open source container cluster management system. It provides functions such as application deployment, maintenance, and expansion mechanisms. Using Kubernetes can easily manage containerized applications running across machines. Its main functions include the following aspects:

(1)使用容器引擎Docker对应用程序进行包装、实例化、运行等操作。(1) Use the container engine Docker to package, instantiate, and run the application.

(2)以集群的方式运行、管理跨机器的容器。(2) Run and manage cross-machine containers in a cluster mode.

(3)解决Docker跨机器容器之间的通讯问题。(3) Solve the communication problem between Docker cross-machine containers.

但是,在现有的Kubernetes系统中,节点的部署仍需要人工手动进行注册配置,效率较低。However, in the existing Kubernetes system, the deployment of nodes still requires manual registration and configuration, which is inefficient.

发明内容Contents of the invention

本发明实施例提供一种基于Kubernetes系统的节点注册方法及系统,用以提高Kubernetes系统中节点的注册效率。Embodiments of the present invention provide a node registration method and system based on the Kubernetes system to improve the registration efficiency of nodes in the Kubernetes system.

本发明实施例第一方面提供一种基于Kubernetes系统的节点注册方法,该方法包括:The first aspect of the embodiment of the present invention provides a node registration method based on the Kubernetes system, the method comprising:

接收待注册节点发送的封装标签,其中所述封装标签为所述待注册节点对所述待注册节点的节点信息进行Label标签封装获得的;receiving the encapsulation label sent by the node to be registered, wherein the encapsulation label is obtained by encapsulating the node information of the node to be registered with a Label label by the node to be registered;

根据所述封装标签,为所述待注册节点分配IP地址和端口,以使所述待注册节点根据所述IP地址和所述端口进行内部参数配置,完成所述待注册节点的注册。Assigning an IP address and a port to the node to be registered according to the encapsulation label, so that the node to be registered performs internal parameter configuration according to the IP address and the port, and completes the registration of the node to be registered.

本发明实施例第二方面提供一种Kubernetes系统,该系统包括:The second aspect of the embodiment of the present invention provides a Kubernetes system, the system includes:

接收单元,用于接收待注册节点发送的封装标签,其中所述封装标签为所述待注册节点对所述待注册节点的节点信息进行Label标签封装获得的;The receiving unit is configured to receive the encapsulation label sent by the node to be registered, wherein the encapsulation label is obtained by encapsulating the node information of the node to be registered by the node to be registered with a Label label;

配置单元,用于根据所述封装标签,为所述待注册节点分配IP地址和端口,以使所述待注册节点根据所述IP地址和所述端口进行内部参数配置,完成所述待注册节点的注册。A configuration unit, configured to assign an IP address and a port to the node to be registered according to the encapsulation label, so that the node to be registered performs internal parameter configuration according to the IP address and the port, and completes the node to be registered registration.

本发明实施例,通过接收待注册节点根据Label标签封装机制所生成的封装标签,根据该封装标签为待注册节点分配IP地址和端口,使得待注册节点能够根据该IP地址和端口完成内部参数的配置,实现了Kubernetes系统下节点的自动注册,而不需要像传统技术那样,还需要对节点的注册参数进行手动配置,提高了Kubernetes系统下节点的注册效率。In the embodiment of the present invention, by receiving the encapsulation label generated by the node to be registered according to the Label label encapsulation mechanism, the node to be registered is allocated an IP address and port according to the encapsulation label, so that the node to be registered can complete the configuration of internal parameters according to the IP address and port. The configuration realizes the automatic registration of nodes under the Kubernetes system, without the need to manually configure the registration parameters of the nodes like traditional technologies, which improves the registration efficiency of nodes under the Kubernetes system.

附图说明Description of drawings

为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention or the prior art, the following will briefly introduce the drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only These are some embodiments of the present invention. For those skilled in the art, other drawings can also be obtained according to these drawings without any creative effort.

图1为本发明实施例一提供的基于Kubernetes系统的节点注册方法的流程示意图;FIG. 1 is a schematic flow diagram of a node registration method based on the Kubernetes system provided by Embodiment 1 of the present invention;

图2为本发明实施例二提供的基于Kubernetes系统的节点注册方法的流程示意图;2 is a schematic flow diagram of a node registration method based on the Kubernetes system provided by Embodiment 2 of the present invention;

图3为本发明实施例三提供的Kubernetes系统的结构示意图;FIG. 3 is a schematic structural diagram of the Kubernetes system provided by Embodiment 3 of the present invention;

图4为本发明实施例四提供的Kubernetes系统的结构示意图。FIG. 4 is a schematic structural diagram of a Kubernetes system provided by Embodiment 4 of the present invention.

具体实施方式Detailed ways

下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The following will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only some, not all, embodiments of the present invention. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts belong to the protection scope of the present invention.

本发明的说明书和权利要求书的术语“包括”和“具有”以及他们的任何变形,意图在于覆盖不排他的包含,例如,包含了一系列步骤的过程或结构的装置不必限于清楚地列出的那些结构或步骤而是可包括没有清楚地列出的或对于这些过程或装置固有的其它步骤或结构。The terms "comprising" and "having" and any variations thereof in the description and claims of the present invention are intended to cover a non-exclusive inclusion, for example, a process comprising a series of steps or a device of structure need not be limited to the expressly listed Instead, those structures or steps may include other steps or structures not expressly listed or inherent to the process or device.

图1为本发明实施例一提供的基于Kubernetes系统的节点注册方法的流程示意图,该方法可以通过一Kubernetes系统来执行。如图1所示,本实施例提供的方法包括如下步骤:FIG. 1 is a schematic flowchart of a node registration method based on a Kubernetes system provided by Embodiment 1 of the present invention, and the method can be executed by a Kubernetes system. As shown in Figure 1, the method provided in this embodiment includes the following steps:

步骤S101、接收待注册节点发送的封装标签,其中所述封装标签为所述待注册节点对所述待注册节点的节点信息进行Label标签封装获得的。Step S101. Receive an encapsulation label sent by a node to be registered, wherein the encapsulation label is obtained by encapsulating the node information of the node to be registered with a Label by the node to be registered.

本实施例中所称的“待注册节点”为初次接入Kubernetes系统,且未在Kubernetes系统上注册的节点。The "node to be registered" in this embodiment is a node that accesses the Kubernetes system for the first time and is not registered on the Kubernetes system.

可选的,本实施例中,Kubernetes系统接收到的待注册节点发送的封装标签,可以被具体为Label标签。Optionally, in this embodiment, the encapsulation label received by the Kubernetes system and sent by the node to be registered may be specifically a Label label.

实际应用中,待注册节点通过节点上的代理服务器接入Kubernetes系统,并通过该代理服务器分配临时的IP地址和端口。在待注册节点接入Kubernetes系统并获得代理服务器分配的临时IP地址和临时端口后,待注册节点根据Kubernetes系统的Label标签封装机制,对其自身的节点信息进行封装,形成封装标签。其中,待注册节点的节点信息包括待注册节点的节点标识、临时IP地址、临时端口信息、变量信息以及节点功能的说明信息。并且,这里需要说明的是:本实施例中节点信息的封装方法与现有的Label标签封装机制类似,在这里不再赘述。进一步的,待注册节点在封装形成封装标签后,根据该临时的IP地址和端口将封装标签发送到Kubernetes系统中以使Kubernetes系统根据该封装标签对其进行注册处理。In practical applications, the node to be registered accesses the Kubernetes system through a proxy server on the node, and assigns a temporary IP address and port through the proxy server. After the node to be registered accesses the Kubernetes system and obtains the temporary IP address and temporary port assigned by the proxy server, the node to be registered encapsulates its own node information according to the Label label encapsulation mechanism of the Kubernetes system to form an encapsulation label. Wherein, the node information of the node to be registered includes a node identifier of the node to be registered, a temporary IP address, temporary port information, variable information, and description information of node functions. Moreover, what needs to be explained here is that the encapsulation method of the node information in this embodiment is similar to the existing Label encapsulation mechanism, and will not be repeated here. Further, after the node to be registered is encapsulated to form an encapsulation label, it sends the encapsulation label to the Kubernetes system according to the temporary IP address and port so that the Kubernetes system can register it according to the encapsulation label.

步骤S102、根据所述封装标签,为所述待注册节点分配IP地址和端口,以使所述待注册节点根据所述IP地址和所述端口进行内部参数配置,完成所述待注册节点的注册。Step S102, assigning an IP address and a port to the node to be registered according to the encapsulation label, so that the node to be registered performs internal parameter configuration according to the IP address and the port, and completes the registration of the node to be registered .

实际应用中,Kubernetes系统在接收到封装标签后对该封装标签进行解析处理获取待注册节点的节点信息,进一步的,在获得待注册节点的节点信息后,Kubernetes系统通过其内部的域名系统为该待注册节点分配该待注册节点在Kubernetes系统内的IP地址和通信端口,并将该IP地址和该通信端口的信息发送给该待注册节点,以使该待注册节点根据Kubernetes系统分配的IP地址和通信端口进行内部的参数配置。从而实现Kubernetes系统下的节点的自动化注册。In practical application, after receiving the encapsulation label, the Kubernetes system parses the encapsulation label to obtain the node information of the node to be registered. Further, after obtaining the node information of the node to be registered, the Kubernetes system uses its internal domain name system for the The node to be registered allocates the IP address and communication port of the node to be registered in the Kubernetes system, and sends the information of the IP address and the communication port to the node to be registered, so that the node to be registered is assigned according to the IP address of the Kubernetes system and communication port for internal parameter configuration. In this way, the automatic registration of nodes under the Kubernetes system is realized.

本实施例,通过接收待注册节点根据Label标签封装机制所生成的封装标签,根据该封装标签为待注册节点分配IP地址和端口,使得待注册节点能够根据该IP地址和端口完成内部参数的配置,实现了Kubernetes系统下节点的自动注册,而不需要像传统技术那样,还需要对节点的注册参数进行手动配置,提高了Kubernetes系统下节点的注册效率。In this embodiment, by receiving the encapsulation label generated by the node to be registered according to the Label label encapsulation mechanism, the node to be registered is allocated an IP address and port according to the encapsulation label, so that the node to be registered can complete the configuration of internal parameters according to the IP address and port , realizes the automatic registration of nodes under the Kubernetes system, without the need to manually configure the registration parameters of the nodes like traditional technologies, and improves the registration efficiency of nodes under the Kubernetes system.

图2为本发明实施例二提供的基于Kubernetes系统的节点注册方法的流程示意图,如图2所示,本实施例在步骤S101之后还可以包括步骤S103:Fig. 2 is a schematic flowchart of a node registration method based on the Kubernetes system provided by Embodiment 2 of the present invention. As shown in Fig. 2, this embodiment may further include step S103 after step S101:

步骤S103、通过第一代理服务器将所述封装标签发送至第二代理服务器,以使所述第二代理服务器根据所述封装标签对所述待注册节点进行管理。Step S103, sending the encapsulation label to the second proxy server through the first proxy server, so that the second proxy server manages the node to be registered according to the encapsulation label.

实际应用中,第一代理服务器可以被具体为Kubernetes系统中的客户端代理服务器。当Kubernetes系统接收到待注册节点发送的封装标签后,通过第一代理服务器将该封装标签发送给第二代理服务器,使得第二代理服务器能够根据该封装标签对该待注册节点进行管理。In practical applications, the first proxy server may be specifically a client proxy server in the Kubernetes system. After the Kubernetes system receives the encapsulation label sent by the node to be registered, the first proxy server sends the encapsulation label to the second proxy server, so that the second proxy server can manage the node to be registered according to the encapsulation label.

具体的,在对该待注册节点进行管理时,可选的,第二代理服务器从封装标签中获取待注册节点的变量信息,其中,该变量信息包括变量的名称以及变量对应的数据参数。进一步的,第二代理服务器依据Kubernetes系统下的Label标签匹配算法来实现对待注册节点的管理。其中,Kubernetes系统下的Label标签匹配算法为现有技术在这里不再赘述。Specifically, when managing the node to be registered, optionally, the second proxy server obtains the variable information of the node to be registered from the encapsulation label, wherein the variable information includes the name of the variable and the data parameters corresponding to the variable. Further, the second proxy server implements the management of the nodes to be registered according to the Label tag matching algorithm under the Kubernetes system. Among them, the Label tag matching algorithm under the Kubernetes system is an existing technology and will not be repeated here.

本实施例,通过接收待注册节点根据Label标签封装机制所生成的封装标签,根据该封装标签为待注册节点分配IP地址和端口,使得待注册节点能够根据该IP地址和端口完成内部参数的配置,实现了Kubernetes系统下节点的自动注册,而不需要像传统技术那样,还需要对节点的注册参数进行手动配置,提高了Kubernetes系统下节点的注册效率。In this embodiment, by receiving the encapsulation label generated by the node to be registered according to the Label label encapsulation mechanism, the node to be registered is allocated an IP address and port according to the encapsulation label, so that the node to be registered can complete the configuration of internal parameters according to the IP address and port , realizes the automatic registration of nodes under the Kubernetes system, without the need to manually configure the registration parameters of the nodes like traditional technologies, and improves the registration efficiency of nodes under the Kubernetes system.

图3为本发明实施例三提供的Kubernetes系统的结构示意图,如图3所示,本实施例提供的Kubernetes系统包括:FIG. 3 is a schematic structural diagram of the Kubernetes system provided by Embodiment 3 of the present invention. As shown in FIG. 3, the Kubernetes system provided by this embodiment includes:

接收单元11,用于接收待注册节点发送的封装标签,其中所述封装标签为所述待注册节点对所述待注册节点的节点信息进行Label标签封装获得的;The receiving unit 11 is configured to receive the encapsulation label sent by the node to be registered, wherein the encapsulation label is obtained by encapsulating the node information of the node to be registered by the node to be registered with a Label label;

配置单元12,用于根据所述封装标签,为所述待注册节点分配IP地址和端口,以使所述待注册节点根据所述IP地址和所述端口进行内部参数配置,完成所述待注册节点的注册。Configuration unit 12, configured to assign an IP address and a port to the node to be registered according to the encapsulation label, so that the node to be registered performs internal parameter configuration according to the IP address and the port, and completes the registration to be registered Node registration.

其中,所述封装标签包括所述待注册节点的临时IP地址和临时端口信息,其中,所述临时IP地址和临时端口为所述待注册节点接入系统时,所述待注册节点上的第三代理服务器为所述待注册节点临时分配的。Wherein, the encapsulation label includes the temporary IP address and temporary port information of the node to be registered, wherein the temporary IP address and temporary port are when the node to be registered accesses the system, the first The third proxy server is temporarily assigned to the node to be registered.

本实施例能够用于执行如图1所示实施例的方法,其执行方式和有益效果类似,在这里不再赘述。This embodiment can be used to execute the method of the embodiment shown in FIG. 1 , and its execution mode and beneficial effects are similar, and details are not repeated here.

图4为本发明实施例四提供的Kubernetes系统的结构示意图,如图4所示,本实施例在图3所示结构的基础上,还包括:FIG. 4 is a schematic structural diagram of the Kubernetes system provided by Embodiment 4 of the present invention. As shown in FIG. 4 , on the basis of the structure shown in FIG. 3 , this embodiment also includes:

管理单元13,其中所述管理单元包括第一代理服务器131和第二代理服务器132;A management unit 13, wherein the management unit includes a first proxy server 131 and a second proxy server 132;

所述第一代理服务器131用于将所述封装标签发送至所述第二代理服务器132;The first proxy server 131 is configured to send the encapsulation label to the second proxy server 132;

所述第二代理服务器132用于根据所述封装标签对所述待注册节点进行管理。The second proxy server 132 is configured to manage the node to be registered according to the encapsulation label.

特别的,本实施例中,所述封装标签中包括所述待注册节点的变量信息,所述第二代理服务器132具体用于根据所述变量信息对所述待注册节点进行管理。Particularly, in this embodiment, the encapsulation tag includes variable information of the node to be registered, and the second proxy server 132 is specifically configured to manage the node to be registered according to the variable information.

本实施例能够用于执行如图2所示实施例的方法,其执行方式和有益效果类似,在这里不再赘述。This embodiment can be used to execute the method of the embodiment shown in FIG. 2 , and its execution mode and beneficial effects are similar, and details are not repeated here.

最后应说明的是:以上各实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述各实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分或者全部技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的范围。Finally, it should be noted that: the above embodiments are only used to illustrate the technical solutions of the present invention, rather than limiting them; although the present invention has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that: It is still possible to modify the technical solutions described in the foregoing embodiments, or perform equivalent replacements for some or all of the technical features; and these modifications or replacements do not make the essence of the corresponding technical solutions deviate from the technical solutions of the various embodiments of the present invention. scope.

Claims (4)

1. a kind of node registering method based on Kubernetes system characterized by comprising
The encapsulated tags that node to be registered is sent are received, wherein the encapsulated tags are the node to be registered to described to be registered The nodal information of node carries out the acquisition of Label Tag Packaging;The encapsulated tags include the variable letter of the node to be registered Breath;The variable information includes the title and the corresponding data parameters of variable of variable;
According to the encapsulated tags, distribute IP address and port for the node to be registered so that the node to be registered according to The IP address and the port carry out inner parameter configuration, complete the registration of the node to be registered;
After the encapsulated tags for receiving node to be registered, the method also includes:
The encapsulated tags are sent to second agent's server by first agent's server, so that the second agent services Device is managed the node to be registered according to the variable information.
2. the method according to claim 1, wherein the encapsulated tags include the interim of the node to be registered IP address and transient port information, wherein when the temporary ip address and transient port are the node access system to be registered, The third proxy server node to be registered on the node to be registered temporarily distributes.
3. a kind of Kubernetes system characterized by comprising
Receiving unit, the encapsulated tags sent for receiving node to be registered, wherein the encapsulated tags are the section to be registered Point carries out the acquisition of Label Tag Packaging to the nodal information of the node to be registered;The encapsulated tags include described wait infuse The variable information of volume node;The variable information includes the title and the corresponding data parameters of variable of variable;
Configuration unit, for distributing IP address and port for the node to be registered according to the encapsulated tags so that it is described to Register node carries out inner parameter configuration according to the IP address and the port, completes the registration of the node to be registered;
The system also includes:
Administrative unit, wherein the administrative unit includes first agent's server and second agent's server;
First agent's server is used to the encapsulated tags being sent to second agent's server;
Second agent's server is for being managed the node to be registered according to the variable information.
4. system according to claim 3, which is characterized in that the encapsulated tags include the interim of the node to be registered IP address and transient port information, wherein when the temporary ip address and transient port are the node access system to be registered, The third proxy server node to be registered on the node to be registered temporarily distributes.
CN201610744129.2A 2016-08-26 2016-08-26 Node registration method and system based on Kubernetes system Active CN106330923B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610744129.2A CN106330923B (en) 2016-08-26 2016-08-26 Node registration method and system based on Kubernetes system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610744129.2A CN106330923B (en) 2016-08-26 2016-08-26 Node registration method and system based on Kubernetes system

Publications (2)

Publication Number Publication Date
CN106330923A CN106330923A (en) 2017-01-11
CN106330923B true CN106330923B (en) 2019-10-25

Family

ID=57791317

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610744129.2A Active CN106330923B (en) 2016-08-26 2016-08-26 Node registration method and system based on Kubernetes system

Country Status (1)

Country Link
CN (1) CN106330923B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108881455B (en) * 2018-06-28 2020-12-08 西北工业大学 Data encapsulation and transmission method in heterogeneous cloud storage system with low-capacity storage nodes
CN109104305A (en) * 2018-07-26 2018-12-28 广东浪潮大数据研究有限公司 A kind of node increases method and relevant apparatus
CN109656699A (en) * 2018-12-14 2019-04-19 平安医疗健康管理股份有限公司 Distributed computing method, device, system, equipment and readable storage medium storing program for executing
CN112073449B (en) * 2019-06-11 2023-04-18 易保网络技术(上海)有限公司 Kubernetes-based environment switching processing method and equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104703211A (en) * 2013-12-04 2015-06-10 华为技术有限公司 A virtualization accessing method and apparatus
CN105656653A (en) * 2014-11-14 2016-06-08 华为技术有限公司 Network access method of newly added node in distributed coordination system, device and system
CN105743995A (en) * 2016-04-05 2016-07-06 北京轻元科技有限公司 A system and method for portable high-availability deployment and management container cluster
CN105897946A (en) * 2016-04-08 2016-08-24 北京搜狐新媒体信息技术有限公司 Obtaining method and system of access address

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104703211A (en) * 2013-12-04 2015-06-10 华为技术有限公司 A virtualization accessing method and apparatus
CN105656653A (en) * 2014-11-14 2016-06-08 华为技术有限公司 Network access method of newly added node in distributed coordination system, device and system
CN105743995A (en) * 2016-04-05 2016-07-06 北京轻元科技有限公司 A system and method for portable high-availability deployment and management container cluster
CN105897946A (en) * 2016-04-08 2016-08-24 北京搜狐新媒体信息技术有限公司 Obtaining method and system of access address

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Kubernetes初探;张俊;《https://blog.csdn.net/zhangjun2915/article/details/40598151》;20141030;全文 *

Also Published As

Publication number Publication date
CN106330923A (en) 2017-01-11

Similar Documents

Publication Publication Date Title
US10778532B2 (en) Overlay network movement operations
CN102948132B (en) Distributed virtual network gateways
CN106330923B (en) Node registration method and system based on Kubernetes system
US9602307B2 (en) Tagging virtual overlay packets in a virtual networking system
US10291462B1 (en) Annotations for intelligent data replication and call routing in a hierarchical distributed system
CN109391504B (en) Deployment method and device for network slicing
CN106487912B (en) Method and device for managing and publishing multi-service applications
CN105519043A (en) Systems and methods for mapping business level topology to specific business data plane logical topology
CN113596110A (en) Heterogeneous cloud-oriented cloud native micro-service platform
CN112202673B (en) A configuration method and device
US20110158088A1 (en) Self-Configuring Networking Devices For Providing Services in a Network
CN107733670A (en) A kind of forwarding strategy collocation method and device
WO2018205325A1 (en) Method and system for use in constructing content delivery network platform on heterogeneous resources
CN104038401A (en) Interoperability for distributed overlay virtual environments
CN105554015A (en) Management network and method of multi-tenant container cloud computing system
CN105591820A (en) A highly scalable container network management system and method
US20060080412A1 (en) Method and system for establishing a server template for an application deployment
CN106953848A (en) A software-defined network implementation method based on ForCES
US10165092B2 (en) Using a network service header to manage a network-as-a-system
CN116982307A (en) Method and computing device for enforcing functional filtering rules in a clustered infrastructure
CN109104368A (en) A kind of request connection method, device, server and computer readable storage medium
CN101977160A (en) Reconfigurable method for routing protocol software components in reconfigurable route switching platform
CN102098356A (en) Method for translating Internet protocol version 4 (IPv4)/Internet protocol version 6 (IPv6) initiating communication by using IPv4 based on cloud service
CN104363187B (en) A kind of things-internet gateway resource response method and apparatus
US11943801B2 (en) Method and apparatus for abstracting network resources to support end user mobility

Legal Events

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