Skip to content

v2.3.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 18:38
· 16 commits to main since this release
f7e199f

🎉 Welcome to the v2.3.5 release of the kgateway project!

Installation

The kgateway project is available as a Helm chart and docker images.

Helm Charts

The Helm chart is available at ghcr.io/timflannagan/charts/kgateway.

Docker Images

The docker images are available at:

  • ghcr.io/timflannagan:kgateway:v2.3.5
  • ghcr.io/timflannagan:sds:v2.3.5
  • ghcr.io/timflannagan:envoy-wrapper:v2.3.5

Quickstart

First, create a kind cluster.

kind create cluster

Then, deploy the Kubernetes Gateway API CRDs.

kubectl apply --kustomize "https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v1.2.1"

Install the kgateway controller.

helm install --create-namespace --namespace kgateway-system --version v2.3.5 kgateway oci://ghcr.io/timflannagan/charts/kgateway

Verify the release was successful.

kubectl get pods -n kgateway-system

If the release was successful, you should see a kgateway pod running.