Ingress exposes HTTP/HTTPS routes from outside the cluster to services. The Ingress Path Rule Builder writes a networking.k8s.io/v1 Ingress with multiple path rules so you do not have to recall the schema.
You set the Ingress name, namespace, host and ingressClassName, then add paths. Each path has a path, a pathType (Prefix/Exact/ImplementationSpecific) and a service backend (name + port). The resulting YAML is valid networking.k8s.io/v1.
Names are validated as RFC 1123 labels and every path must reference a service. Problems are reported in a clear panel. Everything runs locally and nothing is uploaded.