Service-to-service communication among microservices puts more data on the wire compared to monoliths. Using mutual TLS (mTLS) to encrypt and authenticate that communication is crucial. Here we dive deep into the mTLS implementation in NGINX Service Mesh.
Enhanced TCP/UDP Load Balancing and WAF Configuration with NGINX Ingress Controller
NGINX Ingress Controller now offers enhanced TCP/UDP load balancing with support for snippets, health checks, and multiple TransportServer resources. Release 1.11.0 also introduces a WAF policy for easier configuration of NGINX App Protect, Istio compatibility, and more.
How to Improve Resilience in Kubernetes with Advanced Traffic Management
Improve the resilience of Kubernetes apps with the traffic control and splitting methods discussed in this blog – rate limiting, circuit breaking, debug routing, A/B testing, and canary and blue-green deployments – and learn how NGINX products make them easier to implement.
Introducing NGINX Instance Manager – A Tool to Track, Configure, and Monitor NGINX Open Source and NGINX Plus Instances at Scale
The more ways you leverage the power of NGINX, the more of challenge it can be to track and manage the NGINX Open Source and NGINX Plus instances across your infrastructure. Introducing NGINX Instance Manager, one tool for tracking, configuring, and monitoring NGINX at scale.
Reduce Complexity with Production-Grade Kubernetes
We explain how production-grade Kubernetes solves the challenges of deploying containerized microservices-based apps, which include culture, complexity, and security. In addition to a Kubernetes infrastructure you need a scalable Ingress controller, WAF, and service mesh.
Easy and Robust Single Sign-On with OpenID Connect and NGINX Ingress Controller
NGINX Ingress Controller now supports single sign-on with OpenID Connect. Release 1.10.0 also introduces new configuration queue metrics, annotations on log entries, better validation of annotations and secrets, support for NGINX App Protect user-defined signatures, and more.
Update: Using Free Let’s Encrypt SSL/TLS Certificates with NGINX
Learn how to use the Let’s Encrypt client to generate RSA certificates and automatically configure NGINX to use the newly issued certificates.
Deploying NGINX as an API Gateway, Part 3: Publishing gRPC Services
This part of our series on deploying NGINX Plus as an API gateway - along with its other rich functionality - focuses on gatewaying gRPC services. gRPC is an alternative to REST APIs for building distributed applications, service mesh implementations in particular.
Deploying NGINX as an API Gateway, Part 2: Protecting Backend Services
In the second post in our API gateway series, Liam shows you how to batten down the hatches on your API services. You can use rate limiting, access restrictions, request size limits, and request body validation to frustrate illegitimate or overly burdensome requests.
Deploying NGINX as an API Gateway, Part 1
The advanced HTTP processing capabilities of NGINX and NGINX Plus make it the ideal platform for building an API gateway. We describe API use cases, show how to configure NGINX to handle them in a way that is efficient, scalable, and easy to maintain, and provide a complete NGINX configuration.