CLI & Dashboard

In addition to the automated Helm-based converter, KubeLB provides two interactive interfaces for Ingress-to-Gateway API migration:

  • CLI (kubelb ingress) – a command-line workflow for listing, previewing, and converting Ingresses. Ideal for scripting and CI/CD pipelines.
  • Dashboard (kubelb serve) – a local web UI with the same capabilities, adding visual status overview, side-by-side YAML comparison, and point-and-click batch operations.

Both tools use the same conversion engine, share the same configuration options, and produce identical results.

Full documentation, including prerequisites, usage guides, configuration reference, and demo sections, is available in the CLI section:

Ingress to Gateway API – CLI & Dashboard Guide