C Installing NGINX Ingress Controllers
The instructions in this section are for installing an ingress controller outside the recommended architectures in Supported Architectures.
OAA, OARM, and OUA installation also supports installing and using Ingress in the following ways:
-
Installing Ingress Controller during OAA, OARM, and OUA Installation
If you install an ingress controller as part of the installation, the controller is installed on one of the nodes of the cluster and listens on a random port. For example,
https://worker1.example.com:30505.
The certificates generated are self signed example certificates.
For details, see Installing Ingress Controller During OAA Installation
-
Installing your own Ingress Controller to use HTTPS
If you need to use install an Ingress controller on HTTPS and use your own certificates.
If after installing Ingress you want to front end the Ingress with another gateway, see Appendix A: Other Considerations.