Load Balancing TCP and UDP Traffic in Kubernetes with NGINX

2022-06-08 KENNETH 0

Load Balancing TCP and UDP Traffic in Kubernetes with NGINX [Editor– This post is an extract from our comprehensive eBook, Managing Kubernetes Traffic with F5 NGINX: A Practical Guide. Download it for free today.] Along with HTTP traffic, NGINX Ingress Controller load balances TCP and UDP traffic, so you can use it to manage traffic for a wide range of apps and utilities based on those protocols, including: MySQL, LDAP, and MQTT – TCP‑based apps used by many popular applications DNS, syslog, and RADIUS – UDP‑based utilities used by edge devices and non‑transactional applications TCP and UDP load balancing with NGINX Ingress Controller is also an effective solution for distributing network traffic to Kubernetes applications in the following circumstances: You are using end-to-end encryption (EE2E) and having the application handle encryption and decryption rather than NGINX Ingress Controller You need high‑performance load balancing [ more… ]

No Image

Secure Your Kubernetes Clusters with New Machine Learning in NGINX App Protect WAF

2022-06-03 KENNETH 0

Secure Your Kubernetes Clusters with New Machine Learning in NGINX App Protect WAF Modern application teams are increasingly aware of the importance and benefits of “shifting security left” – that is, incorporating security controls early in the application development and deployment cycle. In a shift‑left world, each team chooses the security solutions and parameters best suited to its application. This is, of course, reasonable; we at NGINX advocate having a Platform Ops team that gives developers “choice with guardrails” by actively curating an appropriate set of security solutions. Developers are then tasked with configuring security for their apps, which generally includes deployment of a web application firewall (WAF), even for internal‑facing applications and microservices. But shifting left becomes much more complicated in Kubernetes – the de facto standard container orchestration engine for modern app teams – with communications and coordination in particular presenting [ more… ]

Secure Your API Gateway with NGINX App Protect WAF

2022-05-27 KENNETH 0

Secure Your API Gateway with NGINX App Protect WAF As monoliths move to microservices, applications are developed faster than ever. Speed is necessary to stay competitive and APIs sit at the front of these rapid modernization efforts. But the popularity of APIs for application modernization has significant implications for app security. APIs are vulnerable attack targets, exposing application logic and sensitive data to other apps or third parties. As API usage grows, so does the need for API gateways.   According to F5’s 2021 State of Application Strategy Report, organizations are using various methods to modernize, and APIs top these modernization efforts: 58% are adding a layer of APIs to enable modern user interfaces 51% are adding modern application components (e.g. Kubernetes) 47% are refactoring (modifying application code itself) 40% are moving to public cloud (lift and shift) without modernizing [ more… ]

Introducing F5 NGINX for Azure – Load Balancing Available Natively as a SaaS Offering on Microsoft Azure

2022-05-24 KENNETH 0

Introducing F5 NGINX for Azure – Load Balancing Available Natively as a SaaS Offering on Microsoft Azure High-performing cloud and development teams working in Microsoft Azure have come to appreciate the benefits of putting F5 NGINX Plus to work in their cloud environment. But high performance isn’t a destination – it’s an ongoing journey. Cloud architects and DevOps teams have asked us to take the powerful combination of NGINX Plus and Azure even further. At the top of their wish lists, customers have asked for a native Azure software as a service (SaaS) experience with NGINX products and the flexibility of Bring Your Own Configuration (BYOC) on Azure. Microsoft and F5 NGINX have listened and taken those wishes to heart, joining forces for the past two years to collaborate on fulfilling them. Today, we are excited to announce that NGINX Plus is now native [ more… ]

No Image

Migrating from the Community Ingress Controller to F5 NGINX Ingress Controller

2022-05-20 KENNETH 0

Migrating from the Community Ingress Controller to F5 NGINX Ingress Controller table.nginx-blog, table.nginx-blog th, table.nginx-blog td { border: 2px solid black; border-collapse: collapse; } table.nginx-blog { width: 100%; } table.nginx-blog th { background-color: #d3d3d3; align: left; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; padding-top: 2px; line-height: 120%; } table.nginx-blog td { padding-left: 5px; padding-right: 5px; padding-bottom: 2px; padding-top: 5px; line-height: 120%; } table.nginx-blog td.center { text-align: center; padding-bottom: 2px; padding-top: 5px; line-height: 120%; } pre.table { background-color: white; padding: 0; margin: 0; } Editor – This post is an extract from our comprehensive eBook, Managing Kubernetes Traffic with F5 NGINX: A Practical Guide. Download it for free today. Many organizations setting up Kubernetes for the first time start with the NGINX Ingress controller developed and maintained by the Kubernetes community (kubernetes/ingress-nginx). As Kubernetes deployments mature, however, some organizations find they need advanced features [ more… ]