Skip to main content
After installing the nginx Ingress Controller, create an Ingress object that defines how incoming requests are routed to a Service. 1. Create a file named ingress.yaml with the following content:
The manifest defines a single routing rule for one Service. Replace the example values with values for the target service: 2. Apply the manifest:
Expected output:
The Ingress object is now active and the nginx Ingress Controller begins routing requests according to the configured rules.