End of Sale Notice:

F5 NGINX is announcing the End of Sale (EoS) for NGINX Controller API Management Module, effective January 1, 2024.

F5 maintains generous lifecycle policies that allow customers to continue support and receive product updates. Existing NGINX Controller API- Management customers can continue to use the product past the EoS date. License renewals are not available after September 30, 2024.

See our End of Sale announcement for more details.
End of Sale Notice:

F5 NGINX is announcing the End of Sale (EoS) for NGINX Controller Application Delivery Module, effective January 1, 2024.

F5 maintains generous lifecycle policies that allow customers to continue support and receive product updates. Existing NGINX Controller Application Delivery customers can continue to use the product past the EoS date. License renewals are not available after September 30, 2024.

See our End of Sale announcement for more details.

Set Up NGINX Controller Services

Learn about the common tasks and resources that are required to deploy and manage Services using NGINX Controller.

Introduction

As noted in the NGINX Controller API Overview, NGINX Controller is organized into four top-level areas:

  • Analytics: Enables data visualization for NGINX Controller.
  • Infrastructure: Lets you manage your NGINX Plus instances and certain aspects of the host machines on which NGINX Controller and NGINX Plus instances run.
  • Platform: Lets you manage NGINX Controller options and configurations, including Users, Roles, Licenses, and Global Settings.
  • Services: Lets you manage your applications and APIs.

The diagrams below demonstrate how the different objects at the Service level relate to each other:

  1. All Service objects are part of an Environment.
  2. Gateways and Certs can be defined at the Environment level –or– at the Component Level. The diagram below shows an example of how traffic flows through a Gateway to an App.
  3. Components are child objects that represent the back-end server(s) that host your App or API.
    Note:
    A Component can represent an application or an API. The same Component cannot be used for both App Delivery and API Management.
  4. Certs can be added to a Gateway or to an individual Component.

Diagram showing the relationship of objects in an Environment within the Services area.
Example traffic flow through a gateway to app components that represent a back-end application. Certs can be configured at the gateway or at the app component level.

Common Resources

Just like in the NGINX Controller architecture, the Services section of these docs contains information you need to use NGINX Controller to deploy and manage Applications and APIs. But, before any teams can deploy an App or publish an API, an NGINX Controller Administrator needs to create the common resources that make both possible.

The following are the basic building blocks of any NGINX Controller Service:

  1. Environments logically group all other Service objects. You can use Access Management to grant Users or User Groups permission to access resources in a specific Environment.
  2. Certs can be used to secure traffic to and from APIs and Applications.
  3. Gateways define how to process incoming (ingress) and outgoing (egress) traffic.

Once these shared resources are in place, the teams in your organization can create the resources they need to manage Apps or publish APIs.

Tip:
Refer to the App Delivery section for more information about how to use each module.

Finally, to support automation efforts, all of the above and more can be done by using the NGINX Controller REST API. Refer to the API Reference guide for more information and examples.