Operators can enable self-service DNS and certificate management for developers in Kubernetes, with our solution built on NGINX Ingress Controller, cert-manager, and ExternalDNS.
Three Steps for Starting Your Cloud-Native Journey with Kubernetes
The journey to cloud native doesn't happen overnight. Learn how Kubernetes and NGINX can help as you start moving from monolithic to microservices-based apps.
5 Things to Know About NGINX Kubernetes Gateway
NGINX Kubernetes Gateway, our implementation of the Kubernetes Gateway API, enables multiple teams to manage Kubernetes infrastructure in modern app environments. It delivers many capabilities natively that with an Ingress controller require CRDs.
NGINX Tutorial: Improve Uptime and Resilience with a Canary Deployment 
Advanced deployment strategies improve uptime and app resilience, helping you deliver on the promises of Kubernetes. In this tutorial, Daniele Polencic of Learnk8s demonstrates how you can use NGINX Service Mesh to implement a canary deployment and gradually roll over to a new app version.
NGINX Tutorial: Protect Kubernetes Apps from SQL Injection
Web apps are a common target for hackers looking to exploit vulnerabilities and obtain sensitive information. In this tutorial, Daniele Polencic of Learnk8s demonstrates how you can improve Kubernetes security and block a SQL injection using NGINX as a sidecar proxy or NGINX Ingress Controller.
NGINX Tutorial: Protect Kubernetes APIs with Rate Limiting
Popular apps can be vulnerable to traffic surges that overwhelm the APIs and cause cascade failures. In this tutorial, Daniele Polencic of learnk8s demonstrates how to use multiple NGINX Ingress Controllers combined with enable rate limiting to prevent Kubernetes apps and APIs from crashing.
NGINX Tutorial: Reduce Kubernetes Latency with Autoscaling
Traffic surges can cause bottlenecks, leading to dropped connections and lost customers. In this tutorial, Daniele Polencic of learnk8s shows how to reduce latency for a Kubernetes app by autoscaling the number of NGINX Ingress Controller pods in response to high traffic.
Seven Guidelines for Implementing Zero Trust in Kubernetes
More and more organizations, including the U.S. government, are recognizing the need for Zero Trust security. ZT is particularly important for distributed environments like Kubernetes. Follow our seven practical guidelines to implement ZT more easily and effectively.
Performance Testing NGINX Ingress Controller and Red Hat OpenShift Router
We performance test NGINX Ingress Controller and the default Red Hat OpenShift Router in an OpenShift Cloud Platform cluster while scaling the number of backends up and down. The Router experiences significant latency and errors, but NGINX Ingress Controller almost none.
Kubernetes Networking 101
Do you need an Ingress controller to accept traffic into your Kubernetes environment? To help you decide, we offer a primer on the other services for getting external traffic into a cluster: kube-proxy, Cluster IP, NodePort, and LoadBalancer.