Accelerating Your Digital Transformation Journey with NGINX Controller

2018-06-27 KENNETH 0

Accelerating Your Digital Transformation Journey with NGINX Controller Many enterprises are embarking on a digital transformation journey. According to a survey conducted by Gartner in late 2016, 42% of CEOs had started digital transformation initiatives, 56% said that digital improvements were enhancing profitability, and 20% were taking a ‘digital–first’ approach to business change. Rapidly developing and deploying new applications and capabilities enables organizations to reap the benefits of their digital transformation efforts. These efforts help enterprises increase revenue through digital channels, gain a competitive edge, and achieve scale, ensuring that they deliver the best possible experience to their customers at all times. Transforming applications from a monolith to a microservices–based approach requires modernizing underlying IT infrastructure to enable agility and scale. There are a wide range of tools available to help accomplish this transformation, with more emerging all the time. [ more… ]

No Image

Keeping NGINX Focused on Technology, Culture, and Customers

2018-06-20 KENNETH 0

Keeping NGINX Focused on Technology, Culture, and Customers Today we announced that NGINX has raised $43M in Series C funding. The round was led by Goldman Sachs, with contribution from our long-time investor, NEA. Total funding for NGINX is now $103M. With this round we also welcome David Campbell, Managing Director of Goldman Sachs’ Merchant Banking Division, to our board. I couldn’t be more excited to have David lend his guidance and perspective. But don’t take my word for it! Watch this short video to hear David explain his background as an IT leader and why he believes in the NGINX opportunity. Listening to David got me thinking, and reflecting on my five and a half year journey at NGINX. We have the largest VC in Silicon Valley and the most prominent investment bank on Wall Street as our anchor [ more… ]

No Image

NGINX Unit 1.2 Available Now

2018-06-09 KENNETH 0

NGINX Unit 1.2 Available Now On June 7 we released NGINX Unit 1.2, the latest version of our dynamic multilingual application and web server, with support for many exciting features that enable its use in more sophisticated environments. This follows the general availability (GA) release of version 1.0 on April 12 and the release of version 1.1, with bug fixes and minor updates, just a couple weeks later. NGINX Unit 1.2 includes these new features: All types of applications can now be dynamically configured with their own environment variables. Configuration options for PHP applications can be defined in the php.ini file or directly with the NGINX Unit API. Go executables can now be configured with command‑line arguments. These new features make your applications even more configurable. All parameters can be defined dynamically, without any disruption to running services or loss of connectivity. Let’s review [ more… ]

Three Ways NGINX Scales Applications Running in Docker Containers

2018-06-08 KENNETH 0

Three Ways NGINX Scales Applications Running in Docker Containers Today, enterprises are modernizing their applications to support ever-growing digital business requirements. Containers are a key component of that transformation, and Docker is core to the container revolution. Containers are the foundation for bringing portability to legacy applications, as well as a lightweight package for modern, microservices-based apps. And usage of NGINX and of Docker have grown hand in hand; the official NGINX image is one of the top downloads on Docker Hub. Ask anyone who has deployed hundreds or even thousands of Docker containers — especially in production — and you’ll quickly find that native load balancers, API gateways, and Ingress controllers are needed to stitch together a containerized app. That’s where NGINX comes in. NGINX Helps Bring Containerized Apps to Life NGINX provides a single Application Platform for running [ more… ]

No Image

Deploying NGINX Plus as an API Gateway, Part 2: Protecting Backend Services

2018-06-08 KENNETH 0

Deploying NGINX Plus as an API Gateway, Part 2: Protecting Backend Services This is the second blog post in our series on deploying NGINX Plus as an API gateway. Part 1 provides detailed configuration instructions for several use cases. This blog post extends those use cases and looks at a range of safeguards that can be applied to protect and secure backend API services in production. Rate Limiting Unlike browser-based clients, individual API clients are able to place huge loads on your APIs, even to the extent of consuming so much of the system resources that other API clients are effectively locked out. Not only malicious clients pose this threat: a misbehaving or buggy API client might enter a loop that overwhelms the backend. To protect against this, we apply a rate limit to ensure fair use by each client and to [ more… ]