Software Alternatives & Reviews

Implementing resilient applications with API Gateway (Health Check)

Kubernetes Azure Service Fabric Apache APISIX
  1. Kubernetes is an open source orchestration system for Docker containers
    Pricing:
    • Open Source
    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.

    #Developer Tools #DevOps Tools #Containers As A Service 280 social mentions

  2. Rapidly develop and update microservice-based applications with Azure Service Fabric that lets developers build features without additional infrastructure coding.
    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.

    #Developer Tools #DevOps Tools #Containers As A Service 2 social mentions

  3. Apache APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, based on the Nginx library and etcd.
    Pricing:
    • Open Source
    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.

    #Monitoring Tools #API Tools #APIs 63 social mentions

Discuss: Implementing resilient applications with API Gateway (Health Check)

Log in or Post with