Release 1.6.0 of the NGINX Ingress Controller for Kubernetes includes improvements to NGINX Ingress Resources, support for OpenTracing, and much more.
NGINX Plus 客户成功案例:mobilcom debotel 借助 Apigee Rip-and-Replace 实现 60% 的成本下降与性能增强
In his session at NGINX Conf 2019, Felix Colaci of mobilcom-debitel shares how his team replaced Apigee with NGINX Plus as their API gateway. NGINX Plus reduced costs by 60% and improved reliability and performance. It fits perfectly into mobilcom-debitels CI/CD pipeline, enabling software update in minutes.
隆重推出 NGINX Plus R20
NGINX Plus R20 builds on the enhancements made in R19 to rate limiting, adding real-time monitoring and logging; connection limiting now has the same features. We also added prefix matching in the key-value store, DNS resolution per upstream group, new PROXY Protocol variables, and improved security for HTTP/2.
将 NGINX 部署为 DoT 或 DoH 网关
DNS over TLS (DoT) and DNS over HTTPS (DoH) are two emerging technologies for securing Domain Name System (DNS) traffic. In this post we take a look at the history of DNS and show how to implement DoT, DoH, and a DNS filter using NGINX Open Source and NGINX Plus.
借助 NGINX 实现 AI 驱动的 API 流量洞察
PingIdentity provides an NGINX integration with its AI-driven solution for API security, PingIntelligence for APIs. The solution uses API metadata collected by NGINX to determine whether API clients are granted access. PingIntelligence for APIs also provides dashboards, reports, and anomaly detection.
使用 NGINX Unit 实施应用隔离
NGINX Unit 中的应用隔离让您可以控制哪些类型的系统资源可以和 NGINX Unit 共享,哪些可以彼此共享,并在隔离的环境中运行应用以提高安全性。阅读本文获取有关应用隔离如何工作的所有细节,以及它对 NGINX Unit 的未来意味着什么。
采用 NGINX Ingress Controller for Kubernetes 支持 OpenTracing?
当使用 NGINX 和 为 Kubernetes 打造的 NGINX Plus Ingress Controller 进行负载均衡时,可使用本地支持的 OpenTracing 来跟踪 Kubernetes 集群中端到端的流量。这份细致的说明将告诉你如何上手,过程中会使用 Docker 容器和 Jaeger 。
借助 NGINX 处理 PHP-FPM 漏洞(CVE-2019-11043)
We provide guidance on using NGINX to mitigate the recently discovered vulnerability in PHP-FPM (CVE-2019-11043). The vulnerability is triggered when the PATH_INFO variable passed to PHP-FPM with an invalid value, which can happen in a common NGINX configuration.
隆重推出 NGINX Unit 1.11.0 版本——新增静态文件服务功能
NGINX Unit 1.11.0 introduces support for static file serving, a much requested feature ever since NGINX Unit debuted. It also includes application (process) isolation using Linux namespaces and a WebSocket server implementation for Java Servlet Containers. NGINX Unit 1.12.0 adds support for PHP 7.4.
利用混沌工程提高微服务的弹性
在混沌工程试验中,我们“注入故障”到微服务应用的环境中以测试应用的弹性。本文讨论了一些重要的概念,比如爆炸半径、量级、中止条件和黑洞攻击,这些都会导致依赖关系的失效。