US20210208961A1 - Availability of api endpoints in container orchestration platforms - Google Patents

Availability of api endpoints in container orchestration platforms Download PDF

Info

Publication number
US20210208961A1
US20210208961A1 US16/732,515 US202016732515A US2021208961A1 US 20210208961 A1 US20210208961 A1 US 20210208961A1 US 202016732515 A US202016732515 A US 202016732515A US 2021208961 A1 US2021208961 A1 US 2021208961A1
Authority
US
United States
Prior art keywords
api
unresponsive
microservice
remedial action
mafm
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
US16/732,515
Other versions
US11397630B2 (en
Inventor
Shantanu Dutta
Bijo Sebastian Kappen
Sujith Rajeevakshan Pillai
Raj Kumar Teketi
Rohit Kshirsagar
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.)
Kyndryl Inc
Original Assignee
International Business Machines Corp
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 International Business Machines Corp filed Critical International Business Machines Corp
Priority to US16/732,515 priority Critical patent/US11397630B2/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: DUTTA, SHANTANU, KAPPEN, Bijo Sebastian, KSHIRSAGAR, Rohit, RAJEEVAKSHAN PILLAI, Sujith, TEKETI, Raj Kumar
Priority to PCT/IB2020/061620 priority patent/WO2021137062A1/en
Publication of US20210208961A1 publication Critical patent/US20210208961A1/en
Assigned to KYNDRYL, INC. reassignment KYNDRYL, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: INTERNATIONAL BUSINESS MACHINES CORPORATION
Application granted granted Critical
Publication of US11397630B2 publication Critical patent/US11397630B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0751Error or fault detection not based on redundancy
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0751Error or fault detection not based on redundancy
    • G06F11/0754Error or fault detection not based on redundancy by exceeding limits
    • G06F11/0757Error or fault detection not based on redundancy by exceeding limits by exceeding a time limit, i.e. time-out, e.g. watchdogs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0706Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
    • G06F11/0721Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment within a central processing unit [CPU]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0766Error or fault reporting or storing
    • G06F11/0772Means for error signaling, e.g. using interrupts, exception flags, dedicated error registers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0793Remedial or corrective actions
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/501Performance criteria
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning

Definitions

  • the present invention relates generally to a method, system, and computer program product for troubleshooting an unresponsive microservice. More particularly, the present invention relates to a method, system, and computer program product for improving the availability of API endpoints in container orchestration platforms.
  • a microservice architecture is a variant of a service-oriented architecture (SOA) structural style and is one that arranges an application as a collection of loosely coupled services, commonly referred to as microservices due to their narrow scope in executing smaller tasks. It is common for MSA's to be adopted for cloud-native applications, and applications using lightweight container deployment.
  • a consequence of following an MSA approach is that the individual microservices are independently deployable and can be individually scaled. In a monolithic approach, an application supporting a plurality of functions would have to be scaled in its entirety even if only one of these functions had a resource constraint. With microservices, only the microservice supporting the function with resource constraints would be scaled out.
  • container orchestration platforms have been developed for managing complex applications comprised of multiple microservices working together through application programming interfaces (APIs) that are not dependent on a specific code language. While containers and microservices exist independently and serve different purposes, they are often used together. Containers are an enabling technology for microservices, which is why microservices are often delivered in one or more containers. Since containers are isolated environments, containers can be used to deploy microservices quickly, regardless of code language used to create each microservice. When implementing and managing containers and microservices, DevOps teams must actively work to prevent problematic code, such as errant application code and unresponsive APIs.
  • problematic code such as errant application code and unresponsive APIs.
  • An embodiment includes a method that invokes, using a service request handler module of a microservice application programming interface (API) fault manager (MAFM) a microservice API fault management service, responsive to detecting an unresponsive microservice managed by a container orchestration platform.
  • An embodiment identifies an unresponsive API of the unresponsive microservice using an API inspection module of the MAFM.
  • An embodiment determines, using a remedial action module of the MAFM, a remedial action to correct an unresponsive state of the unresponsive API.
  • An embodiment communicates, using a container platform interface module of the MAFM, the remedial action to the container orchestration platform.
  • An embodiment includes a computer usable program product.
  • the computer usable program product includes one or more computer-readable storage devices, and program instructions stored on at least one of the one or more computer-readable storage devices.
  • An embodiment includes a computer system.
  • the computer system includes one or more processors, one or more computer-readable memories, and one or more computer-readable storage devices, and program instructions stored on at least one of the one or more computer-readable storage devices for execution by at least one of the one or more processors via at least one of the one or more computer-readable memories.
  • FIG. 1 depicts a block diagram of a network of data processing systems in which illustrative embodiments may be implemented
  • FIG. 2 depicts a block diagram of a data processing system in which illustrative embodiments may be implemented
  • FIG. 3 depicts a block diagram of a microservice API fault manager (MAFM) in which illustrative embodiments may be implemented;
  • MAFM microservice API fault manager
  • FIG. 4 depicts a block diagram of a microservice operating environment incorporating the MAFM and container orchestration platform in which illustrative embodiments may be implemented;
  • FIG. 5 depicts a flowchart of a process for API fault detection and remediation in a microservice operating environment, in accordance with an illustrative embodiment.
  • APIs application programming interfaces
  • QA quality assurance
  • API testing it generally consists of making requests to a single API endpoint or sometimes multiple API endpoints and validate the response, whether for performance, security, and/or functional correctness.
  • container orchestration platforms such as KUBERNETES and DOCKER
  • container orchestration platforms when implemented to manage complex application environments having a large number of microservices, generally only provide capabilities to monitor and scale pods (i.e., individual microservices) in the event that there is a failure within a container associated with a plurality of microservices.
  • Current container orchestration platform technologies are not designed to validate and take any remedial action(s) based on problems related to the actual application logic and the APIs running within the failing container. As a result, current container orchestration platforms may simply remedy a failing container by replacing it with a newly spawned container, which is identical in the number and organization of microservices and their supporting APIs when compared to the contents of the failed container.
  • current container orchestration platforms may mistakenly treat the newly spawned container as a healed container, when in reality one or more of the supporting APIs are unresponsive and the API's failed state remains undetectable to current container orchestration platforms. This causes the application as a whole to become unresponsive.
  • the illustrative embodiments also recognize that traditional third-party tools for monolithic applications, which provide fault tolerant and high availability solutions, are ineffective in microservice-based environments because of their inability to perform API validation and healing. Moreover, illustrative embodiments recognize that other solutions for monolithic environments, such as network devices and API gateways providing continuous API monitoring, carry the cost of performance degradation. Even other solutions designed for microservice-based environments fail to perform API validation and healing. Further, illustrative embodiments recognize that current microservice-based implementations employ application logics to perform checks on error codes and perform remedial actions based on the type of error code. However, even if a container orchestration platform terminates a pod and spawns another pod, such actions still do not guarantee individual API validation and healing.
  • the illustrative embodiments recognize that the presently available solutions do not address these needs or provide adequate solutions for these needs.
  • the illustrative embodiments used to describe the invention generally address and solve the above-described problems and other problems related to improving the availability of API endpoints under the management of container orchestration platforms in a microservice operating environment.
  • An embodiment can be implemented as a software application.
  • the application implementing an embodiment can be configured as a modification of an existing API gateway, a modification of an existing container orchestrator platform, as a separate application that operates in conjunction with an existing API gateway, as a separate application that operates in conjunction with an existing container orchestrator platform, a standalone application, or some combination thereof.
  • some illustrative embodiments provide a method that facilitates improving the availability of API endpoints under the management of container orchestration platforms in a microservice operating environment.
  • An embodiment configures a microservice application programming interface fault manager (MAFM) to identify an unresponsive API and to determine a remedial action.
  • the MAFM operations are triggered by a fault that is detected and communicated to a service request handler of the MAFM by third party monitoring tools, such as PROMETHEUS and GRAFANA.
  • the MAFM operations are triggered by a fault that is detected and communicated to the MAFM by an API gateway that is unable to gain a response from a requested API.
  • the fault detected by the API gateway appears to originate at a requested API, but it is not conclusive to be the actual source of the fault, as the requested API may itself depend upon other nested APIs.
  • Another embodiment configures an API inspection module of the MAFM to identify the particular, unresponsive API(s).
  • the API inspection module inspects APIs that that have been predetermined by the application developer to be critical to the operation of the microservice. The API inspection module then runs one or more sample input data requests through API gateway to test and pinpoint the immediate API source of the fault.
  • a remedial action module of the MAFM is configured to determine an appropriate remedial action.
  • the remedial action module inputs the identified, unresponsive API into a machine-learning model and determines a remedial action outcome.
  • the remedial action includes terminating a container of the microservice associated with the unresponsive API and launching a new container of the microservice.
  • the remedial action is rescaling a number of containers. Each container is associated with a microservice employing at least one API.
  • the remedial action decision is communicated to a container platform interface module of the MAFM.
  • the container platform interface interfaces with a container orchestration platform (e.g., KUBERNETES, DOCKER), which performs the actual remedial action by leveraging its native APIs.
  • a monitoring scheduler module of the MAFM monitors a validity of the state of the API identified as unresponsive. The monitoring scheduler inputs test inputs to determine whether the once faulty API has been repaired by the remedial action.
  • the monitoring process continues after a predetermined period of time.
  • the monitoring process continues after a predetermined number of successful responses to API requests.
  • the negative outcome is reported and stored in an API monitoring database as a source for historical outcome information.
  • the historical outcome information whether indicating a successful or unsuccessful outcome, is fed to the machine learning algorithm of the remedial action module and assists in further refinements to the remedial action determination model.
  • the availability of API endpoints in container orchestration platforms is improved within a microservices environment.
  • the examples described herein of improving the availability of API endpoints in a microservices environment that employs a container orchestration platform are not meant to be limiting in any way. From this disclosure, those of ordinary skill in the art will be able to conceive many other ways of implementing the above enhancement. and the same are contemplated within the scope of the illustrative embodiments.
  • a method of an embodiment described herein when implemented to execute on a device or data processing system, comprises substantial advancement of the functionality of that device or data processing system by providing a centralized, MAFM that works in cooperation with an existing API gateway and container orchestration platforms.
  • the illustrative embodiments are described with respect to certain types of processing elements, API gateways, container orchestration platforms, third-party monitoring tools, API inspection tools, machine learning tools, debugger programs, computer memories, storage devices, containers, cloud computing systems, virtual computing systems, operating systems, computing systems, server systems, data processing systems, networked computing environments, devices, other environments, components, and applications only as examples. Any specific manifestations of these and other similar artifacts are not intended to be limiting to the invention. Any suitable manifestation of these and other similar artifacts can be selected within the scope of the illustrative embodiments.
  • the illustrative embodiments may be implemented with respect to any type of data instruction, data source, instruction source, access to a data source over a data network, or access to an instruction source over a data network.
  • Any type of storage device may provide the data or instruction to an embodiment of the invention, either locally at a data processing system or over a data network, within the scope of the invention.
  • the illustrative embodiments are described using specific code, designs, architectures, protocols, layouts, schematics, and tools only as examples and are not limiting to the illustrative embodiments. Furthermore, the illustrative embodiments are described in some instances using particular software, tools, and data processing environments only as an example for the clarity of the description. The illustrative embodiments may be used in conjunction with other comparable or similarly purposed structures, systems, applications, or architectures. For example, other comparable computing devices, structures, systems, applications, or architectures therefor, may be used in conjunction with such embodiment of the invention within the scope of the invention. An illustrative embodiment may be implemented in hardware, software, or a combination thereof.
  • FIGS. 1 and 2 are example diagrams of data processing environments in which illustrative embodiments may be implemented.
  • FIGS. 1 and 2 are only examples and are not intended to assert or imply any limitation with regard to the environments in which different embodiments may be implemented.
  • a particular implementation may make many modifications to the depicted environments based on the following description.
  • FIG. 1 depicts a block diagram of a network of data processing systems in which illustrative embodiments may be implemented.
  • Data processing environment 100 is a network of computers in which the illustrative embodiments may be implemented.
  • Data processing environment 100 includes network 102 .
  • Network 102 is the medium used to provide communications links between various devices and computers connected together within data processing environment 100 .
  • Network 102 may include connections, such as wire, wireless communication links, or fiber optic cables.
  • Clients or servers are only example roles of certain data processing systems connected to network 102 and are not intended to exclude other configurations or roles for these data processing systems.
  • Server 104 and server 106 couple to network 102 along with storage unit 108 .
  • Software applications may execute on any computer in data processing environment 100 .
  • Clients 110 , 112 , and 114 are also coupled to network 102 .
  • a data processing system, such as server 104 or 106 , or client 110 , 112 , or 114 may contain data and may have software applications or software tools executing thereon.
  • FIG. 1 depicts certain components that are usable in an example implementation of an embodiment.
  • servers 104 and 106 , and clients 110 , 112 , 114 are depicted as servers and clients only as example and not to imply a limitation to a client-server architecture.
  • an embodiment is distributed across several data processing systems and a data network as shown, whereas another embodiment is implemented on a single data processing system within the scope of the illustrative embodiments.
  • Data processing systems 104 , 106 , 110 , 112 , and 114 also represent example nodes in a cluster, partitions, and other configurations suitable for implementing an embodiment.
  • Device 132 is an example of a device described herein.
  • device 132 can take the form of a smartphone, a tablet computer, a laptop computer, client 110 in a stationary or a portable form, or any other suitable device.
  • Any software application described as executing in another data processing system in FIG. 1 can be configured to execute in device 132 in a similar manner.
  • Any data or information stored or produced in another data processing system in FIG. 1 can be configured to be stored or produced in device 132 in a similar manner.
  • Application 105 on a server-side implements an embodiment described herein.
  • the application 105 maintains a microservice application programming interface (API) fault manager (MAFM).
  • API application programming interface
  • application 105 is implemented on a client-side (e.g., in clients 110 - 114 , and device 132 ). Further description of the MAFM is disclosed herein with reference to FIGS. 3-5 below.
  • a database 109 such as a database for tracking historical outcomes of a remedial action taken in response to an API fault, may be stored in storage 108 as shown or supplied by another source (not shown).
  • Application 105 can also execute in any of data processing systems 104 , 106 , 110 , 112 , and 114 .
  • Servers 104 and 106 , storage unit 108 , and clients 110 , 112 , and 114 , and device 132 may couple to network 102 using wired connections, wireless communication protocols, or other suitable data connectivity.
  • Clients 110 , 112 , and 114 may be, for example, personal computers or network computers.
  • server 104 may provide data, such as boot files, operating system images, and applications to clients 110 , 112 , and 114 .
  • Clients 110 , 112 , and 114 may be clients to server 104 in this example.
  • Clients 110 , 112 , 114 , or some combination thereof, may include their own data, boot files, operating system images, and applications.
  • Data processing environment 100 may include additional servers, clients, and other devices that are not shown.
  • data processing environment 100 may be the Internet.
  • Network 102 may represent a collection of networks and gateways that use the Transmission Control Protocol/Internet Protocol (TCP/IP) and other protocols to communicate with one another.
  • TCP/IP Transmission Control Protocol/Internet Protocol
  • At the heart of the Internet is a backbone of data communication links between major nodes or host computers, including thousands of commercial, governmental, educational, and other computer systems that route data and messages.
  • data processing environment 100 also may be implemented as a number of different types of networks, such as for example, an intranet, a local area network (LAN), or a wide area network (WAN).
  • FIG. 1 is intended as an example, and not as an architectural limitation for the different illustrative embodiments.
  • data processing environment 100 may be used for implementing a client-server environment in which the illustrative embodiments may be implemented.
  • a client-server environment enables software applications and data to be distributed across a network such that an application functions by using the interactivity between a client data processing system and a server data processing system.
  • Data processing environment 100 may also employ a service-oriented architecture where interoperable software components distributed across a network may be packaged together as coherent business applications.
  • Data processing environment 100 may also take the form of a cloud, and employ a cloud computing model of service delivery for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g. networks, network bandwidth, servers, processing, memory, storage, applications, virtual machines, containers, and services) that can be rapidly provisioned and released with minimal management effort or interaction with a provider of the content or service.
  • configurable computing resources e.g. networks, network bandwidth, servers, processing, memory, storage, applications, virtual machines, containers, and services
  • FIG. 2 this figure depicts a block diagram of a data processing system 200 in which illustrative embodiments may be implemented.
  • Data processing system 200 is an example of a computer, such as servers 104 and 106 , or clients 110 , 112 , and 114 in FIG. 1 , or another type of device in which computer usable program code or instructions implementing the processes may be located for the illustrative embodiments.
  • Data processing system 200 is also representative of a data processing system or a configuration therein, such as data processing system 132 in FIG. 1 in which computer usable program code or instructions implementing the processes of the illustrative embodiments may be located.
  • Data processing system 200 is described as a computer only as an example, without being limited thereto. Implementations in the form of other devices, such as device 132 in FIG. 1 , may modify data processing system 200 , such as by adding a touch interface, and even eliminate certain depicted components from data processing system 200 without departing from the general description of the operations and functions of data processing system 200 described herein.
  • data processing system 200 employs a hub architecture including North Bridge and memory controller hub (NB/MCH) 202 and South Bridge and input/output (I/O) controller hub (SB/ICH) 204 .
  • Processing unit 206 , main memory 208 , and graphics processor 210 are coupled to North Bridge and memory controller hub (NB/MCH) 202 .
  • Processing unit 206 may contain one or more processors and may be implemented using one or more heterogeneous processor systems.
  • Processing unit 206 may be a multi-core processor.
  • Graphics processor 210 may be coupled to NB/MCH 202 through an accelerated graphics port (AGP) in certain implementations.
  • AGP accelerated graphics port
  • local area network (LAN) adapter 212 is coupled to South Bridge and I/O controller hub (SB/ICH) 204 .
  • Audio adapter 216 , keyboard and mouse adapter 220 , modem 222 , read only memory (ROM) 224 , universal serial bus (USB) and other ports 232 , and PCI/PCIe devices 234 are coupled to South Bridge and I/O controller hub 204 through bus 238 .
  • Hard disk drive (HDD) or solid-state drive (SSD) 226 and CD-ROM 230 are coupled to South Bridge and I/O controller hub 204 through bus 240 .
  • PCI/PCIe devices 234 may include, for example, Ethernet adapters, add-in cards, and PC cards for notebook computers.
  • ROM 224 may be, for example, a flash binary input/output system (BIOS).
  • BIOS binary input/output system
  • Hard disk drive 226 and CD-ROM 230 may use, for example, an integrated drive electronics (IDE), serial advanced technology attachment (SATA) interface, or variants such as external-SATA (eSATA) and micro-SATA (mSATA).
  • IDE integrated drive electronics
  • SATA serial advanced technology attachment
  • eSATA external-SATA
  • mSATA micro-SATA
  • a super I/O (SIO) device 236 may be coupled to South Bridge and I/O controller hub (SB/ICH) 204 through bus 238 .
  • SB/ICH South Bridge and I/O controller hub
  • main memory 208 main memory 208
  • ROM 224 flash memory (not shown)
  • flash memory not shown
  • Hard disk drive or solid-state drive 226 CD-ROM 230
  • other similarly usable devices are some examples of computer usable storage devices including a computer usable storage medium.
  • An operating system runs on processing unit 206 .
  • the operating system coordinates and provides control of various components within data processing system 200 in FIG. 2 .
  • the operating system may be a commercially available operating system for any type of computing platform, including but not limited to server systems, personal computers, and mobile devices.
  • An object oriented or other type of programming system may operate in conjunction with the operating system and provide calls to the operating system from programs or applications executing on data processing system 200 .
  • Instructions for the operating system, the object-oriented programming system, and applications or programs, such as client-side application 113 or server-side application 105 in FIG. 1 are located on storage devices, such as in the form of code 226 A on hard disk drive 226 , and may be loaded into at least one of one or more memories, such as main memory 208 , for execution by processing unit 206 .
  • the processes of the illustrative embodiments may be performed by processing unit 206 using computer implemented instructions, which may be located in a memory, such as, for example, main memory 208 , read only memory 224 , or in one or more peripheral devices.
  • code 226 A may be downloaded over network 201 A from remote system 201 B, where similar code 201 C is stored on a storage device 201 D. in another case, code 226 A may be downloaded over network 201 A to remote system 201 B, where downloaded code 201 C is stored on a storage device 201 D.
  • FIGS. 1-2 may vary depending on the implementation.
  • Other internal hardware or peripheral devices such as flash memory, equivalent non-volatile memory, or optical disk drives and the like, may be used in addition to or in place of the hardware depicted in FIGS. 1-2 .
  • the processes of the illustrative embodiments may be applied to a multiprocessor data processing system.
  • data processing system 200 may be a personal digital assistant (PDA), which is generally configured with flash memory to provide non-volatile memory for storing operating system files and/or user-generated data.
  • PDA personal digital assistant
  • a bus system may comprise one or more buses, such as a system bus, an I/O bus, and a PCI bus.
  • the bus system may be implemented using any type of communications fabric or architecture that provides for a transfer of data between different components or devices attached to the fabric or architecture.
  • a communications unit may include one or more devices used to transmit and receive data, such as a modem or a network adapter.
  • a memory may be, for example, main memory 208 or a cache, such as the cache found in North Bridge and memory controller hub 202 .
  • a processing unit may include one or more processors or CPUs.
  • data processing system 200 also may be a tablet computer, laptop computer, or telephone device in addition to taking the form of a mobile device.
  • a computer or data processing system is described as a virtual machine, a virtual device, or a virtual component
  • the virtual machine, virtual device, or the virtual component operates in the manner of data processing system 200 using virtualized manifestation of some or all components depicted in data processing system 200 .
  • processing unit 206 is manifested as a virtualized instance of all or some number of hardware processing units 206 available in a host data processing system
  • main memory 208 is manifested as a virtualized instance of all or some portion of main memory 208 that may be available in the host data processing system
  • disk 226 is manifested as a virtualized instance of all or some portion of disk 226 that may be available in the host data processing system.
  • the host data processing system in such cases is represented by data processing system 200 .
  • the MAFM 300 includes a service request handler module 302 , a monitoring scheduler module 304 , an API inspection module 306 , a container platform interface module 308 , and a remedial action module 310 .
  • service request handler module 302 invokes, using a service request handler module of a microservice application programming interface (API) fault manager (MAFM), a microservice API fault management service.
  • the MAFM 300 operations are triggered by a fault that is detected and communicated to service request handler 302 of the MAFM 300 by third party monitoring tools (not shown), such as PROMETHEUS and GRAFANA.
  • the MAFM 300 operations are triggered by a fault that is detected and communicated to the MAFM 300 by an API gateway ( 404 , shown in FIG. 4 ) that is unable to gain a response from a requested API.
  • each API request is transmitted via the API gateway and each API that is requested is associated with a particular address.
  • API inspection module 306 inspects APIs that that have been predetermined by the application developer to be critical to the operation of the microservice.
  • the API inspection module 306 runs one or more sample input data requests through API gateway 404 to test and pinpoint the immediate API source of the fault.
  • the sample input data requests are drawn from historical API requests that are previously stored in a database for machine learning and monitoring.
  • remedial action module 310 of the MAFM is configured to determine an appropriate remedial action.
  • the remedial action module 310 inputs the identified, unresponsive API into a machine-learning model and determines a remedial action outcome.
  • the machine-learning model is updated based on historical data accumulated over the execution lifetime of the application.
  • container platform interface module 308 serves as an interface with container orchestration platform ( 410 in FIG. 4 ).
  • Container orchestration platform is responsible for executing the determined remedial action by leveraging its own native APIs.
  • a monitoring scheduler module 304 monitors a validity state of the API identified as unresponsive.
  • the monitoring scheduler module 304 inputs test inputs to determine whether the once faulty API has indeed been repaired by the remedial action.
  • FIG. 4 a block diagram of a microservice operating environment 400 incorporating the MAFM 300 and its interoperability with container orchestration platform 410 and API gateway 404 is shown, according to one embodiment of the invention.
  • three distinct application services service A, B, C 403 a - c respectively send service requests through API gateway 404 .
  • the API gateway 404 handles these requests for particular APIs that are needed to successfully execute each discrete microservice that work together to execute the complex application.
  • application service A 402 a requires microservice D 406 for successful execution.
  • application service A 402 a requires access to API 1 408 a , which for purposes of this example is successfully accessed.
  • application service B 402 b also requires microservice D 406 and in particular requires access to API 2 408 b .
  • application service B 402 b is unable to access API 2 408 b and its microservice request times out.
  • API gateway 404 is responsible for handling the microservice request and is responsible for alerting MAFM 300 of the unresponsive event.
  • the alert is communicated to service request handler 302 , which invokes the microservice API fault management service.
  • Service request handler 302 initiates API inspection module 306 , which inspects APIs that that have been predetermined by the application developer to be critical to the operation of the unresponsive microservice D 406 .
  • API inspection module 306 identifies that both API 2 408 b and API 3 408 c are unresponsive.
  • API inspection module 306 initiates the services of remedial action module 310 .
  • remedial action module 310 is configured to determine an appropriate remedial action to heal the unresponsive state of the unresponsive API 2 408 b and API 3 408 c .
  • the remedial action module inputs the identified, unresponsive APIs 408 b - c into a machine-learning model and determines a remedial action outcome.
  • the remedial action includes terminating the container of the unresponsive microservice D 406 associated with the unresponsive APIs and launching a new container of the microservice, e.g., new microservice D 412 , having newly spawned APIs 1 - 3 414 a - c.
  • the remedial action decision is communicated to container platform interface module 308 .
  • Container platform interface module 308 interfaces with container orchestration platform 410 , which performs the remedial action by leveraging its native APIs.
  • monitoring scheduler module 304 monitors a validity of the state of the new APIs that were previously identified in microservice D 406 as unresponsive.
  • Monitoring scheduler module 304 invokes test cases as inputs to determine whether the once faulty APIs 2 and 3 408 b - c have been repaired by the remedial action of respawning microservice D 412 and creating APIs 2 and 3 414 b - c .
  • the monitoring process continues after a predetermined period of time. According to another embodiment, the monitoring process continues after a predetermined number of successful responses to API requests, indicative of a stable API. If any fault continues to be detected, the negative outcome is reported and stored in an API monitoring database 416 as a source for historical outcome information.
  • the historical outcome information is supplied to the machine learning algorithm of the remedial action module 310 and assists in further refinements to the remedial action determination model.
  • application service C 402 c is shown to request microservice D 412 and in particular require access to API 3 414 c . In this example embodiment, application service C 402 c is able to access API 3 414 c , whose now terminated predecessor API 3 408 c would have not been accessible.
  • this figure depicts a flowchart of an example process 500 for API fault detection and remediation in a microservice operating environment as described in FIG. 4 .
  • the process begins at block 502 and proceeds to block 504 , where an application service is initiated (e.g., application service A-C 402 a - c ), which includes the requesting of one or more microservices (e.g., microservice D 410 ) via API gateway 404 .
  • an application service e.g., application service A-C 402 a - c
  • microservice D 410 e.g., microservice D 410
  • API gateway 404 alerts service request handler 302 , which invokes the microservice API fault management service.
  • API inspection module 306 identifies the unresponsive API(s).
  • remedial action module 310 determines a remedial action to correct the unresponsive state of the API(s) (e.g., APIs 2 and 3 ; 408 b - c ).
  • container platform interface module 308 communicates the remedial action (e.g., spawn new microservice/container D 412 ) to container orchestration platform 410 , which then executes the remedial action using its native APIs (block 516 ).
  • the process continues to decision block 518 , where monitoring scheduler module 304 verifies whether the remedial action has resulted in a valid state for the requested API (e.g., newly spawned APIs 2 and 3 ; 414 b - c ). If a valid state is determined, the process flows to block 520 , where monitoring scheduler module 304 reports the positive outcome to API monitoring database 416 .
  • the API monitoring database 416 stores the historical outcome data and is in communication with remedial action module 310 , which accesses the outcome data to further refine the remedial action determination model. From block 520 , the process ends at block 524 . However, if an invalid state of the API is determined in decision block 518 , the process continues to block 522 , where monitoring scheduler module 304 reports the negative outcome to API monitoring database 416 .
  • the API monitoring database 416 stores the historical outcome data and is in communication with remedial action module 310 , which accesses the outcome data to further refine the remedial action determination model. From block 522 , the process loops back to block 510 , where API inspection module 306 seeks again to identify the source of the unresponsiveness.
  • a computer implemented method, system or apparatus, and computer program product are provided in the illustrative embodiments for improving the availability of API endpoints in container orchestration platforms. and other related features, functions, or operations. Where an embodiment or a portion thereof is described with respect to a type of device, the computer implemented method, system or apparatus, the computer program product, or a portion thereof, are adapted or configured for use with a suitable and comparable manifestation of that type of device.
  • SaaS Software as a Service
  • a SaaS model the capability of the application implementing an embodiment is provided to a user by executing the application in a cloud infrastructure.
  • the user can access the application using a variety of client devices through a thin client interface such as a web browser (e.g., web-based e-mail), or other light-weight client-applications.
  • the user does not manage or control the underlying cloud infrastructure including the network, servers, operating systems, or the storage of the cloud infrastructure.
  • the user may not even manage or control the capabilities of the SaaS application.
  • the SaaS implementation of the application may permit a possible exception of limited user-specific application configuration settings.
  • the present invention may be a system, a method, and/or a computer program product at any possible technical detail level of integration
  • the computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention
  • the computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
  • the computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
  • a non-exhaustive list of more specific examples of the computer readable storage medium includes the following: 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), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing.
  • RAM random access memory
  • ROM read-only memory
  • EPROM or Flash memory erasable programmable read-only memory
  • SRAM static random access memory
  • CD-ROM compact disc read-only memory
  • DVD digital versatile disk
  • memory stick a floppy disk
  • a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon
  • a computer readable storage medium such as a computer-readable storage device, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
  • Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network.
  • the network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers.
  • a network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
  • Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, configuration data for integrated circuitry, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++, or the like, and procedural programming languages, such as the “C” programming language or similar programming languages.
  • the computer readable program instructions 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.
  • 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).
  • electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
  • These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, 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/acts specified in the flowchart and/or block diagram block or blocks.
  • These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
  • the computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the blocks may occur out of the order noted in the Figures.
  • two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Software Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

A method, system and computer program product for improving the availability of API endpoints in container orchestration platforms. A service request handler module of a microservice application programming interface (API) fault manager (MAFM) invokes a microservice API fault management service in response to detecting an unresponsive microservice managed by a container orchestration platform. An API inspection module of the MAFM identifies an unresponsive API of the unresponsive microservice. A remedial action module of the MAFM determines a remedial action to correct an unresponsive state of the unresponsive API. A container platform interface module of the MAFM communicates the remedial action to the container orchestration platform.

Description

    TECHNICAL FIELD
  • The present invention relates generally to a method, system, and computer program product for troubleshooting an unresponsive microservice. More particularly, the present invention relates to a method, system, and computer program product for improving the availability of API endpoints in container orchestration platforms.
  • BACKGROUND
  • A microservice architecture (MSA) is a variant of a service-oriented architecture (SOA) structural style and is one that arranges an application as a collection of loosely coupled services, commonly referred to as microservices due to their narrow scope in executing smaller tasks. It is common for MSA's to be adopted for cloud-native applications, and applications using lightweight container deployment. A consequence of following an MSA approach is that the individual microservices are independently deployable and can be individually scaled. In a monolithic approach, an application supporting a plurality of functions would have to be scaled in its entirety even if only one of these functions had a resource constraint. With microservices, only the microservice supporting the function with resource constraints would be scaled out.
  • Because of the large number of services as compared to monolithic application implementations, decentralized continuous delivery and DevOps with holistic service monitoring are used to effectively develop, maintain, and operate such applications. In this regard, container orchestration platforms have been developed for managing complex applications comprised of multiple microservices working together through application programming interfaces (APIs) that are not dependent on a specific code language. While containers and microservices exist independently and serve different purposes, they are often used together. Containers are an enabling technology for microservices, which is why microservices are often delivered in one or more containers. Since containers are isolated environments, containers can be used to deploy microservices quickly, regardless of code language used to create each microservice. When implementing and managing containers and microservices, DevOps teams must actively work to prevent problematic code, such as errant application code and unresponsive APIs.
  • SUMMARY
  • Embodiments of the invention are defined by the claims below, not this summary. A high-level overview is provided here to provide an overview of the disclosure, and to introduce a selection of concepts that are further described below in the detailed-description section below. This summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in isolation to determine the scope of the claimed subject matter.
  • The illustrative embodiments provide a method, system, and computer program product. An embodiment includes a method that invokes, using a service request handler module of a microservice application programming interface (API) fault manager (MAFM) a microservice API fault management service, responsive to detecting an unresponsive microservice managed by a container orchestration platform. An embodiment identifies an unresponsive API of the unresponsive microservice using an API inspection module of the MAFM. An embodiment determines, using a remedial action module of the MAFM, a remedial action to correct an unresponsive state of the unresponsive API. An embodiment communicates, using a container platform interface module of the MAFM, the remedial action to the container orchestration platform.
  • An embodiment includes a computer usable program product. The computer usable program product includes one or more computer-readable storage devices, and program instructions stored on at least one of the one or more computer-readable storage devices.
  • An embodiment includes a computer system. The computer system includes one or more processors, one or more computer-readable memories, and one or more computer-readable storage devices, and program instructions stored on at least one of the one or more computer-readable storage devices for execution by at least one of the one or more processors via at least one of the one or more computer-readable memories.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Certain novel features believed characteristic of the invention are set forth in the appended claims. The invention itself, however, as well as a preferred mode of use, further objectives and advantages thereof, will best be understood by reference to the following detailed description of the illustrative embodiments when read in conjunction with the accompanying drawings, wherein:
  • FIG. 1 depicts a block diagram of a network of data processing systems in which illustrative embodiments may be implemented;
  • FIG. 2 depicts a block diagram of a data processing system in which illustrative embodiments may be implemented;
  • FIG. 3 depicts a block diagram of a microservice API fault manager (MAFM) in which illustrative embodiments may be implemented;
  • FIG. 4 depicts a block diagram of a microservice operating environment incorporating the MAFM and container orchestration platform in which illustrative embodiments may be implemented;
  • FIG. 5 depicts a flowchart of a process for API fault detection and remediation in a microservice operating environment, in accordance with an illustrative embodiment.
  • DETAILED DESCRIPTION
  • The illustrative embodiments recognize that there is a need in a microservice operating environment that is managed by container orchestration platforms to ensure the validity of application programming interfaces (APIs), which are responsible for connecting the data and presentation layers of an application. Because the API layer directly touches both data and presentation layers, it is a key area for continuous testing for quality assurance (QA) and development teams. While there are many aspects of API testing, it generally consists of making requests to a single API endpoint or sometimes multiple API endpoints and validate the response, whether for performance, security, and/or functional correctness.
  • The illustrative embodiments further recognize that container orchestration platforms, such as KUBERNETES and DOCKER, when implemented to manage complex application environments having a large number of microservices, generally only provide capabilities to monitor and scale pods (i.e., individual microservices) in the event that there is a failure within a container associated with a plurality of microservices. Current container orchestration platform technologies are not designed to validate and take any remedial action(s) based on problems related to the actual application logic and the APIs running within the failing container. As a result, current container orchestration platforms may simply remedy a failing container by replacing it with a newly spawned container, which is identical in the number and organization of microservices and their supporting APIs when compared to the contents of the failed container. In this regard, current container orchestration platforms may mistakenly treat the newly spawned container as a healed container, when in reality one or more of the supporting APIs are unresponsive and the API's failed state remains undetectable to current container orchestration platforms. This causes the application as a whole to become unresponsive.
  • The illustrative embodiments also recognize that traditional third-party tools for monolithic applications, which provide fault tolerant and high availability solutions, are ineffective in microservice-based environments because of their inability to perform API validation and healing. Moreover, illustrative embodiments recognize that other solutions for monolithic environments, such as network devices and API gateways providing continuous API monitoring, carry the cost of performance degradation. Even other solutions designed for microservice-based environments fail to perform API validation and healing. Further, illustrative embodiments recognize that current microservice-based implementations employ application logics to perform checks on error codes and perform remedial actions based on the type of error code. However, even if a container orchestration platform terminates a pod and spawns another pod, such actions still do not guarantee individual API validation and healing.
  • The illustrative embodiments recognize that the presently available solutions do not address these needs or provide adequate solutions for these needs. The illustrative embodiments used to describe the invention generally address and solve the above-described problems and other problems related to improving the availability of API endpoints under the management of container orchestration platforms in a microservice operating environment.
  • An embodiment can be implemented as a software application. The application implementing an embodiment can be configured as a modification of an existing API gateway, a modification of an existing container orchestrator platform, as a separate application that operates in conjunction with an existing API gateway, as a separate application that operates in conjunction with an existing container orchestrator platform, a standalone application, or some combination thereof. Particularly, some illustrative embodiments provide a method that facilitates improving the availability of API endpoints under the management of container orchestration platforms in a microservice operating environment.
  • An embodiment configures a microservice application programming interface fault manager (MAFM) to identify an unresponsive API and to determine a remedial action. According to one embodiment, the MAFM operations are triggered by a fault that is detected and communicated to a service request handler of the MAFM by third party monitoring tools, such as PROMETHEUS and GRAFANA. In other embodiments, the MAFM operations are triggered by a fault that is detected and communicated to the MAFM by an API gateway that is unable to gain a response from a requested API. In this regard, the fault detected by the API gateway appears to originate at a requested API, but it is not conclusive to be the actual source of the fault, as the requested API may itself depend upon other nested APIs.
  • Another embodiment configures an API inspection module of the MAFM to identify the particular, unresponsive API(s). According to one embodiment, the API inspection module inspects APIs that that have been predetermined by the application developer to be critical to the operation of the microservice. The API inspection module then runs one or more sample input data requests through API gateway to test and pinpoint the immediate API source of the fault. According to another embodiment, after detecting the unresponsive API, a remedial action module of the MAFM is configured to determine an appropriate remedial action. According to one embodiment, the remedial action module inputs the identified, unresponsive API into a machine-learning model and determines a remedial action outcome. According to one embodiment, the remedial action includes terminating a container of the microservice associated with the unresponsive API and launching a new container of the microservice. According to another embodiment, the remedial action is rescaling a number of containers. Each container is associated with a microservice employing at least one API.
  • According to one embodiment, the remedial action decision is communicated to a container platform interface module of the MAFM. The container platform interface, in turn, interfaces with a container orchestration platform (e.g., KUBERNETES, DOCKER), which performs the actual remedial action by leveraging its native APIs. According to another embodiment, a monitoring scheduler module of the MAFM monitors a validity of the state of the API identified as unresponsive. The monitoring scheduler inputs test inputs to determine whether the once faulty API has been repaired by the remedial action. According to another embodiment, the monitoring process continues after a predetermined period of time. According to another embodiment, the monitoring process continues after a predetermined number of successful responses to API requests. If any fault continues to be detected, the negative outcome is reported and stored in an API monitoring database as a source for historical outcome information. The historical outcome information, whether indicating a successful or unsuccessful outcome, is fed to the machine learning algorithm of the remedial action module and assists in further refinements to the remedial action determination model.
  • In view of the foregoing embodiments, the availability of API endpoints in container orchestration platforms is improved within a microservices environment. The examples described herein of improving the availability of API endpoints in a microservices environment that employs a container orchestration platform are not meant to be limiting in any way. From this disclosure, those of ordinary skill in the art will be able to conceive many other ways of implementing the above enhancement. and the same are contemplated within the scope of the illustrative embodiments.
  • The manner of repairing faulty APIs within a microservices environment that employs a container orchestration platform, as described herein, is unavailable in the presently available methods in the technological field of endeavor pertaining to API monitoring and fault remediation in microservice environments. A method of an embodiment described herein, when implemented to execute on a device or data processing system, comprises substantial advancement of the functionality of that device or data processing system by providing a centralized, MAFM that works in cooperation with an existing API gateway and container orchestration platforms.
  • The illustrative embodiments are described with respect to certain types of processing elements, API gateways, container orchestration platforms, third-party monitoring tools, API inspection tools, machine learning tools, debugger programs, computer memories, storage devices, containers, cloud computing systems, virtual computing systems, operating systems, computing systems, server systems, data processing systems, networked computing environments, devices, other environments, components, and applications only as examples. Any specific manifestations of these and other similar artifacts are not intended to be limiting to the invention. Any suitable manifestation of these and other similar artifacts can be selected within the scope of the illustrative embodiments.
  • Furthermore, the illustrative embodiments may be implemented with respect to any type of data instruction, data source, instruction source, access to a data source over a data network, or access to an instruction source over a data network. Any type of storage device may provide the data or instruction to an embodiment of the invention, either locally at a data processing system or over a data network, within the scope of the invention.
  • The illustrative embodiments are described using specific code, designs, architectures, protocols, layouts, schematics, and tools only as examples and are not limiting to the illustrative embodiments. Furthermore, the illustrative embodiments are described in some instances using particular software, tools, and data processing environments only as an example for the clarity of the description. The illustrative embodiments may be used in conjunction with other comparable or similarly purposed structures, systems, applications, or architectures. For example, other comparable computing devices, structures, systems, applications, or architectures therefor, may be used in conjunction with such embodiment of the invention within the scope of the invention. An illustrative embodiment may be implemented in hardware, software, or a combination thereof.
  • The examples in this disclosure are used only for the clarity of the description and are not limiting to the illustrative embodiments. Additional data, operations, actions, tasks, activities, and manipulations will be conceivable from this disclosure and the same are contemplated within the scope of the illustrative embodiments.
  • Any advantages listed herein are only examples and are not intended to be limiting to the illustrative embodiments. Additional or different advantages may be realized by specific illustrative embodiments. Furthermore, a particular illustrative embodiment may have some, all, or none of the advantages listed above.
  • With reference to the figures and in particular with reference to FIGS. 1 and 2, these figures are example diagrams of data processing environments in which illustrative embodiments may be implemented. FIGS. 1 and 2 are only examples and are not intended to assert or imply any limitation with regard to the environments in which different embodiments may be implemented. A particular implementation may make many modifications to the depicted environments based on the following description.
  • FIG. 1 depicts a block diagram of a network of data processing systems in which illustrative embodiments may be implemented. Data processing environment 100 is a network of computers in which the illustrative embodiments may be implemented. Data processing environment 100 includes network 102. Network 102 is the medium used to provide communications links between various devices and computers connected together within data processing environment 100. Network 102 may include connections, such as wire, wireless communication links, or fiber optic cables.
  • Clients or servers are only example roles of certain data processing systems connected to network 102 and are not intended to exclude other configurations or roles for these data processing systems. Server 104 and server 106 couple to network 102 along with storage unit 108. Software applications may execute on any computer in data processing environment 100. Clients 110, 112, and 114 are also coupled to network 102. A data processing system, such as server 104 or 106, or client 110, 112, or 114 may contain data and may have software applications or software tools executing thereon.
  • Only as an example, and without implying any limitation to such architecture, FIG. 1 depicts certain components that are usable in an example implementation of an embodiment. For example, servers 104 and 106, and clients 110, 112, 114, are depicted as servers and clients only as example and not to imply a limitation to a client-server architecture. As another example, an embodiment is distributed across several data processing systems and a data network as shown, whereas another embodiment is implemented on a single data processing system within the scope of the illustrative embodiments. Data processing systems 104, 106, 110, 112, and 114 also represent example nodes in a cluster, partitions, and other configurations suitable for implementing an embodiment.
  • Device 132 is an example of a device described herein. For example, device 132 can take the form of a smartphone, a tablet computer, a laptop computer, client 110 in a stationary or a portable form, or any other suitable device. Any software application described as executing in another data processing system in FIG. 1 can be configured to execute in device 132 in a similar manner. Any data or information stored or produced in another data processing system in FIG. 1 can be configured to be stored or produced in device 132 in a similar manner.
  • Application 105 on a server-side implements an embodiment described herein. According to one embodiment, the application 105 maintains a microservice application programming interface (API) fault manager (MAFM). In other embodiments described herein, application 105 is implemented on a client-side (e.g., in clients 110-114, and device 132). Further description of the MAFM is disclosed herein with reference to FIGS. 3-5 below.
  • A database 109, such as a database for tracking historical outcomes of a remedial action taken in response to an API fault, may be stored in storage 108 as shown or supplied by another source (not shown). Application 105 can also execute in any of data processing systems 104, 106, 110, 112, and 114. Servers 104 and 106, storage unit 108, and clients 110, 112, and 114, and device 132 may couple to network 102 using wired connections, wireless communication protocols, or other suitable data connectivity. Clients 110, 112, and 114 may be, for example, personal computers or network computers.
  • In the depicted example, server 104 may provide data, such as boot files, operating system images, and applications to clients 110, 112, and 114. Clients 110, 112, and 114 may be clients to server 104 in this example. Clients 110, 112, 114, or some combination thereof, may include their own data, boot files, operating system images, and applications. Data processing environment 100 may include additional servers, clients, and other devices that are not shown.
  • In the depicted example, data processing environment 100 may be the Internet. Network 102 may represent a collection of networks and gateways that use the Transmission Control Protocol/Internet Protocol (TCP/IP) and other protocols to communicate with one another. At the heart of the Internet is a backbone of data communication links between major nodes or host computers, including thousands of commercial, governmental, educational, and other computer systems that route data and messages. Of course, data processing environment 100 also may be implemented as a number of different types of networks, such as for example, an intranet, a local area network (LAN), or a wide area network (WAN). FIG. 1 is intended as an example, and not as an architectural limitation for the different illustrative embodiments.
  • Among other uses, data processing environment 100 may be used for implementing a client-server environment in which the illustrative embodiments may be implemented. A client-server environment enables software applications and data to be distributed across a network such that an application functions by using the interactivity between a client data processing system and a server data processing system. Data processing environment 100 may also employ a service-oriented architecture where interoperable software components distributed across a network may be packaged together as coherent business applications. Data processing environment 100 may also take the form of a cloud, and employ a cloud computing model of service delivery for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g. networks, network bandwidth, servers, processing, memory, storage, applications, virtual machines, containers, and services) that can be rapidly provisioned and released with minimal management effort or interaction with a provider of the content or service.
  • With reference to FIG. 2, this figure depicts a block diagram of a data processing system 200 in which illustrative embodiments may be implemented. Data processing system 200 is an example of a computer, such as servers 104 and 106, or clients 110, 112, and 114 in FIG. 1, or another type of device in which computer usable program code or instructions implementing the processes may be located for the illustrative embodiments.
  • Data processing system 200 is also representative of a data processing system or a configuration therein, such as data processing system 132 in FIG. 1 in which computer usable program code or instructions implementing the processes of the illustrative embodiments may be located. Data processing system 200 is described as a computer only as an example, without being limited thereto. Implementations in the form of other devices, such as device 132 in FIG. 1, may modify data processing system 200, such as by adding a touch interface, and even eliminate certain depicted components from data processing system 200 without departing from the general description of the operations and functions of data processing system 200 described herein.
  • In the depicted example, data processing system 200 employs a hub architecture including North Bridge and memory controller hub (NB/MCH) 202 and South Bridge and input/output (I/O) controller hub (SB/ICH) 204. Processing unit 206, main memory 208, and graphics processor 210 are coupled to North Bridge and memory controller hub (NB/MCH) 202. Processing unit 206 may contain one or more processors and may be implemented using one or more heterogeneous processor systems. Processing unit 206 may be a multi-core processor. Graphics processor 210 may be coupled to NB/MCH 202 through an accelerated graphics port (AGP) in certain implementations.
  • In the depicted example, local area network (LAN) adapter 212 is coupled to South Bridge and I/O controller hub (SB/ICH) 204. Audio adapter 216, keyboard and mouse adapter 220, modem 222, read only memory (ROM) 224, universal serial bus (USB) and other ports 232, and PCI/PCIe devices 234 are coupled to South Bridge and I/O controller hub 204 through bus 238. Hard disk drive (HDD) or solid-state drive (SSD) 226 and CD-ROM 230 are coupled to South Bridge and I/O controller hub 204 through bus 240. PCI/PCIe devices 234 may include, for example, Ethernet adapters, add-in cards, and PC cards for notebook computers. PCI uses a card bus controller, while PCIe does not. ROM 224 may be, for example, a flash binary input/output system (BIOS). Hard disk drive 226 and CD-ROM 230 may use, for example, an integrated drive electronics (IDE), serial advanced technology attachment (SATA) interface, or variants such as external-SATA (eSATA) and micro-SATA (mSATA). A super I/O (SIO) device 236 may be coupled to South Bridge and I/O controller hub (SB/ICH) 204 through bus 238.
  • Memories, such as main memory 208, ROM 224, or flash memory (not shown), are some examples of computer usable storage devices. Hard disk drive or solid-state drive 226, CD-ROM 230, and other similarly usable devices are some examples of computer usable storage devices including a computer usable storage medium.
  • An operating system runs on processing unit 206. The operating system coordinates and provides control of various components within data processing system 200 in FIG. 2. The operating system may be a commercially available operating system for any type of computing platform, including but not limited to server systems, personal computers, and mobile devices. An object oriented or other type of programming system may operate in conjunction with the operating system and provide calls to the operating system from programs or applications executing on data processing system 200.
  • Instructions for the operating system, the object-oriented programming system, and applications or programs, such as client-side application 113 or server-side application 105 in FIG. 1, are located on storage devices, such as in the form of code 226A on hard disk drive 226, and may be loaded into at least one of one or more memories, such as main memory 208, for execution by processing unit 206. The processes of the illustrative embodiments may be performed by processing unit 206 using computer implemented instructions, which may be located in a memory, such as, for example, main memory 208, read only memory 224, or in one or more peripheral devices.
  • Furthermore, in one case, code 226A may be downloaded over network 201A from remote system 201B, where similar code 201C is stored on a storage device 201D. in another case, code 226A may be downloaded over network 201A to remote system 201B, where downloaded code 201C is stored on a storage device 201D.
  • The hardware in FIGS. 1-2 may vary depending on the implementation. Other internal hardware or peripheral devices, such as flash memory, equivalent non-volatile memory, or optical disk drives and the like, may be used in addition to or in place of the hardware depicted in FIGS. 1-2. In addition, the processes of the illustrative embodiments may be applied to a multiprocessor data processing system.
  • In some illustrative examples, data processing system 200 may be a personal digital assistant (PDA), which is generally configured with flash memory to provide non-volatile memory for storing operating system files and/or user-generated data. A bus system may comprise one or more buses, such as a system bus, an I/O bus, and a PCI bus. Of course, the bus system may be implemented using any type of communications fabric or architecture that provides for a transfer of data between different components or devices attached to the fabric or architecture.
  • A communications unit may include one or more devices used to transmit and receive data, such as a modem or a network adapter. A memory may be, for example, main memory 208 or a cache, such as the cache found in North Bridge and memory controller hub 202. A processing unit may include one or more processors or CPUs.
  • The depicted examples in FIGS. 1-2 and above-described examples are not meant to imply architectural limitations. For example, data processing system 200 also may be a tablet computer, laptop computer, or telephone device in addition to taking the form of a mobile device.
  • Where a computer or data processing system is described as a virtual machine, a virtual device, or a virtual component, the virtual machine, virtual device, or the virtual component operates in the manner of data processing system 200 using virtualized manifestation of some or all components depicted in data processing system 200. For example, in a virtual machine, virtual device, or virtual component, processing unit 206 is manifested as a virtualized instance of all or some number of hardware processing units 206 available in a host data processing system, main memory 208 is manifested as a virtualized instance of all or some portion of main memory 208 that may be available in the host data processing system, and disk 226 is manifested as a virtualized instance of all or some portion of disk 226 that may be available in the host data processing system. The host data processing system in such cases is represented by data processing system 200.
  • With reference to FIG. 3, an example is shown of a microservice API fault manager (MAFM) 300 configured to identify an unresponsive API and to determine a remedial action, according to one embodiment of the invention. As shown, the MAFM 300 includes a service request handler module 302, a monitoring scheduler module 304, an API inspection module 306, a container platform interface module 308, and a remedial action module 310.
  • According to an embodiment, service request handler module 302 invokes, using a service request handler module of a microservice application programming interface (API) fault manager (MAFM), a microservice API fault management service. According to one embodiment, the MAFM 300 operations are triggered by a fault that is detected and communicated to service request handler 302 of the MAFM 300 by third party monitoring tools (not shown), such as PROMETHEUS and GRAFANA. In other embodiments, the MAFM 300 operations are triggered by a fault that is detected and communicated to the MAFM 300 by an API gateway (404, shown in FIG. 4) that is unable to gain a response from a requested API. In this regard, each API request is transmitted via the API gateway and each API that is requested is associated with a particular address. In this regard, it is important to appreciate that although a fault detected by the API gateway 404 appears to originate at a requested API, such a detection is not necessarily conclusive that the requested API is the underlying source of the fault. According to one example embodiment, the requested API itself depends upon other API(s), whose unresponsiveness causes the requested API to also be unresponsive.
  • According to an embodiment, API inspection module 306 inspects APIs that that have been predetermined by the application developer to be critical to the operation of the microservice. In one example embodiment, the API inspection module 306 runs one or more sample input data requests through API gateway 404 to test and pinpoint the immediate API source of the fault. According to one embodiment, the sample input data requests are drawn from historical API requests that are previously stored in a database for machine learning and monitoring.
  • According to an embodiment, remedial action module 310 of the MAFM is configured to determine an appropriate remedial action. According to one embodiment, the remedial action module 310 inputs the identified, unresponsive API into a machine-learning model and determines a remedial action outcome. The machine-learning model is updated based on historical data accumulated over the execution lifetime of the application.
  • According to an embodiment, container platform interface module 308 serves as an interface with container orchestration platform (410 in FIG. 4). Container orchestration platform is responsible for executing the determined remedial action by leveraging its own native APIs.
  • According to an embodiment, a monitoring scheduler module 304 monitors a validity state of the API identified as unresponsive. The monitoring scheduler module 304 inputs test inputs to determine whether the once faulty API has indeed been repaired by the remedial action.
  • With reference to FIG. 4, a block diagram of a microservice operating environment 400 incorporating the MAFM 300 and its interoperability with container orchestration platform 410 and API gateway 404 is shown, according to one embodiment of the invention. In the example embodiment shown, three distinct application services: service A, B, C 403 a-c respectively send service requests through API gateway 404. The API gateway 404 handles these requests for particular APIs that are needed to successfully execute each discrete microservice that work together to execute the complex application. For example, application service A 402 a requires microservice D 406 for successful execution. In particular, application service A 402 a requires access to API 1 408 a, which for purposes of this example is successfully accessed. However, continuing with the above example embodiment, application service B 402 b also requires microservice D 406 and in particular requires access to API 2 408 b. In this example embodiment, however, application service B 402 b is unable to access API 2 408 b and its microservice request times out. In this regard, API gateway 404 is responsible for handling the microservice request and is responsible for alerting MAFM 300 of the unresponsive event. In particular, the alert is communicated to service request handler 302, which invokes the microservice API fault management service. Service request handler 302 initiates API inspection module 306, which inspects APIs that that have been predetermined by the application developer to be critical to the operation of the unresponsive microservice D 406. In the example embodiment, API inspection module 306 identifies that both API 2 408 b and API 3 408 c are unresponsive.
  • Once API inspection module 306 has identified the API responsible for the microservice's failure, API inspection module 306 initiates the services of remedial action module 310. In the example embodiment shown, remedial action module 310 is configured to determine an appropriate remedial action to heal the unresponsive state of the unresponsive API 2 408 b and API3 408 c. According to one embodiment, the remedial action module inputs the identified, unresponsive APIs 408 b-c into a machine-learning model and determines a remedial action outcome. According to the example embodiment, the remedial action includes terminating the container of the unresponsive microservice D 406 associated with the unresponsive APIs and launching a new container of the microservice, e.g., new microservice D 412, having newly spawned APIs 1-3 414 a-c.
  • The remedial action decision is communicated to container platform interface module 308. Container platform interface module 308 interfaces with container orchestration platform 410, which performs the remedial action by leveraging its native APIs. However, it should be appreciated that the remedial action may not resolve the unresponsiveness of the microservice. For this reason, monitoring scheduler module 304 monitors a validity of the state of the new APIs that were previously identified in microservice D 406 as unresponsive. Monitoring scheduler module 304 invokes test cases as inputs to determine whether the once faulty APIs 2 and 3 408 b-c have been repaired by the remedial action of respawning microservice D 412 and creating APIs 2 and 3 414 b-c. According to one embodiment, the monitoring process continues after a predetermined period of time. According to another embodiment, the monitoring process continues after a predetermined number of successful responses to API requests, indicative of a stable API. If any fault continues to be detected, the negative outcome is reported and stored in an API monitoring database 416 as a source for historical outcome information. The historical outcome information, whether indicating a successful or unsuccessful outcome, is supplied to the machine learning algorithm of the remedial action module 310 and assists in further refinements to the remedial action determination model. According to the example embodiment, having terminated the previous container of microservice D 406 and spawning a working microservice D 412, application service C 402 c is shown to request microservice D 412 and in particular require access to API 3 414 c. In this example embodiment, application service C 402 c is able to access API 3 414 c, whose now terminated predecessor API 3 408 c would have not been accessible.
  • With reference to FIG. 5, this figure depicts a flowchart of an example process 500 for API fault detection and remediation in a microservice operating environment as described in FIG. 4. The process begins at block 502 and proceeds to block 504, where an application service is initiated (e.g., application service A-C 402 a-c), which includes the requesting of one or more microservices (e.g., microservice D 410) via API gateway 404. From block 504, the process continues to decision block 506, where it is determined by API gateway 404 whether the requested microservice is responsive to the request. If the microservice is responsive, the process terminates at block 524. However, if it is determined that the requested microservice is unresponsive, the process continues to block 508, where API gateway 404 alerts service request handler 302, which invokes the microservice API fault management service. From block 508, the process continues to block 510, where API inspection module 306 identifies the unresponsive API(s). After identifying the unresponsive API(s), the process continues to block 512, where remedial action module 310 determines a remedial action to correct the unresponsive state of the API(s) (e.g., APIs 2 and 3; 408 b-c). The process continues to block 514, where container platform interface module 308 communicates the remedial action (e.g., spawn new microservice/container D 412) to container orchestration platform 410, which then executes the remedial action using its native APIs (block 516). From block 516, the process continues to decision block 518, where monitoring scheduler module 304 verifies whether the remedial action has resulted in a valid state for the requested API (e.g., newly spawned APIs 2 and 3; 414 b-c). If a valid state is determined, the process flows to block 520, where monitoring scheduler module 304 reports the positive outcome to API monitoring database 416. The API monitoring database 416 stores the historical outcome data and is in communication with remedial action module 310, which accesses the outcome data to further refine the remedial action determination model. From block 520, the process ends at block 524. However, if an invalid state of the API is determined in decision block 518, the process continues to block 522, where monitoring scheduler module 304 reports the negative outcome to API monitoring database 416. The API monitoring database 416 stores the historical outcome data and is in communication with remedial action module 310, which accesses the outcome data to further refine the remedial action determination model. From block 522, the process loops back to block 510, where API inspection module 306 seeks again to identify the source of the unresponsiveness.
  • Thus, a computer implemented method, system or apparatus, and computer program product are provided in the illustrative embodiments for improving the availability of API endpoints in container orchestration platforms. and other related features, functions, or operations. Where an embodiment or a portion thereof is described with respect to a type of device, the computer implemented method, system or apparatus, the computer program product, or a portion thereof, are adapted or configured for use with a suitable and comparable manifestation of that type of device.
  • Where an embodiment is described as implemented in an application, the delivery of the application in a Software as a Service (SaaS) model is contemplated within the scope of the illustrative embodiments. In a SaaS model, the capability of the application implementing an embodiment is provided to a user by executing the application in a cloud infrastructure. The user can access the application using a variety of client devices through a thin client interface such as a web browser (e.g., web-based e-mail), or other light-weight client-applications. The user does not manage or control the underlying cloud infrastructure including the network, servers, operating systems, or the storage of the cloud infrastructure. In some cases, the user may not even manage or control the capabilities of the SaaS application. In some other cases, the SaaS implementation of the application may permit a possible exception of limited user-specific application configuration settings.
  • The present invention may be a system, a method, and/or a computer program product at any possible technical detail level of integration. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
  • The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: 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), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, such as a computer-readable storage device, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
  • Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
  • Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, configuration data for integrated circuitry, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++, or the like, and procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions 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 latter scenario, 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). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
  • Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.
  • These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, 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/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
  • The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the blocks may occur out of the order noted in the Figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.

Claims (20)

What is claimed is:
1. A method comprising:
invoking, responsive to detecting an unresponsive microservice managed by a container orchestration platform, a microservice Application Programming Interface (API) fault management service;
identifying an unresponsive API of the unresponsive microservice;
determining a remedial action to correct an unresponsive state of the unresponsive API; and
communicating the remedial action to the container orchestration platform;
wherein the invoking, identifying, determining and communicating is executed by a microservice API fault manager (MAFM).
2. The method of claim 1, further comprising:
monitoring, by the MAFM, responsive to executing the remedial action, a validity of the state of the unresponsive API.
3. The method of claim 2, wherein the monitoring is for a predetermined time period starting from detection of a valid state of the unresponsive API.
4. The method of claim 1, further comprising:
storing, by the MAFM, an outcome of the remedial action.
5. The method of claim 1, wherein the determining a remedial action employs a machine-learning algorithm that modifies a remedial action determination based on historical outcome information.
6. The method of claim 1, wherein the remedial action includes terminating a container of the microservice associated with the unresponsive API and launching a new container of the microservice.
7. The method of claim 1, wherein the remedial action includes rescaling a number of containers, wherein each container is associated with a microservice employing at least one API.
8. The method of claim 1, wherein the invoking is triggered by detecting an unresponsive state of the microservice.
9. The method of claim 1, wherein the invoking is triggered when a latency in accessing the microservice exceeds a predetermined time threshold.
10. The method of claim 1, wherein the invoking is triggered when a microservice becomes unresponsive after serving a predetermined number of microservice requests.
11. The method of claim 1, wherein at least one native API of the container orchestration platform performs the remedial action.
12. A computer system, the computer system comprising one or more processors, one or more computer-readable memories, and one or more computer-readable storage devices, and program instructions stored on at least one of the one or more computer-readable storage devices for execution by at least one of the one or more processors via at least one of the one or more computer-readable memories, the stored program instructions comprising:
program instructions to invoke using a microservice application programming interface (API) fault manager (MAFM) responsive to detecting an unresponsive microservice managed by a container orchestration platform, a microservice Application Programming Interface (API) fault management service;
program instructions to identify, using the MAFM, an unresponsive API of the unresponsive microservice;
program instructions to determine, using the MAFM, a remedial action to correct an unresponsive state of the unresponsive API; and
program instructions to communicate, using the MAFM, the remedial action to the container orchestration platform.
13. The computer system of claim 12, further comprising:
program instructions to monitor using the MAFM, responsive to executing the remedial action, a validity of the state of the unresponsive API.
14. The computer system of claim 13, wherein the program instructions to monitor is for a predetermined time period starting from detection of a valid state of the unresponsive API.
15. The computer system of claim 12, further comprising:
program instructions to store an outcome of the remedial action to the MAFM.
16. The computer system of claim 12, wherein the MAFM employs a machine-learning algorithm that modifies a remedial action determination based on historical outcome information.
17. The computer system of claim 12, wherein at least one native API of the container orchestration platform performs the remedial action.
18. A computer program product comprising one or more computer-readable storage devices, and program instructions stored on at least one of the one or more computer-readable storage devices, the stored program instructions comprising:
program instructions to invoke using a microservice application programming interface (API) fault manager (MAFM) responsive to detecting an unresponsive microservice managed by a container orchestration platform, a microservice Application Programming Interface (API) fault management service;
program instructions to identify, using the MAFM, an unresponsive API of the unresponsive microservice;
program instructions to determine, using the MAFM, a remedial action to correct an unresponsive state of the unresponsive API; and
program instructions to communicate, using the MAFM, the remedial action to the container orchestration platform;
19. The computer program product of claim 18, the stored program instructions further comprising:
program instructions to monitor using the MAFM, responsive to executing the remedial action, a validity of the state of the unresponsive API.
20. The computer system of claim 19, wherein the program instructions to monitor is for a predetermined time period starting from detection of a valid state of the unresponsive API.
US16/732,515 2020-01-02 2020-01-02 Fault detection and correction of API endpoints in container orchestration platforms Active 2040-10-14 US11397630B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US16/732,515 US11397630B2 (en) 2020-01-02 2020-01-02 Fault detection and correction of API endpoints in container orchestration platforms
PCT/IB2020/061620 WO2021137062A1 (en) 2020-01-02 2020-12-08 Improving the availability of api endpoints in container orchestration platforms

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US16/732,515 US11397630B2 (en) 2020-01-02 2020-01-02 Fault detection and correction of API endpoints in container orchestration platforms

Publications (2)

Publication Number Publication Date
US20210208961A1 true US20210208961A1 (en) 2021-07-08
US11397630B2 US11397630B2 (en) 2022-07-26

Family

ID=76655171

Family Applications (1)

Application Number Title Priority Date Filing Date
US16/732,515 Active 2040-10-14 US11397630B2 (en) 2020-01-02 2020-01-02 Fault detection and correction of API endpoints in container orchestration platforms

Country Status (2)

Country Link
US (1) US11397630B2 (en)
WO (1) WO2021137062A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210349747A1 (en) * 2020-05-08 2021-11-11 T-Mobile Usa, Inc. Container management based on application performance indicators
US11223522B1 (en) * 2021-01-15 2022-01-11 Dell Products L.P. Context-based intelligent re-initiation of microservices
US11582757B2 (en) * 2020-02-26 2023-02-14 At&T Iniellectual Property I, L.P. Facilitation of radio access network intelligent controller resource preservation framework for 5G or other next generation network
WO2024081220A1 (en) * 2022-10-10 2024-04-18 Schneider Electric Systems Usa, Inc. Automated device os and application management at the edge

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114840306A (en) * 2022-04-25 2022-08-02 北京永信至诚科技股份有限公司 Service resource availability monitoring method, device, equipment and readable storage medium

Family Cites Families (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7107293B2 (en) * 2003-04-30 2006-09-12 International Business Machines Corporation Nested recovery scope management for stateless recovery agents
US8413144B1 (en) 2010-07-30 2013-04-02 Symantec Corporation Providing application-aware high availability of virtual machines
US9645811B2 (en) * 2013-04-01 2017-05-09 Oc Acquisition Llc Fault tolerance for a distributed computing system
US9495199B2 (en) * 2013-08-26 2016-11-15 International Business Machines Corporation Management of bottlenecks in database systems
WO2015031866A1 (en) * 2013-08-30 2015-03-05 Clearpath Networks, Inc. System and method of network functions virtualization of network services within and across clouds
US9983860B1 (en) 2016-02-05 2018-05-29 Equinix, Inc. Continuous application delivery monitoring
US10296242B2 (en) * 2016-06-22 2019-05-21 Vmware, Inc. Supporting replication and recovery of virtual volumes
US10255061B2 (en) 2016-08-05 2019-04-09 Oracle International Corporation Zero down time upgrade for a multi-tenant identity and data security management cloud service
US10387899B2 (en) * 2016-10-26 2019-08-20 New Relic, Inc. Systems and methods for monitoring and analyzing computer and network activity
US10223109B2 (en) 2016-12-22 2019-03-05 Juniper Networks, Inc. Automatic scaling of microservices applications
US10244034B2 (en) * 2017-03-29 2019-03-26 Ca, Inc. Introspection driven monitoring of multi-container applications
US10691514B2 (en) 2017-05-08 2020-06-23 Datapipe, Inc. System and method for integration, testing, deployment, orchestration, and management of applications
US10599499B2 (en) 2017-09-30 2020-03-24 Oracle International Corporation API registry in a container platform providing property-based API functionality
CN107870845B (en) 2017-10-19 2020-10-27 北京工业大数据创新中心有限公司 Management method and system for micro-service architecture application
US10936717B1 (en) * 2018-01-30 2021-03-02 EMC IP Holding Company LLC Monitoring containers running on container host devices for detection of anomalies in current container behavior
US11102060B2 (en) 2018-01-31 2021-08-24 Hewlett Packard Enterprise Development Lp Identification of a soft failure at a member
US10824514B2 (en) * 2018-02-16 2020-11-03 Wipro Limited Method and system of automating data backup in hybrid cloud and data centre (DC) environment
US20200034178A1 (en) * 2018-07-30 2020-01-30 Nutanix, Inc. Virtualization agnostic orchestration in a virtual computing system
CN110633085B (en) 2019-08-08 2022-11-18 国家电网公司华东分部 Relay protection setting calculation method and device based on micro-service architecture

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11582757B2 (en) * 2020-02-26 2023-02-14 At&T Iniellectual Property I, L.P. Facilitation of radio access network intelligent controller resource preservation framework for 5G or other next generation network
US20210349747A1 (en) * 2020-05-08 2021-11-11 T-Mobile Usa, Inc. Container management based on application performance indicators
US11301288B2 (en) * 2020-05-08 2022-04-12 T-Mobile Usa, Inc. Container management based on application performance indicators
US11223522B1 (en) * 2021-01-15 2022-01-11 Dell Products L.P. Context-based intelligent re-initiation of microservices
WO2024081220A1 (en) * 2022-10-10 2024-04-18 Schneider Electric Systems Usa, Inc. Automated device os and application management at the edge

Also Published As

Publication number Publication date
US11397630B2 (en) 2022-07-26
WO2021137062A1 (en) 2021-07-08

Similar Documents

Publication Publication Date Title
US11397630B2 (en) Fault detection and correction of API endpoints in container orchestration platforms
US11474872B2 (en) Techniques for managing long-running tasks with a declarative provisioner
US9973558B2 (en) Distributed streaming platform for real-time applications
US11449379B2 (en) Root cause and predictive analyses for technical issues of a computing environment
US9679016B1 (en) Checkpointing in distributed streaming platform for real-time applications
US9942353B2 (en) Management of connections within a messaging environment based on the statistical analysis of server responsiveness
US9058263B2 (en) Automated fault and recovery system
US20120054345A1 (en) Modular cloud computing system
US11556321B2 (en) Deploying microservices across a service infrastructure
US9374417B1 (en) Dynamic specification auditing for a distributed system
US10929373B2 (en) Event failure management
US20160378521A1 (en) Automated test optimization
US20200125353A1 (en) Product feature notification and instruction in a continuous delivery software development environment
US10146677B2 (en) Suspect code detection in software regression
WO2022089199A1 (en) Dynamic replacement of degrading processing elements in streaming applications
US11586491B2 (en) Service issue source identification in an interconnected environment
US11321162B2 (en) Incident root cause analysis using Galois connections
US10778538B2 (en) Automated self-recovery of distributed services
US9413682B2 (en) Provisioning legacy systems network architecture resource communications through a group of servers in a data center
US20190155673A1 (en) Notification of network connection errors between connected software systems
US9921887B2 (en) Accomodating synchronous operations in an asynchronous system
US11436043B2 (en) Operating system code patching during live migration
US20230385164A1 (en) Systems and Methods for Disaster Recovery for Edge Devices
US20230376363A1 (en) Framework for digital workers
US20230034196A1 (en) Techniques for providing synchronous and asynchronous data processing

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:DUTTA, SHANTANU;KAPPEN, BIJO SEBASTIAN;RAJEEVAKSHAN PILLAI, SUJITH;AND OTHERS;REEL/FRAME:051399/0741

Effective date: 20191205

FEPP Fee payment procedure

Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

AS Assignment

Owner name: KYNDRYL, INC., NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:INTERNATIONAL BUSINESS MACHINES CORPORATION;REEL/FRAME:058213/0912

Effective date: 20211118

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED

STCF Information on status: patent grant

Free format text: PATENTED CASE