CN111262727A - Service capacity expansion method, device, equipment and storage medium - Google Patents

Service capacity expansion method, device, equipment and storage medium Download PDF

Info

Publication number
CN111262727A
CN111262727A CN202010017380.5A CN202010017380A CN111262727A CN 111262727 A CN111262727 A CN 111262727A CN 202010017380 A CN202010017380 A CN 202010017380A CN 111262727 A CN111262727 A CN 111262727A
Authority
CN
China
Prior art keywords
service
target version
capacity expansion
acquiring
expanded
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
CN202010017380.5A
Other languages
Chinese (zh)
Other versions
CN111262727B (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.)
Guangzhou Huya Technology Co Ltd
Original Assignee
Guangzhou Huya 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 Guangzhou Huya Technology Co Ltd filed Critical Guangzhou Huya Technology Co Ltd
Priority to CN202010017380.5A priority Critical patent/CN111262727B/en
Publication of CN111262727A publication Critical patent/CN111262727A/en
Application granted granted Critical
Publication of CN111262727B publication Critical patent/CN111262727B/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/0876Aspects of the degree of configuration automation
    • H04L41/0886Fully automatic configuration
    • 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/0816Configuration setting characterised by the conditions triggering a change of settings the condition being an adaptation, e.g. in response to network events
    • 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/0889Techniques to speed-up the configuration process
    • 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/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • H04L41/5041Network service management, e.g. ensuring proper service fulfilment according to agreements characterised by the time relationship between creation and deployment of a service
    • H04L41/5054Automatic deployment of services triggered by the service manager, e.g. service implementation by automatic configuration of network components
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services

Abstract

The embodiment of the invention discloses a service capacity expansion method, a service capacity expansion device, service capacity expansion equipment and a service capacity expansion storage medium. The method comprises the following steps: acquiring a service group to be expanded; the service group comprises a plurality of services, and each service comprises at least one service node; polling the service group to be expanded, and acquiring the number of service nodes contained in the current service when the current service is polled; creating containers according to the number of the service nodes, and determining a target version corresponding to the current service; and performing publishing operation on the created container according to the target version. The capacity expansion method of the service disclosed by the embodiment of the invention polls the service in the selected service group to be expanded, creates containers according to the number of service nodes in the polled service, and finally releases the created containers according to the target version, thereby realizing automatic batch capacity expansion of the service, improving the efficiency of service capacity expansion and reducing the labor cost.

Description

Service capacity expansion method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a service capacity expansion method, device, equipment and storage medium.
Background
With the rapid development of internet technology, the deployment iteration frequency of Service (Service) instances running on a Service cluster is also higher and higher. When the network is in a large flow, the capacity of the back-end service needs to be expanded to shunt in time in order to prevent the system from being paralyzed due to insufficient bearing capacity of the back-end server.
In the prior art, when services are expanded, the expansion is performed one service by one service in a manual mode, so that the process is complicated, mistakes are easily made, the labor cost is high, the efficiency is low, and a large number of service expansion scenes cannot be met.
Disclosure of Invention
Embodiments of the present invention provide a method, an apparatus, a device, and a storage medium for service expansion, so as to implement automatic batch expansion of services, improve efficiency of service expansion, and reduce labor cost.
In a first aspect, an embodiment of the present invention provides a service capacity expansion method, including:
acquiring a service group to be expanded; the service group comprises a plurality of services, and each service comprises at least one service node;
polling the service group to be expanded, and acquiring the number of service nodes contained in the current service when the current service is polled;
creating containers according to the number of the service nodes, and determining a target version corresponding to the current service;
and performing publishing operation on the created container according to the target version.
Further, determining a target version corresponding to the current service includes:
acquiring versions corresponding to service nodes contained in the current service respectively;
and determining the version with the largest proportion as the target version.
Further, creating a container according to the number of the service nodes includes:
creating a capacity expansion task table according to the number of the service nodes; the capacity expansion task table is used for recording the creation state of the container;
and scanning the capacity expansion task table every set time length until the creation state of the container is changed into the creation completion.
Further, after creating the container according to the number of the service nodes, the method further includes:
and registering the created container in the service master node.
Further, registering the created container in the service master node includes:
acquiring an identity identification code (ID) of the created container;
and adding the ID of the created container to a monitoring table of the service master node.
Further, performing a publishing operation on the created container according to the target version, including:
acquiring an application program corresponding to a target version;
and loading the application program into the created container.
In a second aspect, an embodiment of the present invention further provides a service capacity expansion device, including:
the service group to be expanded acquisition module is used for acquiring the service group to be expanded; the service group comprises a plurality of services, and each service comprises at least one service node;
the service polling module is used for polling the service group to be expanded and acquiring the number of service nodes contained in the current service when the current service is polled;
the target version determining module is used for creating containers according to the number of the service nodes and determining a target version corresponding to the current service;
and the version issuing module is used for performing version issuing operation on the created container according to the target version.
Further, the target version determination module is further configured to:
acquiring versions corresponding to service nodes contained in the current service respectively;
and determining the version with the largest proportion as the target version.
In a third aspect, an embodiment of the present invention further provides a computer device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the computer program to implement the capacity expansion method for the service according to the embodiment of the present invention.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements a capacity expansion method for a service according to an embodiment of the present invention.
In the embodiment of the invention, a service group to be expanded is obtained; the service group comprises a plurality of services, and each service comprises at least one service node; then polling a service group to be expanded, and acquiring the number of service nodes contained in the current service when the current service is polled; then, creating containers according to the number of the service nodes, and determining a target version corresponding to the current service; and finally, performing publishing operation on the created container according to the target version. The capacity expansion method of the service disclosed by the embodiment of the invention polls the service in the selected service group to be expanded, creates containers according to the number of service nodes in the polled service, and finally releases the created containers according to the target version, thereby realizing automatic batch capacity expansion of the service, improving the efficiency of service capacity expansion and reducing the labor cost.
Drawings
Fig. 1 is a flowchart of a service capacity expansion method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a service expansion device according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a computer device in a third embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of a service capacity expansion method according to an embodiment of the present invention, where the method may be applied to a situation of capacity expansion of a background service, and the method may be executed by a service capacity expansion device, where the device may be composed of hardware and/or software, and may generally be integrated in a device having a function of capacity expansion of a service, where the device may be an electronic device such as a server or a server cluster. As shown in fig. 1, the method specifically includes the following steps:
and step 110, acquiring a service group to be expanded.
The service group comprises a plurality of services, and each service comprises at least one service node. In this embodiment, the backend servers are deployed with tags, and the servers deployed with the same tags are divided into one group. The user can inquire the service group contained in the back end through the service management platform.
Specifically, the user selects one or more service groups to be expanded through the service management platform, the system creates a service expansion task, and obtains the services included in the service groups to be expanded from the monitoring table.
And step 120, polling the service group to be expanded, and acquiring the number of service nodes contained in the current service when the current service is polled.
A service node may be understood as a service instance (service). Specifically, after the service included in the service to be expanded is acquired, the service expansion task is executed, and the service included in the service to be expanded is polled. And when the current service is polled, acquiring the number of service nodes contained in the current service.
Step 130, creating containers according to the number of the service nodes, and determining a target version corresponding to the current service.
Specifically, after determining the number of service nodes included in the current service, the container management tool (e.g., k8s) creates containers according to the number of service nodes, and the number of created containers is the same as the number of service nodes included in the current service.
In this embodiment, the process of creating the container according to the number of the service nodes may be: creating a capacity expansion task table according to the number of the service nodes; and scanning the capacity expansion task table every set time length until the creation state of the container is changed into the creation completion.
The capacity expansion task table is used for recording the creation state of the container. The set time period may be set to any value between 3 and 5 seconds. The container management tool generates a capacity expansion task table in the process of creating the container so as to record the creation state of the container. In this embodiment, when scanning the capacity expansion task table, a distributed task frame may be used to scan the capacity expansion task table to determine whether the task of creating the container is completed, and when the task of creating the container is completed, the scanning is stopped. And if the container is abnormal in the process of creating the container by the container management tool, skipping the current service and continuously polling the next service.
Optionally, the manner of determining the target version corresponding to the current service may be: acquiring versions corresponding to service nodes contained in the current service respectively; and determining the version with the largest proportion as the target version.
The service node is provided with an application program, and the application program has a corresponding version. And acquiring the version corresponding to each service node, and determining the version with the highest ratio as the target version. For example, assume that the current service includes 5 service nodes, where the version corresponding to 3 service nodes is version a, and the version corresponding to 2 service nodes is version B, then the target version is version a.
Optionally, after creating the container according to the number of the service nodes, the method further includes the following steps: and registering the created container in the service master node.
The method for registering the created container in the service master node may be as follows: acquiring an identity identification code (ID) of the created container; and adding the ID of the created container to a monitoring table of the service master node.
In this embodiment, the created container is registered in the master control node, so that the master control node monitors the newly added container in real time.
And step 140, performing publishing operation on the created container according to the target version.
The method for performing publishing operation on the created container according to the target version may be as follows: acquiring an application program corresponding to a target version; and loading the application program into the created container.
Specifically, after the application program is loaded to the created container, the backend service is restarted, so that the capacity expansion of the service is completed.
According to the technical scheme of the embodiment, a service group to be expanded is obtained; the service group comprises a plurality of services, and each service comprises at least one service node; then polling a service group to be expanded, and acquiring the number of service nodes contained in the current service when the current service is polled; then, creating containers according to the number of the service nodes, and determining a target version corresponding to the current service; and finally, performing publishing operation on the created container according to the target version. The capacity expansion method of the service disclosed by the embodiment of the invention polls the service in the selected service group to be expanded, creates containers according to the number of service nodes in the polled service, and finally releases the created containers according to the target version, thereby realizing automatic batch capacity expansion of the service, improving the efficiency of service capacity expansion and reducing the labor cost.
Example two
Fig. 2 is a schematic structural diagram of a service expansion device according to a second embodiment of the present invention. As shown in fig. 2, the apparatus includes: the system comprises a to-be-expanded service group acquisition module 210, a service polling module 220, a target version determination module 230 and a publishing module 240.
A service group to be expanded acquiring module 210, configured to acquire a service group to be expanded; the service group comprises a plurality of services, and each service comprises at least one service node;
the service polling module 220 is configured to poll a service group to be expanded, and when polling the current service, obtain the number of service nodes included in the current service;
a target version determining module 230, configured to create containers according to the number of service nodes, and determine a target version corresponding to the current service;
and the publishing module 240 is used for performing publishing operation on the created container according to the target version.
Optionally, the target version determining module 230 is further configured to:
acquiring versions corresponding to service nodes contained in the current service respectively;
and determining the version with the largest proportion as the target version.
Optionally, creating a container according to the number of service nodes includes:
creating a capacity expansion task table according to the number of the service nodes; the capacity expansion task table is used for recording the creation state of the container;
and scanning the capacity expansion task table every set time length until the creation state of the container is changed into the creation completion.
Optionally, the method further includes: a container registration module to:
and registering the created container in the service master node.
Optionally, the container registration module is further configured to:
acquiring an identity identification code (ID) of the created container;
and adding the ID of the created container to a monitoring table of the service master node.
Optionally, the publishing module 240 is further configured to:
acquiring an application program corresponding to a target version;
and loading the application program into the created container.
The device can execute the methods provided by all the embodiments of the invention, and has corresponding functional modules and beneficial effects for executing the methods. For details not described in detail in this embodiment, reference may be made to the methods provided in all the foregoing embodiments of the present invention.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a computer device according to a third embodiment of the present invention. FIG. 3 illustrates a block diagram of a computer device 312 suitable for use in implementing embodiments of the present invention. The computer device 312 shown in FIG. 3 is only an example and should not bring any limitations to the functionality or scope of use of embodiments of the present invention. Device 312 is a computing device that typically serves the capacity expansion function.
As shown in FIG. 3, computer device 312 is in the form of a general purpose computing device. The components of computer device 312 may include, but are not limited to: one or more processors 316, a storage device 328, and a bus 318 that couples the various system components including the storage device 328 and the processors 316.
Bus 318 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Computer device 312 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer device 312 and includes both volatile and nonvolatile media, removable and non-removable media.
Storage 328 may include computer system readable media in the form of volatile Memory, such as Random Access Memory (RAM) 330 and/or cache Memory 332. The computer device 312 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 334 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 3, and commonly referred to as a "hard drive"). Although not shown in FIG. 3, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a Compact disk-Read Only Memory (CD-ROM), a Digital Video disk (DVD-ROM), or other optical media) may be provided. In these cases, each drive may be connected to bus 318 by one or more data media interfaces. Storage 328 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
Program 336 having a set (at least one) of program modules 326 may be stored, for example, in storage 328, such program modules 326 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which may comprise an implementation of a network environment, or some combination thereof. Program modules 326 generally carry out the functions and/or methodologies of embodiments of the invention as described herein.
The computer device 312 may also communicate with one or more external devices 314 (e.g., keyboard, pointing device, camera, display 324, etc.), with one or more devices that enable a user to interact with the computer device 312, and/or with any devices (e.g., network card, modem, etc.) that enable the computer device 312 to communicate with one or more other computing devices. Such communication may occur via input/output (I/O) interfaces 322. Also, computer device 312 may communicate with one or more networks (e.g., a Local Area Network (LAN), Wide Area Network (WAN), and/or a public Network, such as the internet) via Network adapter 320. As shown, network adapter 320 communicates with the other modules of computer device 312 via bus 318. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the computer device 312, including but not limited to: microcode, device drivers, Redundant processing units, external disk drive Arrays, disk array (RAID) systems, tape drives, and data backup storage systems, among others.
The processor 316 executes various functional applications and data processing by executing programs stored in the storage 328, for example, implementing a method for expanding the service provided by the above-described embodiment of the present invention.
Example four
The fourth embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the capacity expansion method for the service provided in the fourth embodiment of the present invention.
Of course, the computer program stored on the computer-readable storage medium provided in the embodiment of the present invention is not limited to the method operations described above, and may also perform related operations in the capacity expansion method of the service provided in any embodiment of the present invention.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A method for expanding service capacity is characterized by comprising the following steps:
acquiring a service group to be expanded; the service group comprises a plurality of services, and each service comprises at least one service node;
polling the service group to be expanded, and acquiring the number of service nodes contained in the current service when the current service is polled;
creating containers according to the number of the service nodes, and determining a target version corresponding to the current service;
and performing publishing operation on the created container according to the target version.
2. The method of claim 1, wherein determining the target version corresponding to the current service comprises:
acquiring versions corresponding to service nodes contained in the current service respectively;
and determining the version with the largest proportion as the target version.
3. The method of claim 1, wherein creating containers based on the number of service nodes comprises:
creating a capacity expansion task table according to the number of the service nodes; the capacity expansion task table is used for recording the creation state of the container;
and scanning the capacity expansion task table every set time length until the creation state of the container is changed into the creation completion.
4. The method of claim 1, after creating containers according to the number of service nodes, further comprising:
and registering the created container in the service master node.
5. The method of claim 4, wherein registering the created container in the service master node comprises:
acquiring an identity identification code (ID) of the created container;
and adding the ID of the created container to a monitoring table of the service master node.
6. The method of claim 1, wherein performing a publishing operation on the created container according to the target version comprises:
acquiring an application program corresponding to a target version;
and loading the application program into the created container.
7. A service expansion device, comprising:
the service group to be expanded acquisition module is used for acquiring the service group to be expanded; the service group comprises a plurality of services, and each service comprises at least one service node;
the service polling module is used for polling the service group to be expanded and acquiring the number of service nodes contained in the current service when the current service is polled;
the target version determining module is used for creating containers according to the number of the service nodes and determining a target version corresponding to the current service;
and the version issuing module is used for performing version issuing operation on the created container according to the target version.
8. The apparatus of claim 7, wherein the target version determination module is further configured to:
acquiring versions corresponding to service nodes contained in the current service respectively;
and determining the version with the largest proportion as the target version.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements a method of capacity expansion of a service according to any one of claims 1 to 6 when executing the program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a method of expanding a volume of a service according to any one of claims 1 to 6.
CN202010017380.5A 2020-01-08 2020-01-08 Service capacity expansion method, device, equipment and storage medium Active CN111262727B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010017380.5A CN111262727B (en) 2020-01-08 2020-01-08 Service capacity expansion method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010017380.5A CN111262727B (en) 2020-01-08 2020-01-08 Service capacity expansion method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111262727A true CN111262727A (en) 2020-06-09
CN111262727B CN111262727B (en) 2023-04-07

Family

ID=70950959

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010017380.5A Active CN111262727B (en) 2020-01-08 2020-01-08 Service capacity expansion method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111262727B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112631553A (en) * 2020-12-07 2021-04-09 北京无线电测量研究所 Radar servo system model establishing method, computer equipment and storage medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1996022575A1 (en) * 1995-01-17 1996-07-25 Intertech Ventures, Ltd. Control systems based on simulated virtual models
CN106649083A (en) * 2016-09-05 2017-05-10 中国农业银行股份有限公司 Application grey scale release method and equipment and application visit method and equipment
CN106992887A (en) * 2017-04-05 2017-07-28 国家电网公司 The implementation method of application example elastic telescopic based on container, apparatus and system
CN108153547A (en) * 2017-12-26 2018-06-12 泰康保险集团股份有限公司 Method for edition management, device, medium and the electronic equipment of micro services
CN108418862A (en) * 2018-01-31 2018-08-17 金蝶软件(中国)有限公司 Micro services management method and system based on artificial intelligence service cloud platform
CN109478146A (en) * 2016-07-07 2019-03-15 思科技术公司 System and method for application container of stretching in cloud environment
CN109656709A (en) * 2017-10-12 2019-04-19 北京京东尚科信息技术有限公司 A kind of method and apparatus of Codis cluster dilatation
CN109803018A (en) * 2019-01-24 2019-05-24 云南电网有限责任公司信息中心 A kind of DCOS cloud management platform combined based on Mesos and YARN
CN110289982A (en) * 2019-05-17 2019-09-27 平安科技(深圳)有限公司 Expansion method, device, computer equipment and the storage medium of container application
CN110633325A (en) * 2019-09-20 2019-12-31 四川长虹电器股份有限公司 Docker-based database cluster capacity expansion method and device

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1996022575A1 (en) * 1995-01-17 1996-07-25 Intertech Ventures, Ltd. Control systems based on simulated virtual models
CN109478146A (en) * 2016-07-07 2019-03-15 思科技术公司 System and method for application container of stretching in cloud environment
CN106649083A (en) * 2016-09-05 2017-05-10 中国农业银行股份有限公司 Application grey scale release method and equipment and application visit method and equipment
CN106992887A (en) * 2017-04-05 2017-07-28 国家电网公司 The implementation method of application example elastic telescopic based on container, apparatus and system
CN109656709A (en) * 2017-10-12 2019-04-19 北京京东尚科信息技术有限公司 A kind of method and apparatus of Codis cluster dilatation
CN108153547A (en) * 2017-12-26 2018-06-12 泰康保险集团股份有限公司 Method for edition management, device, medium and the electronic equipment of micro services
CN108418862A (en) * 2018-01-31 2018-08-17 金蝶软件(中国)有限公司 Micro services management method and system based on artificial intelligence service cloud platform
CN109803018A (en) * 2019-01-24 2019-05-24 云南电网有限责任公司信息中心 A kind of DCOS cloud management platform combined based on Mesos and YARN
CN110289982A (en) * 2019-05-17 2019-09-27 平安科技(深圳)有限公司 Expansion method, device, computer equipment and the storage medium of container application
CN110633325A (en) * 2019-09-20 2019-12-31 四川长虹电器股份有限公司 Docker-based database cluster capacity expansion method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112631553A (en) * 2020-12-07 2021-04-09 北京无线电测量研究所 Radar servo system model establishing method, computer equipment and storage medium
CN112631553B (en) * 2020-12-07 2023-11-28 北京无线电测量研究所 Radar servo system model building method, computer equipment and storage medium

Also Published As

Publication number Publication date
CN111262727B (en) 2023-04-07

Similar Documents

Publication Publication Date Title
US11314451B2 (en) Method and apparatus for storing data
CN110555150B (en) Data monitoring method, device, equipment and storage medium
CN111324441A (en) Operating environment switching method and device, computer equipment and storage medium
CN111818145B (en) File transmission method, device, system, equipment and storage medium
CN111291330A (en) SVN authority management method, SVN authority management device, computer equipment and storage medium
CN110597704B (en) Pressure test method, device, server and medium for application program
CN111796978B (en) Interface detection method, device, system, equipment and storage medium
CN110955640A (en) Cross-system data file processing method, device, server and storage medium
CN109284108B (en) Unmanned vehicle data storage method and device, electronic equipment and storage medium
CN111241043A (en) Multimedia file sharing method, terminal and storage medium
CN109033456B (en) Condition query method and device, electronic equipment and storage medium
CN109165372B (en) Webpage loading method, device, equipment and storage medium
CN109086097B (en) Method and device for starting small program, server and storage medium
CN110716804A (en) Method and device for automatically deleting useless resources, storage medium and electronic equipment
CN111262727B (en) Service capacity expansion method, device, equipment and storage medium
CN111078317A (en) Scene data processing method and device, computer equipment and storage medium
CN110825802A (en) Multi-type database data backup method, device, equipment and storage medium
CN111581098A (en) Interface data transfer storage method, device, server and storage medium
CN116185393A (en) Method, device, equipment, medium and product for generating interface document
CN110753136B (en) Domain name resolution method, device, equipment and storage medium
CN110647527B (en) Big data-based invalid label clearing method and device, equipment and readable medium
CN112035732A (en) Method, system, equipment and storage medium for expanding search results
CN109740027B (en) Data exchange method, device, server and storage medium
CN112925796A (en) Write consistency control method, device, equipment and storage medium
CN112364268A (en) Resource acquisition method and device, electronic equipment and storage medium

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