这篇文章探索了 Kubernetes 流量管理工具(包括解决安全问题的 F5 NGINX App Protect 、 Ingress Controller 和 Service Mesh )解决的六个安全用例。这些用例可以帮助您的 SecOps 团队与 DevOps 和 NetOps 合作,更好地保护您的云原生应用和 API 。
Tag: NGINX Service Mesh
Tag: NGINX Service Mesh
NGINX 服务网格简介
NGINX Service Mesh (NSM) 已发布开发版本!请免费下载使用并给我们您的真实反馈!NSM 是一个完全集成的轻量级服务网格,它利用由 NGINX Plus 提供支持的数据平面来管理 Kubernetes 环境中的容器流量。
Easier Deployment and Upgrade of NGINX Service Mesh
NGINX Service Mesh Release 1.1.0 introduces three key enhancements that make it easier to deploy and manage our production-ready service mesh in Kubernetes: Helm support, air-gap installation, and in-place upgrades.
如何简化 Kubernetes 出入向流量管理
如果服务网格和 Ingress Controller 必须分开配置,这会使 Kubernetes 的环境更加复杂。在这个演示和博客中,我们展示了如何集成 NGINX Plus Ingress Controller 和 NGINX Service Mesh 来控制入口和出口 mTLS 流量。
How to Use NGINX Service Mesh for Secure Access Control
If services in a Kubernetes environment exchange sensitive data, it's important to control communication among them. With NGINX Service Mesh, it takes less than 10 minutes to set up fine‑grained control. Watch the video demo and check out our step-by-step tutorial.
How to Use NGINX Service Mesh for Traffic Splitting
Traffic splitting is a valuable tool for app development, reducing the risk of outages during app upgrades. With NGINX Service Mesh, it takes less than 10 minutes to implement blue-green and canary deployments. Watch the video demo and check out our step-by-step tutorials.
How to Use NGINX Service Mesh for Rate Limiting
High request volume can overwhelm your Kubernetes services. With NGINX Service Mesh, it takes less than 10 minutes to define a rate-limiting policy that limits each client to a reasonable number of requests. Watch the video demo and follow along in the transcript provided.
如何选择 Service Mesh(服务网格)
NGINX Service Mesh 现已正式投入生产!NGINX Service Mesh 是免费的、针对开发人员优化的,并且提供了最简单的方法来实现 mTLS ,以及 Kubernetes 中东西向( service 到 service )流量和南北向( ingress 和 egress )流量的端到端加密。
The mTLS Architecture in NGINX Service Mesh
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.
如何通过高级流量管理提高 Kubernetes 的弹性
通过本文中讨论的流量控制和流量精分(速率限制、断路、调试路由、A/B 测试、灰度部署和蓝绿色部署)来提高 Kubernetes 应用的弹性,并学习 NGINX 的产品如何使流量控制和流量精分更容易实现。