Nginx

Nginx, F5 Acquisition, and the Rise of Angie: Why You Should Consider Switching

Nginx, F5 Acquisition, and the Rise of Angie: Why You Should Consider Switching

7 min read

If you’ve been working with web servers and reverse proxies for the past decade, chances are you’ve used nginx. It’s been the backbone of countless web infrastructures, powering everything from small personal blogs to some of the busiest websites on the planet. But recent developments in the nginx ecosystem have led to an interesting fork called Angie — and it might be worth your attention.

In this post, I’ll walk through the history of nginx, what happened after the F5 acquisition, why Angie was created, and why you might want to consider making the switch.

Implementing Mutual TLS (mTLS) with NGINX Ingress Controller: Per-Ingress Configuration

Implementing Mutual TLS (mTLS) with NGINX Ingress Controller: Per-Ingress Configuration

6 min read

Mutual TLS (mTLS) adds a critical security layer to your Kubernetes applications by requiring clients to authenticate with certificates—not just passwords or tokens. This guide covers per-ingress mTLS configuration with NGINX Ingress Controller, giving you fine-grained control over which services require client certificate authentication.