Introducing NGINX and NGINX Plus Routers for OpenShift Container Platform 3.10 - NGINX

Original: https://www.nginx.com/blog/introducing-nginx-and-nginx-plus-routers-for-openshift/

Red Hat OpenShift is a container platform built on top of Kubernetes, the leading container orchestration and management system. OpenShift is available both as an open source project, OpenShift Origin, and a commercially supported product, OpenShift Container Platform.

With the upcoming release of OpenShift Container Platform 3.10 you will be able to utilize NGINX Plus, our software load balancer with advanced features and full commercial support, as a router to optimize traffic to your production OpenShift clusters.

OpenShift adds developer and operations‑centric tools on top of Kubernetes and extends it with security and other integrated features. One of those features, called the Router, provides edge request routing and load balancing for applications deployed on OpenShift. We are happy to confirm that NGINX and NGINX Plus now fully integrate with the OpenShift platform, and each can be used as a Router.

What Is the Router?

The Router acts as the entry point for all external requests coming to applications running on OpenShift, which makes the Router one of the most critical parts of the platform. The Router’s job is to identify the appropriate application for a particular request and then route the request to an instance of that application. Thus, the Router provides edge load balancing for applications on OpenShift.

The Router load balances HTTP and WebSocket traffic, with support for TLS termination and TLS connections between the Router and application instances. Additionally, the Router can load balance TLS connections in a pass‑through mode (without decrypting them). OpenShift includes a special resource named Route for configuring the Router.

If the Router goes down, or isn’t able to operate properly, applications become unavailable to clients. This makes it crucial that the Router be built on top of a proven and reliable technology. The Router is a pluggable part of OpenShift, meaning that OpenShift users can choose a Router implementation that satisfies their requirements and preferences.

A note about Kubernetes Ingress: The built‑in Kubernetes Ingress resource, also available in OpenShift, offers similar features for edge load balancing as the Router. Both NGINX and NGINX Plus support Ingress resources with our NGINX Ingress Controller for Kubernetes. That said, Red Hat’s current recommendation is to use their Route resource, because the Ingress resource is still a technology preview feature on OpenShift, and the standard Ingress features are limited compared to what the Route resource provides.

NGINX and NGINX Plus Routers

NGINX has a proven record of adoption on container platforms, with more than 10 million pulls from Docker Hub of its container image and more than a million pulls of the Ingress controller for Kubernetes. We are excited to extend our existing offerings to OpenShift users with Router implementations built on top of our technology.

Key features of our Router implementations include:

How to Get Started

The NGINX Router is included in OpenShift Container Platform 3.10, and is already available in the latest sources of the OpenShift Origin project. The NGINX Plus Router is hosted separately in our GitHub repo.

To get started, see installation instructions for the NGINX Router and the NGINX Plus Router.

Summary

The NGINX and NGINX Plus Routers brings reliability, performance, and needed features into a core component of the OpenShift platform – the Router.

We’d like to thank our colleagues at Red Hat who helped us create this full‑featured solution for both OpenShift Container Platform and OpenShift Origin.

Retrieved by Nick Shadrin from nginx.com website.