Docs Standalone Kubernetes Blog Enterprise Community Get Started GitHub

macOS Installation

Install ingress2gateway on macOS

  1. Set the environment variables.

    VERSION=v0.4.0
    OS=Darwin
    # One of arm64|x86_64
    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}.tar.gz"
  3. Optional: Validate the release tarball.

    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.

    grep -F "  ingress2gateway_${OS}_${ARCH}.tar.gz" checksums.txt | shasum -a 256 --check

    If valid, the output is:

    ingress2gateway_$OS_$ARCH.tar.gz: OK
  4. Extract the tarball.

    tar -xvf ingress2gateway_${OS}_${ARCH}.tar.gz
  5. Move the binary to a file location on your system PATH.

    sudo mv ./ingress2gateway /usr/local/bin/ingress2gateway
    sudo chown root: /usr/local/bin/ingress2gateway

    Note: Make sure /usr/local/bin is in your PATH environment variable.

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

    ingress2gateway version
Agentgateway assistant

Ask me anything about agentgateway configuration, features, or usage.

Note: AI-generated content might contain errors; please verify and test all returned information.

↑↓ navigate select esc dismiss