Windows Installation

Install ingress2gateway on Windows

  1. Set your environment variables.

    VERSION=v0.3.0
    OS=Windows
    # One of arm64|x86_64|i386
    ARCH=arm64

    Refer to the releases page for a list of published ingress2gateway versions.

  2. Download the release:

    curl -LO "https://github.com/kgateway-dev/ingress2gateway/releases/download/${VERSION}/ingress2gateway_${OS}_${ARCH}.zip"
  3. Validate the release tarball (optional)

    Download the ingress2gateway checksum file:

    curl -LO https://github.com/kgateway-dev/ingress2gateway/releases/download/${VERSION}/checksums.txt

    Validate the binary against the checksum file:

    Using Command Prompt to manually compare CertUtil’s output to the checksum file downloaded:

    CertUtil -hashfile ingress2gateway_${OS}_${ARCH}.zip SHA256

    If valid, the output is:

    ingress2gateway_$OS_$ARCH.zip: OK
  4. Extract the tarball:

    tar -xvf ingress2gateway_${OS}_${ARCH}.zip
  5. Append or prepend the binary to your PATH environment variable.

  6. Test the installation by checking the version of the binary:

    ingress2gateway version