ingress2gateway
brew install ingress2gateway
v1.1.0
Apache-2.0
Convert Kubernetes Ingress resources to Kubernetes Gateway API resources
87
30-day installs · #3681
619
90-day · #2657
1.7k
365-day · #3032
1.0k
★ GitHub stars · updated 2mo ago
Build dependencies
Links
- https://github.com/kubernetes-sigs/ingress2gateway
- GitHub: kubernetes-sigs/ingress2gateway
- Brew formula source: Formula/i/ingress2gateway.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"go"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Convert Kubernetes Ingress resources to Kubernetes Gateway API resources",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:38:51+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "ingress2gateway",
"github_default_branch": "main",
"github_last_commit_at": "2026-06-17T20:41:06Z",
"github_readme_excerpt": "# Ingress to Gateway\n\nIngress2gateway helps translate Ingress and provider-specific\nresources (CRDs) to Gateway API resources. Ingress2gateway is managed by the [Gateway\nAPI](https://gateway-api.sigs.k8s.io/) SIG-Network subproject.\n\n## Scope\n\nIngress2gateway is primarily focused on translating Ingress and provider-specific\nresources(CRDs) to Gateway API resources. Widely used provider-specific annotations\nand/or CRDs _may_ still not be supported. Please refer to\n[supported providers](#supported-providers) for the current supported\nproviders and their documentation. Contributions for provider-specific\nannotations and/or CRDs support are mostly welcomed as long as they can be\ntranslated to [Gateway API](https://gateway-api.sigs.k8s.io/) directly.\n\n\u003e **Note:** Ingress2gateway is not intended to copy annotations from Ingress to Gateway\nAPI.\n\n## Providers vs Emitters\n\nIngress2gateway has two main components: **providers** and **emitters**.\n\n- **Providers** read Ingress resources and provider-specific CRDs, then convert\n them into a generic intermediate representation (IR).\n- **Emitters** take that IR and produce the final Gateway API output. The default\n `standard` emitter outputs core Gateway API resources (like `Gateway` and\n `HTTPRoute`), while other emitters can additionally output resources tailored to\n a specific Gateway API project (e.g. `EnvoyGateway` `BackendTrafficPolicy`\n or `GKE` `HealthCheckPolicy`).\n\nFor a detailed look at the architecture, see [docs/emitters.md](docs/emitters.md).\n\n### Supported Providers\n\n* [apisix](pkg/i2gw/providers/apisix/README.md)\n* [cilium](pkg/i2gw/providers/cilium/README.md)\n* [ingress-nginx](pkg/i2gw/providers/ingressnginx/README.md)\n* [istio](pkg/i2gw/providers/istio/README.md)\n* [gce](pkg/i2gw/providers/gce/README.md)\n* [kong](pkg/i2gw/providers/kong/README.md)\n* [nginx](pkg/i2gw/providers/nginx/README.md)\n* [openapi](pkg/i2gw/providers/openapi3/README.md)\n* [traefik](pkg/i2gw/providers/traefik/README.md)\n\nIf your provide",
"github_repo": "kubernetes-sigs/ingress2gateway",
"github_stars": 1018,
"github_topics": [],
"homepage": "https://github.com/kubernetes-sigs/ingress2gateway",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 87,
"installs_365d": 1710,
"installs_90d": 619,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": null,
"llm_model": null,
"name": "ingress2gateway",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 3681,
"rank_365d": 3032,
"rank_90d": 2657,
"raw_hash": "1b33d9b6eaf367e8",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/i/ingress2gateway.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.1.0",
"versioned_formulae": [],
"why_use_this": null
}