About 6 results
Open links in new tab
  1. Understanding NGINX: Architecture, Configuration & Alternatives

    NGINX is open source software that powers web servers and enables reverse proxying, caching, load balancing, and media streaming.

  2. NGINX configuration - Solo.io

    NGINX listens for incoming requests on the configured port and address, and then processes the requests according to the specified configuration.

  3. NGINX Rate Limiting: The Basics and 3 Code Examples | Solo.io

    NGINX’s rate-limiting feature employs the leaky bucket algorithm typically used in packet-switched computer networks and telecommunications.

  4. NGINX API Gateway: The Basics and a Quick Tutorial | Solo.io

    NGINX Plus API Gateway receives API requests from clients, determines which services are required by the request, and delivers responses with high performance.

  5. Kubernetes Ingress Controller: A Practical Guide | Solo.io

    The NGINX Ingress Controller is a piece of software that runs within a Kubernetes cluster and manages incoming traffic to the cluster.

  6. Kubernetes Ingress Past, Present, and Future - Solo.io

    Ingress Challenges Ingress has existed as a beta extension since Kubernetes 1.1, and it’s proven to be a lowest common denominator API. For example, the NGNIX community Ingress …