Implementing resilient applications with API Gateway (Health Check)

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • kubernetes

    Production-Grade Container Scheduling and Management

  • For example, when you are using orchestrators like Kubernetes and Service Fabric periodically perform health checks and determine that a service/container is unhealthy, it stops routing requests to that instance. It also usually creates a new instance of that container.

  • apisix

    The Cloud-Native API Gateway

  • Apache APISIX API Gateway supports almost all modern resiliency patterns like the timeouts, fallbacks, retry, and circuit breaker I discussed in another blog post Implementing resilient applications with API Gateway (Circuit breaker), which can also be applied to your Microservices APIs. Apache APISIX Health check mechanism performs health checks on each target upstream service regularly, marking it as healthy or unhealthy based on whether they are responsive or not. You can also retrieve anytime the health status of specific nodes by using the Control API-health check endpoint.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Does a Service load balance?

    2 projects | /r/kubernetes | 6 Dec 2023
  • Test Generation for Distributed Apps Made Easy with Skyramp

    3 projects | dev.to | 27 Oct 2023
  • Turbocharge Your Debugging with Skyramp's Hot Code Reload

    3 projects | dev.to | 20 Oct 2023
  • Streamlining Deployments: Unveiling the Power of GitOps with Kubernetes

    1 project | dev.to | 30 Apr 2024
  • Building Scalable GraphQL Microservices With Node.js and Docker: A Comprehensive Guide

    6 projects | dev.to | 10 Apr 2024