CN112579310A - Service calling method and device - Google Patents

Service calling method and device Download PDF

Info

Publication number
CN112579310A
CN112579310A CN201910937349.0A CN201910937349A CN112579310A CN 112579310 A CN112579310 A CN 112579310A CN 201910937349 A CN201910937349 A CN 201910937349A CN 112579310 A CN112579310 A CN 112579310A
Authority
CN
China
Prior art keywords
service
application information
arrangement system
container arrangement
name
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.)
Pending
Application number
CN201910937349.0A
Other languages
Chinese (zh)
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.)
Beijing CHJ Automotive Information Technology Co Ltd
Original Assignee
Beijing CHJ Automotive Information 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 CHJ Automotive Information Technology Co Ltd filed Critical Beijing CHJ Automotive Information Technology Co Ltd
Priority to CN201910937349.0A priority Critical patent/CN112579310A/en
Publication of CN112579310A publication Critical patent/CN112579310A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Abstract

The embodiment of the disclosure discloses a method and a device for calling a service, relates to the technical field of internet, and can solve the problem that the service outside a container arrangement system in the prior art cannot call the service in the container arrangement system. The method mainly comprises the steps of receiving a service name of a second service called by a first service request located outside a container arranging system; if the service located in the container arrangement system exists in the service of the service name, backing up application information of the service located in the container arrangement system; modifying the IP address in the backed-up application information into a domain name of a preset exposed service tool deployed in the container arrangement system, and modifying an area address into an area address of an area to which the first service belongs; and sending the modified application information to the first service. The embodiment of the disclosure is mainly applicable to a service calling scene of a cross-container arrangement system.

Description

Service calling method and device
Technical Field
The embodiment of the disclosure relates to the technical field of internet, in particular to a method and a device for calling a service.
Background
Eureka is a service discovery framework developed by Netflix, is a REST (Representational State Transfer) -based service, and is mainly used for positioning middle-layer services running in an AWS domain so as to achieve the purposes of load balancing and middle-layer service failover. Currently, when services are discovered based on Eureka, some services are deployed in a container arrangement system (such as kubernets), and some services are deployed outside the container arrangement system. Different networks are respectively deployed inside the container arrangement system and outside the container arrangement system, services inside one network can be mutually called, and services inside the container arrangement system can call services outside the container arrangement system because the networks inside and outside the container arrangement system are communicated between the two networks. However, since the network from the outside of the container arrangement system to the inside is disconnected, the service located outside the container arrangement system cannot call the service located inside the container arrangement system.
Disclosure of Invention
In view of this, embodiments of the present disclosure provide a method and an apparatus for service invocation, which aim to solve the problem in the prior art that a service located outside a container arrangement system cannot invoke a service in the container arrangement system.
The embodiment of the disclosure mainly provides the following technical scheme:
in a first aspect, an embodiment of the present disclosure provides a method for service invocation, where the method includes:
receiving a service name of a second service called by a first service request positioned outside the container arrangement system;
if the service located in the container arrangement system exists in the service of the service name, backing up application information of the service located in the container arrangement system;
modifying the IP address in the backed-up application information into a domain name of a preset exposed service tool deployed in the container arrangement system, and modifying the domain address in the backed-up application information into the domain address of the region to which the first service belongs;
and sending the modified application information to the first service.
In some embodiments, the method further comprises:
sending unmodified application information to the first service;
and controlling the first service to call the second service based on a preset area mechanism.
In some embodiments, the pre-defined region mechanism includes a called priority of the same region service being higher than a called priority of the cross-region service.
In some embodiments, the predetermined exposure service tool comprises Ingress.
In a second aspect, an embodiment of the present disclosure provides an apparatus for service invocation, the apparatus including:
the receiving unit is used for receiving the service name of a second service called by the first service request positioned outside the container arranging system;
the backup unit is used for backing up the application information of the service in the container arrangement system when the service in the service name exists in the service in the container arrangement system;
a modifying unit, configured to modify an IP address in the backed-up application information into a domain name of a preset exposed service tool deployed in the container arrangement system, and modify a domain address in the backed-up application information into a domain address of a domain to which the first service belongs;
a sending unit, configured to send the modified application information to the first service.
In some embodiments, the sending unit is further configured to send unmodified application information to the first service;
the device further comprises:
and the control unit is used for controlling the first service to call the second service based on a preset area mechanism.
In some embodiments, the pre-defined region mechanism includes a called priority of the same region service being higher than a called priority of the cross-region service.
In some embodiments, the predetermined exposure service tool comprises Ingress.
In a third aspect, an embodiment of the present disclosure provides a storage medium, where the storage medium includes a stored program, and when the program runs, a device on which the storage medium is located is controlled to execute the method for calling the service according to the first aspect.
In a fourth aspect, an embodiment of the present disclosure provides an apparatus for service invocation, the apparatus including a storage medium; and one or more processors, the storage medium coupled with the processors, the processors configured to execute program instructions stored in the storage medium; the program instructions when executed perform the method of service invocation described in the first aspect.
By means of the above technical solution, the method and apparatus for service invocation provided by the embodiments of the present disclosure can, after the service discovery middleware receives the service name of the second service called by the first service request located outside the container arrangement system, if there is a service located in the container arrangement system in the service of the service name, backup the application information of the service located in the container arrangement system, modify the IP address in the backup application information into the domain name of the preset exposed service tool deployed in the container arrangement system, modify the area address into the area address of the area to which the first service belongs, and finally send the modified application information to the first service, instead of directly sending the application information of the service to the first service, when the first service located outside the container arrangement system invokes the second service located in the container arrangement system, since the modified second service has the same area address as the first service and the domain name of the second service is the domain name of the preset exposed service tool capable of communicating with the outside, the first service can successfully call the second service, thereby realizing the external call internal function of the cross-container arranging system about the service.
The foregoing description is only an overview of the embodiments of the present disclosure, and in order to make the technical means of the embodiments of the present disclosure more clearly understood, the embodiments of the present disclosure may be implemented in accordance with the content of the description, and in order to make the foregoing and other objects, features, and advantages of the embodiments of the present disclosure more clearly understood, the following detailed description of the embodiments of the present disclosure is given.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the embodiments of the present disclosure. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
FIG. 1 illustrates a flow chart of a method of service invocation provided by an embodiment of the present disclosure;
FIG. 2 illustrates a flow diagram of another method of service invocation provided by embodiments of the present disclosure;
FIG. 3 illustrates an example diagram of a service invocation provided by embodiments of the present disclosure;
FIG. 4 illustrates a block diagram of an apparatus for service invocation provided by an embodiment of the present disclosure;
fig. 5 shows a block diagram of another apparatus for service invocation provided by the embodiment of the present disclosure.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
In a first aspect, an embodiment of the present disclosure provides a method for service invocation, as shown in fig. 1, the method mainly includes:
101. a service name of a second service called by a first service request located outside the container orchestration system is received.
Among the container organization systems are kuberents, Mesos, Swarm, and the like. When a first service located outside the container orchestration system wants to invoke a second service, the service name of the second service is sent to a service discovery middleware (e.g., Eureka), which provides it with application information of the second service.
102. If the service located in the container arrangement system exists in the service of the service name, backing up the application information of the service located in the container arrangement system.
After receiving the service name to be called, the service discovery middleware searches all services meeting the service name, namely, searches all services with the service name being the received service name, and judges whether each service is located in the container arrangement system according to application information of the searched service, and if the service located in the container arrangement system exists, the first service cannot successfully call the second service. In order to solve the problem, the application information of the service in the container arrangement system may be backed up first, and then the backed-up application information is modified, so that the modified application information enables the first service to successfully invoke the second service, that is, the first service and the second service are communicated.
Wherein the application information includes a service name, an IP address, and an area address.
103. And modifying the IP address in the backed-up application information into a domain name of a preset exposed service tool deployed in the container arrangement system, and modifying the domain address in the backed-up application information into the domain address of the domain to which the first service belongs.
The preset exposure service tool comprises Ingress. The domain name of the preset exposed service tool is formed by splicing the service name of the service to be called in the container arrangement system and a fixed suffix. Wherein the fixed suffix is the same as a fixed suffix in a domain name served outside the container arrangement system.
For example, the service name of the service to be called in Kuberentes is a, and the domain name is a.xyz.
104. And sending the modified application information to the first service.
The method for calling the service provided by the embodiment of the disclosure can backup application information of the service located in the container arrangement system first if the service located in the container arrangement system exists in the service of the service name after the service discovery middleware receives the service name of the second service called by the first service request located outside the container arrangement system, then modify the IP address in the backed-up application information into the domain name of a preset exposed service tool deployed in the container arrangement system, modify the area address into the area address of the area to which the first service belongs, and finally send the modified application information to the first service instead of directly sending the application information of the service to the first service, so that when the first service located outside the container arrangement system calls the second service located in the container arrangement system, since the modified second service has the same area address as the first service and the domain name of the second service is the domain name of the preset exposed service tool capable of communicating with the outside, the first service can successfully call the second service, thereby realizing the external call internal function of the cross-container arranging system about the service.
In a second aspect, according to the foregoing method embodiment, another embodiment of the present disclosure further provides a method for invoking a service, as shown in fig. 2, where the method mainly includes:
201. a service name of a second service called by a first service request located outside the container orchestration system is received.
202. If the service located in the container arrangement system exists in the service of the service name, backing up the application information of the service located in the container arrangement system.
203. And modifying the IP address in the backed-up application information into a domain name of a preset exposed service tool deployed in the container arrangement system, and modifying the domain address in the backed-up application information into the domain address of the domain to which the first service belongs.
204. And sending the modified application information to the first service.
205. Sending unmodified application information to the first service.
Wherein the unmodified application information includes original application information of a service of the modified application information and application information of a service located outside the container arrangement system. Although sending the modified application information to the first service enables the first service to successfully invoke the second service, in the case that there are multiple second services, there are few differences between the multiple second services, and for the same second service, there are both unmodified application information and modified application information, as to which second service the first service wants to invoke, it should be determined by the first service, or by a system that controls the first service. Thus, in addition to sending modified application information to the first service, unmodified application information may also be sent to the first service.
206. And controlling the first service to call the second service based on a preset area mechanism.
The preset region mechanism comprises that the called priority of the same region service is higher than that of the cross region service. That is, when the first service calls the second service, the first service is controlled to call the second service in the same area preferentially, and if the second service in the same area does not exist, the second service in a different area is called again.
The service calling method provided by the embodiment of the disclosure can backup application information of a service located in a container arrangement system first if the service of the service name exists in a service located in the container arrangement system after a service discovery middleware receives a service name of a second service called by a first service request located outside the container arrangement system, modify an IP address in the backed-up application information into a domain name of a preset exposed service tool deployed in the container arrangement system, modify a regional address into a regional address of a region to which the first service belongs, and finally send the modified application information and unmodified application information to the first service, and control the first service to preferentially call the second service in the same region instead of random call, so as to compare with the second service located in the container arrangement system without modifying the application information, the first service calls the second service which modifies the application information and is positioned in the container arranging system with certain priority, and further, the first service can successfully call the second service because the modified second service has the same area address as the first service and the domain name of the second service is the domain name of a preset exposed service tool which can communicate with the outside, thereby realizing the external calling and internal functions of the cross-container arranging system about the service.
Illustratively, as shown in fig. 3, it is known that there exists a zone with zone address zone-1 in K8S (abbreviated as kuberents), and there are service a-1 and service B-1 in the zone, and there exists a zone with zone address zone-2 outside K8S, and there is service a-2 and service B-2 in the zone, in the prior art, a-1 can call B-1 and B-2, B-1 can call a-1 and a-2, and a-2 and B-2 can call each other, but a-2 call B-1 cannot be realized, and B-2 call a-1 cannot be realized, that is, service call in K8S outside K8S cannot be realized. Wherein, the service names of the services A-1 and A-2 are both A, and the service names of the services B-1 and B-2 are both B. In order to solve the technical problem, the method provided by the embodiment of the disclosure is explained by taking A-2 calling B-1 as an example:
when the service A-2 wants to call the service B, the service name of the service B can be sent to the Eureka, the Eureka searches all the services B according to the service name, the searched services B comprise the services B-1 and B-2, and the service B-1 is determined to be located in the Eureka; at this time, Eureka may back up the application information of the service B-1, change the IP address in the backed up application information to the domain name of Ingress, change zone-1 to zone-2, then send both the modified application information of the service B and the unmodified application information of the service B to the service a-2, and the service a-2 will preferentially access the service B in the same zone based on a preset zone mechanism, that is, will preferentially access the service B with the zone address of zone-2, including the service B-2 and the backup modified service B-1, thereby achieving the purpose that the service a-2 successfully calls the service B-1.
In a third aspect, according to the foregoing method embodiment, another embodiment of the present disclosure further provides an apparatus for service invocation, as shown in fig. 4, the apparatus includes:
a receiving unit 31, configured to receive a service name of a second service called by a first service request located outside the container orchestration system;
a backup unit 32, configured to backup application information of the service located in the container arrangement system when the service located in the container arrangement system exists in the service of the service name;
a modifying unit 33, configured to modify an IP address in the backed-up application information into a domain name of a preset exposed service tool deployed in the container arrangement system, and modify a domain address in the backed-up application information into a domain address of a domain to which the first service belongs;
a sending unit 34, configured to send the modified application information to the first service.
In some embodiments, the sending unit 34 is further configured to send unmodified application information to the first service;
as shown in fig. 5, the apparatus further includes:
a control unit 35, configured to control the first service to invoke the second service based on a preset area mechanism.
In some embodiments, the pre-defined region mechanism includes a called priority of the same region service being higher than a called priority of the cross-region service.
In some embodiments, the predetermined exposure service tool comprises Ingress.
The service calling device provided by the embodiment of the disclosure can, after the service discovery middleware receives the service name of the second service called by the first service request located outside the container arrangement system, if there is a service located in the container arrangement system in the service of the service name, backup the application information of the service located in the container arrangement system, modify the IP address in the backup application information into the domain name of the preset exposed service tool deployed in the container arrangement system, modify the area address into the area address of the area to which the first service belongs, and finally send the modified application information to the first service instead of directly sending the application information of the service to the first service, so that when the first service located outside the container arrangement system calls the second service located in the container arrangement system, since the modified second service has the same area address as the first service and the domain name of the second service is the domain name of the preset exposed service tool capable of communicating with the outside, the first service can successfully call the second service, thereby realizing the external call internal function of the cross-container arranging system about the service.
The device for service invocation provided by the embodiment of the third aspect may be used to execute the method for service invocation provided by the embodiment of the first and second aspects, and the related meanings and specific implementations may refer to the related descriptions in the embodiment of the first and second aspects, and are not described in detail here.
In a fourth aspect, another embodiment of the present disclosure further provides a storage medium, where the storage medium includes a stored program, and when the program runs, a device in which the storage medium is located is controlled to execute the method for calling the service according to the first aspect or the second aspect.
The program stored in the storage medium provided by the embodiment of the disclosure can, after the service discovery middleware receives the service name of the second service called by the first service request located outside the container arrangement system, if there is a service located inside the container arrangement system in the service of the service name, backup application information of the service located inside the container arrangement system, modify an IP address in the backup application information into a domain name of a preset exposed service tool deployed inside the container arrangement system, modify an area address into an area address of an area to which the first service belongs, and finally send the modified application information to the first service instead of directly sending the application information of the service to the first service, so that when the first service located outside the container arrangement system calls the second service located inside the container arrangement system, since the modified second service has the same area address as the first service and the domain name of the second service is the domain name of the preset exposed service tool capable of communicating with the outside, the first service can successfully call the second service, thereby realizing the external call internal function of the cross-container arranging system about the service.
In a fifth aspect, another embodiment of the present disclosure further provides an apparatus for service invocation, the apparatus including a storage medium; and one or more processors, the storage medium coupled with the processors, the processors configured to execute program instructions stored in the storage medium; the program instructions execute the service calling method of the first and second aspects when running.
The method and the device for calling the service provided by the embodiment of the disclosure can backup application information of the service located in the container arrangement system first if the service located in the container arrangement system exists in the service of the service name after the service discovery middleware receives the service name of the second service called by the first service request located outside the container arrangement system, modify an IP address in the backed-up application information into a domain name of a preset exposed service tool deployed in the container arrangement system, modify a region address into a region address of a region to which the first service belongs, and finally send the modified application information to the first service instead of directly sending the application information of the service to the first service, so that when the first service located outside the container arrangement system calls the second service located in the container arrangement system, since the modified second service has the same area address as the first service and the domain name of the second service is the domain name of the preset exposed service tool capable of communicating with the outside, the first service can successfully call the second service, thereby realizing the external call internal function of the cross-container arranging system about the service.
As will be appreciated by one skilled in the art, embodiments of the present disclosure may be provided as a method, system, or computer program product. Accordingly, embodiments of the present disclosure may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present disclosure may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and so forth) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the disclosure. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present disclosure may be provided as a method, system, or computer program product. Accordingly, embodiments of the present disclosure may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present disclosure may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and so forth) having computer-usable program code embodied therein.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A method of service invocation, the method comprising:
receiving a service name of a second service called by a first service request positioned outside the container arrangement system;
if the service located in the container arrangement system exists in the service of the service name, backing up application information of the service located in the container arrangement system;
modifying the IP address in the backed-up application information into a domain name of a preset exposed service tool deployed in the container arrangement system, and modifying the domain address in the backed-up application information into the domain address of the region to which the first service belongs;
and sending the modified application information to the first service.
2. The method of claim 1, further comprising:
sending unmodified application information to the first service;
and controlling the first service to call the second service based on a preset area mechanism.
3. The method of claim 2, wherein the pre-defined regional mechanism comprises a higher invoked priority for local services than for cross-regional services.
4. The method of any of claims 1-3, wherein the pre-defined exposure service tool comprises Ingress.
5. An apparatus for service invocation, the apparatus comprising:
the receiving unit is used for receiving the service name of a second service called by the first service request positioned outside the container arranging system;
the backup unit is used for backing up the application information of the service in the container arrangement system when the service in the service name exists in the service in the container arrangement system;
a modifying unit, configured to modify an IP address in the backed-up application information into a domain name of a preset exposed service tool deployed in the container arrangement system, and modify a domain address in the backed-up application information into a domain address of a domain to which the first service belongs;
a sending unit, configured to send the modified application information to the first service.
6. The apparatus of claim 5, wherein the sending unit is further configured to send unmodified application information to the first service;
the device further comprises:
and the control unit is used for controlling the first service to call the second service based on a preset area mechanism.
7. The apparatus of claim 6, wherein the pre-defined region mechanism comprises a invoked priority of a same region service being higher than an invoked priority of a cross-region service.
8. The apparatus of any of claims 1-7, wherein the pre-exposure service tool comprises Ingress.
9. A storage medium, characterized in that the storage medium comprises a stored program, wherein when the program runs, a device in which the storage medium is located is controlled to execute the method for service invocation according to any one of claims 1 to 4.
10. An apparatus for service invocation, characterized in that the apparatus comprises a storage medium; and one or more processors, the storage medium coupled with the processors, the processors configured to execute program instructions stored in the storage medium; the program instructions when executed perform the method of service invocation of any of claims 1 to 4.
CN201910937349.0A 2019-09-30 2019-09-30 Service calling method and device Pending CN112579310A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910937349.0A CN112579310A (en) 2019-09-30 2019-09-30 Service calling method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910937349.0A CN112579310A (en) 2019-09-30 2019-09-30 Service calling method and device

Publications (1)

Publication Number Publication Date
CN112579310A true CN112579310A (en) 2021-03-30

Family

ID=75110952

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910937349.0A Pending CN112579310A (en) 2019-09-30 2019-09-30 Service calling method and device

Country Status (1)

Country Link
CN (1) CN112579310A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113141405A (en) * 2021-04-23 2021-07-20 北京奇艺世纪科技有限公司 Service access method, middleware system, electronic device, and storage medium
CN114726923A (en) * 2022-05-07 2022-07-08 中国工商银行股份有限公司 Service calling method and related device

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8200837B1 (en) * 1999-04-26 2012-06-12 Hewlett-Packard Development Company, L.P. Method and system for maintaining a content server at safe load conditions
CN105989305A (en) * 2015-03-20 2016-10-05 埃克斯凯利博Ip有限责任公司 Security service for receiving sensitive information through nested iframes
CN106331065A (en) * 2016-08-15 2017-01-11 众安在线财产保险股份有限公司 Proxy application for host system with service container and system
CN106453686A (en) * 2016-11-18 2017-02-22 畅捷通信息技术股份有限公司 Connecting method and connecting device for JMX (Java Management Extensions) client
CN107302604A (en) * 2017-06-30 2017-10-27 挖财网络技术有限公司 PaaS platform method for configuring domain name and device and electronic equipment based on Kubernetes
CN107454207A (en) * 2017-08-14 2017-12-08 郑州云海信息技术有限公司 A kind of method and Docker clusters of configuration Overlay web container external IPs
CN107612959A (en) * 2017-07-21 2018-01-19 哈尔滨工程大学 A kind of cloud service platform based on cloud micro services Self management
CN108810013A (en) * 2018-07-02 2018-11-13 山东汇贸电子口岸有限公司 A kind of service access method based on container
US10304266B1 (en) * 2011-11-03 2019-05-28 3-East, Llc System, method and apparatus for creating and maintaining biometric secure safe deposit boxes, and similar containers and facilities
US20190222988A1 (en) * 2018-01-17 2019-07-18 Entit Software Llc Service management and provisioning

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8200837B1 (en) * 1999-04-26 2012-06-12 Hewlett-Packard Development Company, L.P. Method and system for maintaining a content server at safe load conditions
US10304266B1 (en) * 2011-11-03 2019-05-28 3-East, Llc System, method and apparatus for creating and maintaining biometric secure safe deposit boxes, and similar containers and facilities
CN105989305A (en) * 2015-03-20 2016-10-05 埃克斯凯利博Ip有限责任公司 Security service for receiving sensitive information through nested iframes
CN106331065A (en) * 2016-08-15 2017-01-11 众安在线财产保险股份有限公司 Proxy application for host system with service container and system
CN106453686A (en) * 2016-11-18 2017-02-22 畅捷通信息技术股份有限公司 Connecting method and connecting device for JMX (Java Management Extensions) client
CN107302604A (en) * 2017-06-30 2017-10-27 挖财网络技术有限公司 PaaS platform method for configuring domain name and device and electronic equipment based on Kubernetes
CN107612959A (en) * 2017-07-21 2018-01-19 哈尔滨工程大学 A kind of cloud service platform based on cloud micro services Self management
CN107454207A (en) * 2017-08-14 2017-12-08 郑州云海信息技术有限公司 A kind of method and Docker clusters of configuration Overlay web container external IPs
US20190222988A1 (en) * 2018-01-17 2019-07-18 Entit Software Llc Service management and provisioning
CN108810013A (en) * 2018-07-02 2018-11-13 山东汇贸电子口岸有限公司 A kind of service access method based on container

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
疯狂的米粒儿: "kubernetes Ingress", WWW.CNBLOGS.COM/SU-PER-MAN/P/11352851.HTML, 14 August 2019 (2019-08-14) *
邵珂: "中国搜索Kubernetes 应用平台部署方案", 中国传媒科技, 31 May 2019 (2019-05-31) *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113141405A (en) * 2021-04-23 2021-07-20 北京奇艺世纪科技有限公司 Service access method, middleware system, electronic device, and storage medium
CN113141405B (en) * 2021-04-23 2022-11-15 北京奇艺世纪科技有限公司 Service access method, middleware system, electronic device, and storage medium
CN114726923A (en) * 2022-05-07 2022-07-08 中国工商银行股份有限公司 Service calling method and related device

Similar Documents

Publication Publication Date Title
US11232160B2 (en) Extensible and elastic data management services engine external to a storage domain
US20240031309A1 (en) Data Processing Method, Apparatus, Device and Storage Medium
US11928514B2 (en) Systems and methods providing serverless DNS integration
CN108282507B (en) Method and device for application release in CaaS environment and electronic equipment
CN115269184A (en) Function As A Service (FAAS) execution dispatcher
CN111124589B (en) Service discovery system, method, device and equipment
CN107135242B (en) Mongodb cluster access method, device and system
CN113315706B (en) Private cloud flow control method, device and system
CN112579310A (en) Service calling method and device
CN112615781B (en) Method and server for realizing BGP message interaction in DPDK
CN114710549B (en) Dynamic management method, system and service node for network card in container platform
CN113992657B (en) Cloud platform-based shared storage construction method, equipment and medium
CN114726827A (en) Multi-cluster service system, service access and information configuration method, device and medium
CN115277816B (en) Service adaptation method, device, system and computer readable medium
CN110958278B (en) API gateway-based data processing method and system and API gateway
CN112532666A (en) Reverse proxy method, apparatus, storage medium, and device
US10452295B1 (en) Data routing in information processing system utilizing persistent memory
CN114157997B (en) IROS topic bridging method, equipment and medium
CN112738181B (en) Method, device and server for cluster external IP access
CN111026502B (en) Business debugging architecture creating method and device, electronic equipment and storage medium
CN112527323A (en) Method and device for installing Ambari and Ambari framework
CN112395049A (en) Service server calling method, system, equipment and storage medium
CN113810472A (en) Request processing method and device, electronic equipment and storage medium
CN113157392A (en) High-availability method and equipment for mirror image warehouse
CN111435320A (en) Data processing method and device

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