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.

Deploy a Simple Application

Overview of the steps required to deploy a simple App.

Overview

This topic provides an overview of the steps required to create a simple application by using NGINX Controller’s user interface. Use the links provided to learn more about each step.

Create an Environment

First, you’ll need to create an Environment.

Create a Certificate

If you want to secure your application traffic, you’ll need to add Certificates.

If you just want to deploy a simple HTTP application, skip ahead to Gateways.

Tip:
Make sure that you add the new Cert to the Environment that you created in the previous step.

Create a Gateway

Next, you’ll need to create a Gateway. Be sure to add the Gateway to your Environment.

Create an Identity Provider

If you require authentication for any Component, you need to define an Identity Provider. The provider should be in the same environment as your component. to be in the same environment as your components.

Create an App

Create an App. The App needs to be in your Environment and needs to connect to your Gateway. If you created a Cert by following the instructions above and added the Cert to the Gateway, the App will access the Cert via the Gateway. If you didn’t add the Cert to the Gateway, you can reference the Cert in the App’s definition by choosing the Cert from the Certs list.

Create Components for your App

Finally, create Components for your App. Components let you partition an App into smaller, self-contained pieces that are each responsible for a particular function of the overall application. For example, a Component could correspond to a microservice that, together with several other microservices, comprises a complete application.