Ingress Generator
Generate Kubernetes Ingress YAML locally in your browser. Build rules with hosts, paths, and backend services, plus optional TLS configuration.
Open the tool
Open Ingress Generator →What it produces
- A valid Ingress manifest (apiVersion: networking.k8s.io/v1, kind: Ingress)
- Optional namespace field and ingressClassName
- Rules grouped by host with multiple paths
- TLS block with secret name and host list when enabled
Notes
Service ports can be numeric or named. Hosts are used to populate the TLS hosts list when TLS is enabled.
Privacy note: everything runs in the browser. Nothing is sent to a server.
