Skip to main content
To start using the controller, you need to apply an Ingress manifest. 1. Create a YAML file to create an Ingress object:
Enter your custom values instead:
  • hello-world-ingress: Name of the Ingress object
  • nginx: Name of ingressClassResource
  • /: Default URL path
  • hello-world-svc: Name of the Service that will manage the requests
  • 80: Port of the Service that will manage the requests
2. Run the kubectl command.
You’ll get the output:
This means you’ve successfully created and applied an Ingress object for the nginx Ingress Controller.