CN113132154B - eBPF technology-based containerized application smooth upgrading method and system - Google Patents

eBPF technology-based containerized application smooth upgrading method and system Download PDF

Info

Publication number
CN113132154B
CN113132154B CN202110308889.XA CN202110308889A CN113132154B CN 113132154 B CN113132154 B CN 113132154B CN 202110308889 A CN202110308889 A CN 202110308889A CN 113132154 B CN113132154 B CN 113132154B
Authority
CN
China
Prior art keywords
application
upgraded
new container
ebpf
equipment
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
CN202110308889.XA
Other languages
Chinese (zh)
Other versions
CN113132154A (en
Inventor
武志鹏
王林
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Netju Yunlian Technology Co ltd
Original Assignee
Beijing Wangju Yunlian Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Wangju Yunlian Technology Co ltd filed Critical Beijing Wangju Yunlian Technology Co ltd
Priority to CN202110308889.XA priority Critical patent/CN113132154B/en
Publication of CN113132154A publication Critical patent/CN113132154A/en
Application granted granted Critical
Publication of CN113132154B publication Critical patent/CN113132154B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/082Configuration setting characterised by the conditions triggering a change of settings the condition being updates or upgrades of network functionality
    • 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
    • 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)
  • Stored Programmes (AREA)

Abstract

The invention discloses a containerization application smooth upgrading method and a system based on eBPF technology, wherein an eBPF filter and a shunting submodule are embedded in a system kernel of equipment to be upgraded; receiving a software upgrading packet issued by an application deployment subsystem; creating a new container according to the software upgrading package, and installing the software upgrading package in the new container; receiving an application upgrading instruction issued by an application deployment subsystem, and recording the application upgrading instruction into an eBPFmap by an eBPF filter; the application upgrading instruction comprises a virtual network card address of the new container; and receiving a client request, inquiring eBPFmap by the shunting submodule, and guiding a new UDP request and a new TCP connection to a new container application according to the virtual network card address of the new container. That is, the invention can realize the smooth upgrade of the container application in the single machine environment without the port multiplexing logic, the upgrade is relatively simple, and the security of the private data of the client can be protected.

Description

eBPF technology-based containerized application smooth upgrading method and system
Technical Field
The invention relates to the technical field of containerization application, in particular to a smooth upgrading method and a smooth upgrading system for containerization application based on eBPF technology.
Background
A complete CDN operation requires installing various application software in numerous CDN node machines, such as a cache related to a cache, a DNS scheduler related to traffic scheduling, and an Agent application related to traffic log collection, and in short, in order to make after-sales service for a CDN customer, application software related to various services needs to be installed in numerous devices.
In the operation process, the client needs to continuously update and iterate, so that the application software in the CDN node machine inevitably needs to be upgraded, and how to smoothly upgrade the application software in a large number of CDN node machines under the condition of ensuring uninterrupted service of the CDN node is a great challenge.
As is known, the conventional application program upgrade needs to perform port multiplexing, that is, monitor the same port through multiple processes, and this way will not affect other programs or processes occupying this port. Before a docker container appears, the port multiplexing technology can realize a perfect upgrading process of application programs in a machine, but the port multiplexing method has the disadvantage that all installed application programs can be realized only by realizing the set of logic, and is relatively complex.
In recent years, with the development of cloud computing, cloud service and edge computing, the Docker container technology has been widely applied, kubernets has gained more and more attention as an advanced container arrangement management technology, and various internet manufacturers have successively introduced public cloud container service based on kubernets. In a public cloud scene of containerization deployment based on Kubernetes, perfect upgrading of port multiplexing needs to be achieved in the same machine, and the network is not isolated. In view of this, the present application is specifically proposed.
Disclosure of Invention
The invention provides a containerization application smooth upgrading method and system based on eBPF technology aiming at the defects of the prior art, thereby solving the problems that the prior containerization-free single-machine application upgrading needs to realize port multiplexing logic and is relatively complex; and in the case of single-machine application upgrading with a container, in a public cloud scene, upgrading by adopting a port multiplexing method requires that networks are not isolated, so that the safety problem of leakage of private data of client application can be caused.
The invention provides a containerization application smooth upgrading method based on an eBPF technology, which comprises the following steps:
an eBPF filter and a shunting submodule are embedded in a system kernel of the equipment to be upgraded;
receiving a software upgrading package issued by an application deployment subsystem;
creating a new container according to the software upgrading package, and installing the software upgrading package in the new container;
receiving an application upgrading instruction issued by the application deployment subsystem, and recording the application upgrading instruction into an eBPFmap by the eBPF filter; the application upgrading instruction comprises a virtual network card address of the new container;
and receiving a client request, inquiring eBPFmap by the shunting submodule, and guiding a new UDP request and a new TCP connection to a new container application according to the virtual network card address of the new container.
On the other hand, the invention also provides a containerized application smooth upgrading method based on the eBPF technology, which comprises the following steps:
the application deployment subsystem issues a software upgrading package to the equipment to be upgraded so that the equipment to be upgraded creates a new container based on the software upgrading package, and meanwhile, the software upgrading package is installed in the new container;
issuing an application upgrading instruction to the equipment to be upgraded so that an eBPF filter in the equipment to be upgraded records the application upgrading instruction into an eBPFmap; the application upgrading instruction comprises the virtual network card address of the new container.
In yet another aspect, a system for smoothly upgrading containerized applications based on eBPF technology, the system comprising: the device to be upgraded and the application deployment subsystem;
the equipment to be upgraded is used for embedding an eBPF filter and a shunting submodule into a system kernel of the equipment to be upgraded; receiving a software upgrading packet issued by an application deployment subsystem; creating a new container according to the software upgrading package, and installing the software upgrading package in the new container; receiving an application upgrading instruction issued by the application deployment subsystem, and recording the application upgrading instruction into an eBPFmap by the eBPF filter; the application upgrading instruction comprises a virtual network card address of the new container; receiving a client request, inquiring eBPFmap by the shunting submodule, and guiding a new UDP request and a new TCP connection to a new container for application according to the virtual network card address of the new container;
the application deployment subsystem is used for issuing a software upgrading package to the equipment to be upgraded so as to create a new container by the equipment to be upgraded based on the software upgrading package and simultaneously installing the software upgrading package in the new container; issuing an application upgrading instruction to the equipment to be upgraded so that an eBPF filter in the equipment to be upgraded records the application upgrading instruction into an eBPFmap; the application upgrading instruction comprises the virtual network card address of the new container.
By adopting the technical scheme, the invention can obtain the following technical effects: compared with the prior art, the eBPF filter and the shunting submodule are embedded in the kernel of the equipment system to be upgraded; receiving a software upgrading packet issued by an application deployment subsystem; creating a new container according to the software upgrading package, and installing the software upgrading package in the new container; receiving an application upgrading instruction issued by the application deployment subsystem, and recording the application upgrading instruction into an eBPFmap by the eBPF filter; the application upgrading instruction comprises a virtual network card address of the new container; and receiving a client request, inquiring eBPFmap by the shunting submodule, and guiding a new UDP request and a new TCP connection to a new container according to the virtual network card address of the new container for application. That is to say, the invention can realize the smooth upgrade of the container application under the single machine environment of the equipment without port multiplexing logic, the upgrade is relatively simple, and the security of the private data of the client can be protected.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a schematic flow chart illustrating a method for smoothly upgrading a containerized application based on eBPF technology according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart illustrating a method for smoothly upgrading a containerized application based on eBPF technology in FIG. 1;
FIG. 3 is an interactive schematic diagram illustrating a containerization application smooth upgrade method based on eBPF technology in FIGS. 1 and 2;
fig. 4 is a schematic structural diagram illustrating a containerization application smooth upgrade system based on eBPF technology in fig. 1.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the present invention will be described in further detail with reference to the accompanying drawings, and it is apparent that the described embodiments are only a part of the embodiments of the present invention, not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without making any creative effort based on the embodiments in the present invention, belong to the protection scope of the present invention.
Example one
As shown in fig. 1, an embodiment of the present invention provides a method for smoothly upgrading a containerized application based on an eBPF technology, including:
step 101: and an eBPF filter and a shunting submodule are embedded in a system kernel of the equipment to be upgraded.
Step 102: and receiving a software upgrading package issued by the application deployment subsystem.
Step 103: and creating a new container according to the software upgrading package, and installing the software upgrading package in the new container.
Step 104: receiving an application upgrading instruction issued by the application deployment subsystem, and recording the application upgrading instruction into an eBPFmap by the eBPF filter; and the application upgrading instruction comprises the virtual network card address of the new container.
Step 105: and receiving a client request, inquiring eBPFmap by the shunting submodule, and guiding a new UDP request and a new TCP connection to a new container application according to the virtual network card address of the new container.
That is to say, the invention can realize the smooth upgrade of the container application under the single machine environment of the equipment without port multiplexing logic, the upgrade is relatively simple, and the security of the private data of the client can be protected. The protection of the data security mainly means that a brand new container is added, the container is a completely isolated sandbox environment and is completely isolated from application software of other clients on the same machine through a network, and the application data security of the clients can be protected through the network isolation.
The device to be upgraded comprises a physical network card, a network card driving XDP module and an eBPF filter.
Correspondingly, step 101 may be specifically executed to embed an eBPF filter in the TC layer of the system kernel of the device to be upgraded, and set a shunting submodule in the network card driver XDP module of the system kernel of the device to be upgraded.
It should be noted that the eBPF originates from bpf (Berkeley Packet Filter), which is a network Filter designed to capture and Filter network packets meeting a specific rule, and the Filter is a program running on a register.
Further, in one example, the method may further comprise:
and receiving a client request, inquiring eBPFmap by the shunting submodule, guiding a new UDP request and a new TCP connection to a new container according to the virtual network card address of the new container, and simultaneously keeping the original TCP connection.
For example, when a client sends an application request to a device to be upgraded, a shunting submodule in the device to be upgraded queries eBPFmap according to the application request of the client, guides a new UDP request and a new TCP connection in the application request to a new container application according to a query result of the eBPFmap, and simultaneously reserves an original TCP connection.
Specifically, the step of reserving the original TCP connection specifically includes: and the equipment to be upgraded is set to be disconnected in time-out of the original TCP connection.
It should be noted that, since the TCP connection is connection-oriented, if the TCP connection is kept unchanged, the TCP connection is disconnected after 5 minutes; while new TCP requests are directed to new containers. While UDP requests are connectionless oriented, they can be directed to the new container.
Example two
Based on the same inventive concept in the embodiment of the present invention, as shown in fig. 2, the application deployment subsystem is taken as a main body, and a second embodiment of the present invention provides a containerization application smooth upgrade method based on the eBPF technology, where the method may further include:
step 201: and the application deployment subsystem issues a software upgrading package to the equipment to be upgraded so that the equipment to be upgraded creates a new container based on the software upgrading package, and meanwhile, the software upgrading package is installed in the new container.
Step 202: issuing an application upgrading instruction to the equipment to be upgraded so that an eBPF filter in the equipment to be upgraded records the application upgrading instruction into an eBPFmap; the application upgrading instruction comprises the virtual network card address of the new container.
Further, as shown in fig. 3, the technical solution of the present invention is described in detail with a client, a device to be upgraded, and an application deployment subsystem as an interaction subject.
Step S1: and an eBPF filter and a shunting submodule are embedded in a system kernel of the equipment to be upgraded.
Step S2: and the application deployment subsystem transmits the software upgrading package to the equipment to be upgraded.
And step S3: and the equipment to be upgraded receives a software upgrading package issued by the application deployment subsystem, creates a new container according to the software upgrading package, and installs the software upgrading package in the new container.
And step S4: the application deployment subsystem issues an application upgrading instruction to the equipment to be upgraded; the application upgrading instruction comprises the virtual network card address of the new container.
Step S5: and the equipment to be upgraded receives an application upgrading instruction issued by the application deployment subsystem, and the eBPF filter records the application upgrading instruction into the eBPFmap.
Step S6: and the equipment to be upgraded receives the client request, the shunting submodule queries the eBPFmap, and the new UDP request and the new TCP connection are guided to the new container application according to the virtual network card address of the new container.
Specifically, a client request is received, the offload submodule queries the eBPFmap, and the new UDP request and the new TCP connection are guided to the new container application according to the virtual network card address of the new container, while the original TCP connection is retained.
Further, in another example, as shown in fig. 4, an embodiment of the present invention further provides a system for smoothly upgrading a containerized application based on eBPF technology, where the system includes: the device to be upgraded and the application deployment subsystem;
the equipment to be upgraded can be used for embedding an eBPF filter and a shunting submodule into a system kernel of the equipment to be upgraded; receiving a software upgrading packet issued by an application deployment subsystem; creating a new container according to the software upgrading package, and installing the software upgrading package in the new container; receiving an application upgrading instruction issued by the application deployment subsystem, and recording the application upgrading instruction into an eBPFmap by the eBPF filter; the application upgrading instruction comprises a virtual network card address of the new container; and receiving a client request, inquiring eBPFmap by the shunting submodule, and guiding a new UDP request and a new TCP connection to a new container application according to the virtual network card address of the new container.
The application deployment subsystem can be used for issuing a software upgrading package to the equipment to be upgraded so as to create a new container by the equipment to be upgraded based on the software upgrading package and install the software upgrading package in the new container; issuing an application upgrading instruction to the equipment to be upgraded so that an eBPF filter in the equipment to be upgraded records the application upgrading instruction into an eBPFmap; the application upgrading instruction comprises the virtual network card address of the new container.
According to the method, an eBPF filter and a shunting submodule are embedded in a system kernel of the equipment to be upgraded; receiving a software upgrading package issued by an application deployment subsystem; creating a new container according to the software upgrading package, and installing the software upgrading package in the new container; receiving an application upgrading instruction issued by the application deployment subsystem, and recording the application upgrading instruction into an eBPFmap by the eBPF filter; the application upgrading instruction comprises a virtual network card address of the new container; and receiving a client request, inquiring eBPFmap by the shunting submodule, and guiding a new UDP request and a new TCP connection to a new container application according to the virtual network card address of the new container. That is to say, the invention can realize the smooth upgrade of the container application under the single machine environment of the equipment without port multiplexing logic, the upgrade is relatively simple, and the security of the private data of the client can be protected.
While the preferred embodiments of the present application have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all alterations and modifications as fall within the scope of the application.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (5)

1. A containerization application smooth upgrading method based on an eBPF technology is characterized by comprising the following steps:
an eBPF filter and a shunting submodule are embedded in a system kernel of the equipment to be upgraded;
receiving a software upgrading package issued by an application deployment subsystem;
creating a new container according to the software upgrading package, and installing the software upgrading package in the new container;
receiving an application upgrading instruction issued by the application deployment subsystem, and recording the application upgrading instruction into an eBPFmap by the eBPF filter; the application upgrading instruction comprises a virtual network card address of the new container;
receiving a client request, inquiring eBPFmap by the shunting submodule, guiding a new UDP request and a new TCP connection to a new container application according to the virtual network card address of the new container, and simultaneously keeping the original TCP connection;
the step of reserving the original TCP connection specifically comprises the following steps:
and the equipment to be upgraded is set to be disconnected in time-out of the original TCP connection.
2. The method of claim 1, wherein the device to be upgraded comprises a physical network card, a network card driver XDP module, and an eBPF filter.
3. The method of claim 2, wherein the device system kernel to be upgraded has embedded eBPF filter and offload sub-module, and specifically comprises:
and an eBPF filter is embedded in the TC layer of the system kernel of the equipment to be upgraded, and a shunting submodule is arranged in the network card driver XDP module.
4. A containerized application smooth upgrading method based on an eBPF technology is characterized by comprising the following steps:
the application deployment subsystem issues a software upgrading package to the equipment to be upgraded so that the equipment to be upgraded creates a new container based on the software upgrading package, and meanwhile, the software upgrading package is installed in the new container;
issuing an application upgrading instruction to the equipment to be upgraded so that an eBPF filter in the equipment to be upgraded records the application upgrading instruction into an eBPFmap; the application upgrading instruction comprises a virtual network card address of the new container;
the method further comprises the following steps:
the equipment to be upgraded receives a client request, wherein an eBPF filter and a shunting submodule are embedded in a system kernel of the equipment to be upgraded, an eBPFmap is inquired by the shunting submodule in the equipment to be upgraded, a new UDP request and a new TCP connection are guided to a new container to be applied according to a virtual network card address of the new container, and an original TCP connection is reserved;
the step of reserving the original TCP connection specifically includes:
and the equipment to be upgraded is set to be disconnected in time-out of the original TCP connection.
5. A system for smoothly upgrading containerized applications based on eBPF technology, comprising: the device to be upgraded and the application deployment subsystem;
the device to be upgraded is used for embedding an eBPF filter and a shunting submodule into a system kernel of the device to be upgraded; receiving a software upgrading package issued by an application deployment subsystem; creating a new container according to the software upgrading package, and installing the software upgrading package in the new container; receiving an application upgrading instruction issued by the application deployment subsystem, and recording the application upgrading instruction into an eBPFmap by the eBPF filter; the application upgrading instruction comprises a virtual network card address of the new container; receiving a client request, inquiring eBPFmap by the shunting submodule, guiding a new UDP request and a new TCP connection to a new container application according to the virtual network card address of the new container, and simultaneously keeping the original TCP connection;
the step of reserving the original TCP connection specifically comprises the following steps:
the equipment to be upgraded is set to be disconnected in the overtime of the original TCP connection;
the application deployment subsystem is used for issuing a software upgrading package to the equipment to be upgraded so as to create a new container by the equipment to be upgraded based on the software upgrading package and simultaneously installing the software upgrading package in the new container; issuing an application upgrading instruction to the equipment to be upgraded so that an eBPF filter in the equipment to be upgraded records the application upgrading instruction into an eBPFmap; and the application upgrading instruction comprises the virtual network card address of the new container.
CN202110308889.XA 2021-03-23 2021-03-23 eBPF technology-based containerized application smooth upgrading method and system Active CN113132154B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110308889.XA CN113132154B (en) 2021-03-23 2021-03-23 eBPF technology-based containerized application smooth upgrading method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110308889.XA CN113132154B (en) 2021-03-23 2021-03-23 eBPF technology-based containerized application smooth upgrading method and system

Publications (2)

Publication Number Publication Date
CN113132154A CN113132154A (en) 2021-07-16
CN113132154B true CN113132154B (en) 2023-01-31

Family

ID=76773764

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110308889.XA Active CN113132154B (en) 2021-03-23 2021-03-23 eBPF technology-based containerized application smooth upgrading method and system

Country Status (1)

Country Link
CN (1) CN113132154B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114039875B (en) * 2021-10-30 2023-09-01 北京网聚云联科技有限公司 Data acquisition method, device and system based on eBPF technology
CN114401245B (en) * 2021-12-22 2024-03-22 上海网基科技有限公司 Method, device, computer equipment and storage medium for realizing high-performance DNS service
CN118467012A (en) * 2024-07-15 2024-08-09 天翼云科技有限公司 Smooth upgrading method and device for containerized real-time audio and video distribution background

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105511920A (en) * 2015-12-08 2016-04-20 北京元心科技有限公司 Container based mobile terminal operating system upgrading method and device
CN107515776A (en) * 2017-07-18 2017-12-26 深信服科技股份有限公司 The uninterrupted upgrade method of business, node to be upgraded and readable storage medium storing program for executing

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10481897B2 (en) * 2017-07-04 2019-11-19 Vmware, Inc. System and method for resilient software upgrades in a virtual datacenter
US10530711B2 (en) * 2017-11-09 2020-01-07 Nicira, Inc. Extensible virtual switch datapath
CN109542495A (en) * 2018-11-12 2019-03-29 青岛海信电器股份有限公司 A kind of method for upgrading software and device
CN109656587A (en) * 2018-11-13 2019-04-19 深圳智链物联科技有限公司 A kind of upgrade method and device of equipment firmware
US11379209B2 (en) * 2019-05-22 2022-07-05 EMC IP Holding Company LLC Upgrade of a software product

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105511920A (en) * 2015-12-08 2016-04-20 北京元心科技有限公司 Container based mobile terminal operating system upgrading method and device
CN107515776A (en) * 2017-07-18 2017-12-26 深信服科技股份有限公司 The uninterrupted upgrade method of business, node to be upgraded and readable storage medium storing program for executing

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于eBPF的安全应用研究;于波;《中国优秀硕士论文电子期刊网(信息科技辑)》;20201215(第12期);全文 *

Also Published As

Publication number Publication date
CN113132154A (en) 2021-07-16

Similar Documents

Publication Publication Date Title
CN113132154B (en) eBPF technology-based containerized application smooth upgrading method and system
EP3554010B1 (en) Method and system for use in constructing content delivery network platform on heterogeneous resources
US8468541B2 (en) Event driven sendfile
US8019835B2 (en) Automated provisioning of computing networks using a network database data model
US7152109B2 (en) Automated provisioning of computing networks according to customer accounts using a network database data model
US7228337B1 (en) Methods and apparatus for providing a network service to a virtual machine
CN107483390B (en) Cloud rendering network deployment subsystem, system and cloud rendering platform
US7743147B2 (en) Automated provisioning of computing networks using a network database data model
CN103916378A (en) System and method for automatically deploying application system in cloud resource pool
CN110764846B (en) Method for realizing cross-browser calling of computer external equipment based on local proxy service
CN104580211B (en) SOA architecture-based intrusive system
CN103685608A (en) Method and device for automatically configuring IP (Internet Protocol) address of security virtual machine
CN112099913A (en) Method for realizing safety isolation of virtual machine based on OpenStack
CN111966463A (en) Container mirror image construction method and device, storage medium and electronic equipment
CN112698838B (en) Multi-cloud container deployment system and container deployment method thereof
US20090063687A1 (en) Hybrid connection model
CN114285659B (en) Reverse proxy method, device, equipment and storage medium
CN112966833B (en) Machine learning model platform based on Kubernetes cluster
CN114385195A (en) Third-party platform deployment method, third-party platform deployment device, computer equipment and medium
CN114172811A (en) Container mirror image deployment platform and deployment method thereof
CN108090376A (en) CAN bus data prevention method and system based on TrustZone
US6886180B1 (en) Implementing cable modem functions on a host computer
CN113407234A (en) Cross-platform cross-browser operation and maintenance access method, system and storage medium
CN113268254A (en) Cluster system installation method and device, electronic equipment and storage medium
US6763387B1 (en) Method and system for sharing a single communication port between a plurality of servers

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240102

Address after: 518000, B-1503, Zhongdian Changcheng Building, No.3 Kefa Road, Science and Technology Park Community, Yuehai Street, Nanshan District, Shenzhen, Guangdong Province

Patentee after: Shenzhen Netju Yunlian Technology Co.,Ltd.

Address before: 101102 room 01-0131, 1st floor, building 8, yard 33, Jingsheng south 2nd Street, Tongzhou District, Beijing

Patentee before: Beijing Wangju Yunlian Technology Co.,Ltd.