No Image

Announcing NGINX Plus R14

2017-12-12 KENNETH 0

Announcing NGINX Plus R14 We’re pleased to announce that NGINX Plus R14 is now available to our NGINX Plus subscribers. NGINX Plus is the only all-in-one load balancer, content cache, and web server. NGINX Plus R14 is based on the open source NGINX software and previous NGINX Plus releases. The new release also includes authentication and clustering enhancements, additional features, bug fixes, and our award-winning 24-hour support. With NGINX Plus R14, you can enforce access controls using JSON web tokens (JWT). With new support for nested JWT claims, NGINX Plus can allow or grant access based on group membership information nested inside a JWT. Native JWT authentication support, first introduced in NGINX Plus R10, enables NGINX Plus to be used as an authentication gateway for your APIs and applications. Additional NGINX Plus R14 features include: Extended clustering support (technology preview) – [ more… ]

7 Key Takeaways from AWS re:Invent 2017

2017-12-09 KENNETH 0

7 Key Takeaways from AWS re:Invent 2017 NGINX has a long history with AWS. NGINX is used in more than half of the web apps built in AWS (download PDF here), including many of the biggest. This, by itself, is a huge vote of confidence in NGINX. So the NGINX booth at AWS re:Invent 2017 last week was a fun place to be. As we announced from the show, NGINX achieved AWS Networking Competency status, and was recognized as an Advanced Partner in the AWS Partner Network (APN). AWS requires considerable integration work, and a strong track record, so it’s a great honor to be on the list. This endorsement of NGINX, one of only two load balancing vendors to make the list, is testament to the traction we’ve achieved in helping customers modernize apps and migrate to the cloud. [ more… ]

nginMesh: NGINX as a Proxy in an Istio Service Mesh

2017-12-08 KENNETH 0

nginMesh: NGINX as a Proxy in an Istio Service Mesh td { padding-right: 10px; } This post is adapted from a presentation at nginx.conf 2017 by A.J. Hunyady, Senior Director of Product Management at NGINX, Inc. You can view the complete presentation, Deploying NGINX Proxy in an Istio Service Mesh, on YouTube. Also see the press release announcing nginMesh and Ed Robinson’s conference talk on NGINX open source projects. td { padding-right: 10px; } Table of Contents 0:54 Agenda 1:32 Modern Apps 4:29 Cloud-Native Apps 7:52 The Services Mesh 9:37 What is Istio? 12:20 Istio with NGINX 14:25 Demo of Istio and NGINX in action 31:48 nginMesh Roadmap 34:00 Q&A Good afternoon, everyone. My name is A.J. Hunyady. I’m going to give a talk on NGINX proxy used within Istio service mesh. I’m the product owner and I’ll be joined [ more… ]

Troubleshooting Application Performance and Slow TCP Connections with NGINX Amplify

2017-12-07 KENNETH 0

Troubleshooting Application Performance and Slow TCP Connections with NGINX Amplify I’m going to share an example of using NGINX Amplify as a visualization and reporting tool for benchmarking application performance. The primary focus is going to be measuring the performance of a keepalive connection technique. As you’ll see at the conclusion, we found that we can double performance in a realistic testing scenario by using TCP keepalive. Using the NGINX upstream keepalive mechanism reduces connection overhead, by reducing the number of TCP/IP packet round trips, and also gives more consistent response time. Using NGINX Amplify, we’re able to easily visualize the interaction, identify bottlenecks, and troubleshoot excessive TCP connect time, improving application performance. Introduction Keepalive connections can significantly boost performance, but only if they’re reused extensively, sharply reducing the need to create new connections, which are computationally expensive to set [ more… ]

No Image

Local and Global Server Load Balancing with NGINX Plus and Cedexis

2017-11-29 KENNETH 0

Local and Global Server Load Balancing with NGINX Plus and Cedexis {$inline_image} Today’s web applications run at a scale and speed that was hard to imagine just a few years ago. To support them, organizations host digital assets in many environments: regions in a single public cloud, multiple public and private clouds, content distribution networks (CDNs), company‑owned and leased data centers, and others. They move digital assets between hosts to meet business needs relating to delivery speed, reliability, and cost. NGINX works on these problems from the bottom up. From individual web servers to load balancers to clusters, NGINX users create aggregations of servers to deliver services in specific regions and around the world. Cedexis works on the same problems from the top down. Cedexis helps customers manage their online assets to support service delivery on a global scale. NGINX [ more… ]