Kong Ingress Controller for TIBCO Flogo
An ingress controller is used to expose your application endpoints outside your Kubernetes cluster. Data Plane offers both NGNIX and KONG Ingress Controllers as a resource for TIBCO Flogo.
If you have installed Kong ingress in the Data Plane EKS cluster, you can start using the Kong ingress.
Configuring Kong Ingress Controller in your Data Plane
- Procedure
- In TIBCO Control Plane, click Data Planes from the left navigation.
- On the Data Plane card of your choice, click Go to Data Plane.
- Click Data Plane Configuration.
- Navigate to the Resources tab on the left navigation and click Add New Ingress Controller.
- Fill the form with following and configure the ingress controller.
Field Description Ingress Controller Specify type of ingress controller:
NGINX
Kong
Resource Name Name of the resource. Ingress Class Name The Ingress class name used in the Ingress specification. Example: kong FQDN Fully qualified domain name (FQDN) configured for Ingress Controller. You must use a unique FQDN and path prefix combination within a single cluster for the same ingress controller resource. - Click Add.
ResultOnce you have configured it, you can see Kong Ingress Controller listed along with NGNIX Ingress Controller.
What to do nextOnce configured, you are ready to begin app deployment. After an application has been deployed, you can make the application's endpoints public and select between Kong Ingress and NGNIX as your resource.