Skip to content

Releases: timflannagan/kgateway

v2.0.0-main

05 Feb 19:24
002fc87
Compare
Choose a tag to compare
v2.0.0-main Pre-release
Pre-release

🎉 Welcome to the v2.0.0-main 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.0.0-main
  • ghcr.io/timflannagan:sds:v2.0.0-main
  • ghcr.io/timflannagan:envoy-wrapper:v2.0.0-main

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.0.0-main 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.

v2.3.5

30 Jan 18:38
f7e199f
Compare
Choose a tag to compare

🎉 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.

v2.3.4

30 Jan 18:10
f7e199f
Compare
Choose a tag to compare

🎉 Welcome to the v2.3.4 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.4
  • ghcr.io/timflannagan:sds:v2.3.4
  • ghcr.io/timflannagan:envoy-wrapper:v2.3.4

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.4 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.

v0.0.0-manual-4df6d049c

30 Jan 17:56
f7e199f
Compare
Choose a tag to compare
Pre-release

🎉 Welcome to the v0.0.0-manual-4df6d049c 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:v0.0.0-manual-4df6d049c
  • ghcr.io/timflannagan:sds:v0.0.0-manual-4df6d049c
  • ghcr.io/timflannagan:envoy-wrapper:v0.0.0-manual-4df6d049c

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 v0.0.0-manual-4df6d049c 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.

v0.0.0-main

29 Jan 18:51
9bbe7b0
Compare
Choose a tag to compare
v0.0.0-main Pre-release
Pre-release

🚀 Nightly build of kgateway!

It includes the latest changes but may be unstable. Use it for testing and providing feedback.

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:v0.0.0-main
  • ghcr.io/timflannagan:sds:v0.0.0-main
  • ghcr.io/timflannagan:envoy-wrapper:v0.0.0-main

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 v0.0.0-main 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.