# Install ingress2gateway with Homebrew, Nix, winget, zypper

Convert Kubernetes Ingress resources to Kubernetes Gateway API resources. Version 1.2.0 via Homebrew; verified 2026-07-07.

## Install

```sh
sudo av install brew:ingress2gateway
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install ingress2gateway
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ingress2gateway
```

  Evidence: nixpkgs package indexes: pkgs/by-name/in/ingress2gateway/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install ingress2gateway
```

  Evidence: openSUSE Tumbleweed package metadata: ingress2gateway from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

### Windows

- winget (92%):

```sh
winget install --id Kubernetes.ingress2gateway -e
```

  Evidence: Windows Package Manager source index: Kubernetes.ingress2gateway from https://cdn.winget.microsoft.com/cache/source.msix

## Package facts

- **Package key:** brew:ingress2gateway
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/ingress2gateway>
- **Version:** 1.2.0
- **Source summary:** Convert Kubernetes Ingress resources to Kubernetes Gateway API resources
- **Homepage:** <https://github.com/kubernetes-sigs/ingress2gateway>
- **Repository:** <https://github.com/kubernetes-sigs/ingress2gateway>
- **Upstream docs:** <https://github.com/kubernetes-sigs/ingress2gateway#readme>
- **License:** Apache-2.0
- **Source archive:** <https://github.com/kubernetes-sigs/ingress2gateway/archive/refs/tags/v1.2.0.tar.gz>
- **Last updated:** 2026-07-07T21:32:47Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- ingress2gateway (cli)
- ingress2gateway (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.2.0
- Package-manager updated: 2026-07-07
- Local data: ok
- Upstream repository: https://github.com/kubernetes-sigs/ingress2gateway
- Upstream latest detected: v1.2.0 (current)
## Project history and usage

ingress2gateway is a Kubernetes SIG Network tool for translating Kubernetes Ingress and provider-specific resources into Gateway API resources.

### Project history

The project sits inside kubernetes-sigs and is managed by the Gateway API SIG Network subproject. Its README defines a focused migration scope: read Ingress resources and provider-specific CRDs, convert them into an intermediate representation, and emit Gateway API resources.

The changelog records an initial release candidate followed by an official 0.1.0 release, then a steady expansion of providers and conversion behavior. Later releases added APISIX, Istio, GCE, Cilium, NGINX, Traefik, notifications, kyaml output, provider storage, and an emitter framework.

### Adoption history

ingress2gateway's adoption follows Kubernetes Gateway API adoption. Teams that accumulated Ingress resources and controller-specific annotations use it to inventory and translate routing configuration while learning which fields and annotations cannot be expressed directly.

Package-manager distribution through Homebrew, Nix, Winget, and zypper makes the tool convenient for migration workstations, platform-engineering scripts, and CI checks that inspect manifests without embedding the converter in an application.

### How it is used

The primary command reads resources from a cluster through kubeconfig or from YAML/JSON input files, then prints Gateway API YAML, JSON, or kyaml to stdout. Users choose providers such as ingress-nginx, GCE, Istio, Kong, NGINX, Traefik, APISIX, Cilium, or OpenAPI.

It does not own credentials files; Kubernetes access follows normal kubeconfig behavior. Its warnings and notifications are part of the migration workflow because unsupported annotations and lossy conversions are often the real work.

### Why package nerds care

ingress2gateway is significant as a transition package: it exists because Kubernetes networking moved from a widely deployed older API to a richer successor API, and the ecosystem needed a CLI bridge.

It also turns messy controller-specific annotation culture into explicit provider modules, making package installation a way to audit how portable an ingress estate really is.

### Timeline

- 2022: Early project discussion asked for documentation of how Ingress fields and annotations would be interpreted.
- 2023: Version 0.1.0-rc1 was tagged as the initial release candidate.
- 2024: Version 0.2.0 added providers including Istio and APISIX and moved ingress fetching into provider storage.
- 2026: Version 1.0.0 added an emitter framework, expanded ingress-nginx annotation support, and upgraded Gateway API support to v1.5.
- 2026: Version 1.1.0 added Traefik provider support and more provider-specific translations.

### Related projects

- Related projects include Kubernetes Gateway API, Kubernetes Ingress, ingress-nginx, NGINX Ingress Controller, GKE Gateway, Envoy Gateway, kgateway, agentgateway, APISIX, Cilium, Istio, Kong, and Traefik.

### Sources

- <https://gateway-api.sigs.k8s.io/>
- <https://github.com/kubernetes-sigs/ingress2gateway>
- <https://github.com/kubernetes-sigs/ingress2gateway/blob/main/CHANGELOG.md>
- <https://github.com/kubernetes-sigs/ingress2gateway/issues/4>
- <https://github.com/kubernetes-sigs/ingress2gateway/releases>


## Security Notes

infrastructure mutation or orchestration signal.

- **Geiger risk:** orange / medium
- infrastructure mutation or orchestration signal

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ingress2gateway
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Nix - ingress2gateway: normalized package name match | nixpkgs package indexes: pkgs/by-name/in/ingress2gateway/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - ingress2gateway - 1.1.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: ingress2gateway from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Convert Ingress resources to Gateway API resources | https://github.com/kubernetes-sigs/ingress2gateway
- zypper - ingress2gateway-bash-completion - 1.1.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: ingress2gateway-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Bash Completion for ingress2gateway | https://github.com/kubernetes-sigs/ingress2gateway
- zypper - ingress2gateway-fish-completion - 1.1.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: ingress2gateway-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Fish Completion for ingress2gateway | https://github.com/kubernetes-sigs/ingress2gateway
- zypper - ingress2gateway-zsh-completion - 1.1.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: ingress2gateway-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Zsh Completion for ingress2gateway | https://github.com/kubernetes-sigs/ingress2gateway
- winget - Kubernetes.ingress2gateway: normalized package name match | Windows Package Manager source index: Kubernetes.ingress2gateway from https://cdn.winget.microsoft.com/cache/source.msix


## Related links

- [Cloud CLI packages](https://www.automicvault.com/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [cloud-provider-kind](https://www.automicvault.com/pkg/brew/cloud-provider-kind/) - Shares av.db curated category or tags: cli, cloud-infrastructure, gateway-api, kubernetes.
- [gwctl](https://www.automicvault.com/pkg/brew/gwctl/) - Shares av.db curated category or tags: cli, cloud-infrastructure, gateway-api, kubernetes.
- [velero](https://www.automicvault.com/pkg/brew/velero/) - Shares av.db curated category or tags: cli, cloud-infrastructure, kubernetes, migration.
- [cdk8s](https://www.automicvault.com/pkg/brew/cdk8s/) - Shares av.db curated category or tags: cli, cloud-infrastructure, kubernetes.
- [chaoskube](https://www.automicvault.com/pkg/brew/chaoskube/) - Shares av.db curated category or tags: cli, cloud-infrastructure, kubernetes.
- [click](https://www.automicvault.com/pkg/brew/click/) - Shares av.db curated category or tags: cli, cloud-infrastructure, kubernetes.
- [clusterawsadm](https://www.automicvault.com/pkg/brew/clusterawsadm/) - Shares av.db curated category or tags: cli, cloud-infrastructure, kubernetes.
- [clusterctl](https://www.automicvault.com/pkg/brew/clusterctl/) - Shares av.db curated category or tags: cli, cloud-infrastructure, kubernetes.
- [kn](https://www.automicvault.com/pkg/brew/kn/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, infrastructure, kubernetes.
- [kor](https://www.automicvault.com/pkg/brew/kor/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, infrastructure, kubernetes.

## Combined YAML source

View the package source record on GitHub. [combined/ingress2gateway.yml](https://github.com/automic-vault/db/blob/main/combined/ingress2gateway.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
