Software Alternatives & Reviews

mTLS everywhere!

nginx etcd Apache APISIX Apache
  1. 1
    A high performance free open source web server powering busiest sites on the Internet.
    Pricing:
    • Open Source
    Last but not least, we should configure TLS for upstreams. In the following, I'll use a simple nginx instance that responds with static content. Use it as an illustration for more complex upstreams.

    #Web And Application Servers #Web Servers #Application Server 46 social mentions

  2. 2
    A distributed, reliable key-value store for the most critical data of a distributed system
    Pricing:
    • Open Source
    Apache APISIX is an API Gateway. By default, it stores its configuration in etcd, a distributed key-value store - the same one used by Kubernetes. Note that in real-world scenarios, we should set up etcd clustering to improve the resiliency of the solution. For this post, we will limit ourselves to a single etcd instance. Apache APISIX offers an admin API via HTTP endpoints. Finally, the gateway forwards calls from the client to an upstream. Here's an overview of the architecture and the required certificates:.

    #Web Servers #Web And Application Servers #Load Balancer / Reverse Proxy 25 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 is an API Gateway. By default, it stores its configuration in etcd, a distributed key-value store - the same one used by Kubernetes. Note that in real-world scenarios, we should set up etcd clustering to improve the resiliency of the solution. For this post, we will limit ourselves to a single etcd instance. Apache APISIX offers an admin API via HTTP endpoints. Finally, the gateway forwards calls from the client to an upstream. Here's an overview of the architecture and the required certificates:.

    #Monitoring Tools #API Tools #APIs 63 social mentions

  4. 4
    Home page of The Apache Software Foundation
    A couple of root Certificate Authorities are installed in browsers by default. That's how we can browse HTTPS websites safely, trusting that https://apache.org is the site they pretend to be. The infrastructure has no pre-installed certificates, so we must start from scratch.

    #Web And Application Servers #Web Servers #Application Server 20 social mentions

Discuss: mTLS everywhere!

Log in or Post with