No Image

NGINX Plus vs. Citrix NetScaler: A Price‑Performance Comparison

2016-08-05 KENNETH 0

NGINX Plus vs. Citrix NetScaler: A Price‑Performance Comparison table, th, td { border: 1px solid black; } th { background-color: #d3d3d3; align: left; padding-left: 5px; padding-bottom: 2px; padding-top: 2px; line-height: 120%; } td { padding-left: 5px; padding-bottom: 5px; padding-top: 5px; line-height: 120%; } A few months ago we published a blog comparing the price and performance of NGINX Plus vs. F5 BIG‑IP hardware application delivery controllers (ADCs). In researching and publishing that blog, we learned that by moving from F5 BIG‑IP to NGINX Plus you can drastically reduce costs while maintaining the same feature set and level of performance. In this blog we’re again comparing NGINX Plus price and performance, this time with Citrix NetScaler ADCs, and the results are just as strong as with F5 BIG‑IP ADCs. You can replace Citrix NetScaler ADCs with NGINX Plus and save up to 89% without any sacrifice in performance or critical features. [ more… ]

DevOps and Immutable Delivery

2016-08-05 KENNETH 0

DevOps and Immutable Delivery This blog post is adapted from a presentation given by John Willis at nginx.conf in San Francisco in September 2015. You can watch the video of the presentation on YouTube. Table of Contents  00:10 Introduction  2:37 Immutable  3:50 Immutable Infrastructure Myth  4:25 Order Matters  5:33 Management Methods  8:40 Why (When) Does Order Matter? 13:40 Package Example 15:15 More Nightmares 18:00 Immutable Infrastructure Model 19:00 How to Do Immutable 21:45 The Immutable Trombone 29:27 Case Studies References and Recommended Reading 0:10 Introduction Hi. I’m John Willis, Director of Ecosystem Development at Docker. You could say that I’m an IT operations junkie. Other than my wife and my kids, that’s really all I think about. Well, maybe sports on Saturdays. I have 35 years of IT operations experience. I’ve worked at Exxon and Canonical. I had an amazing experience at Chef. [ more… ]

No Image

Move Your Enterprise Applications to the Cloud with this Free O’Reilly Ebook

2016-08-04 KENNETH 0

Move Your Enterprise Applications to the Cloud with this Free O’Reilly Ebook More and more enterprises are migrating their applications to the cloud, doubtless having noticed the phenomenal success of innovative startups like Airbnb, Netflix, and Uber. Those companies have fully exploited the cloud to catapult themselves from small challengers to category leaders in a few short years. Taking advantage of the flexibility and efficiency of the cloud to speed up their development processes, they’ve built amazing products and quickly captured tens of millions of users, an achievement that just a decade ago we would have expected only from large, established corporations with huge budgets. Unfortunately, however, successfully migrating enterprise applications to the cloud is not easy. This process requires rearchitecting applications that have been built in a certain way for years, if not decades. To achieve business goals and [ more… ]

Installing NGINX and NGINX Plus with Puppet

2016-08-03 KENNETH 0

Installing NGINX and NGINX Plus with Puppet In previous blog posts we have shown how to use Ansible and Chef to install the open source NGINX software and NGINX Plus. In this post we’ll cover how to use Puppet. Puppet maintains an extensive collection of modules, both community-contributed and in-house, that make it easy to get started. The default NGINX module, written by James Fryman, is very powerful and has built‑in support for generating NGINX configuration files from simple Puppet manifest files. In this post we show how to use that module to install the open source NGINX software, as well as how to make the necessary modifications for installing and configuring NGINX Plus. This post assumes that you have a basic understanding of Puppet and its configuration files. If you need to review, please check out the tutorials and documentation at the Puppet [ more… ]

No Image

Securing URLs with the Secure Link Module in NGINX and NGINX Plus

2016-07-30 KENNETH 0

Securing URLs with the Secure Link Module in NGINX and NGINX Plus Both the open source NGINX software and NGINX Plus are very secure and reliable as web servers, reverse proxies, and caches for your content. For additional protection against access by unauthorized clients, you can use directives from the Secure Link module to require that clients include a specific hashed string in the URL of the asset they are requesting. In this blog post, we will discuss how to configure the two methods implemented in the Secure Link module. The sample configuration snippets protect HTML and media playlist files, but can be applied to any type of HTTP URL. The methods apply to both NGINX and NGINX Plus, but for the sake of brevity we’ll refer only to NGINX Plus for the rest of the blog. An Overview of the Methods in the Secure Link [ more… ]