Skip to content

Releases: jenshu/kgateway

v2.0.0-main

21 Mar 03:48
8d03402
Compare
Choose a tag to compare
v2.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 cr.kgateway.dev/kgateway-dev/charts/kgateway.

Docker Images

The docker images are available at:

  • cr.kgateway.dev/kgateway-dev/kgateway:v2.0.0-main
  • cr.kgateway.dev/kgateway-dev/sds:v2.0.0-main
  • cr.kgateway.dev/kgateway-dev/envoy-wrapper:v2.0.0-main

Quickstart

Try installing this release:

helm install kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds --version v2.0.0-main --namespace kgateway-system --create-namespace
helm install kgateway oci://cr.kgateway.dev/kgateway-dev/charts/kgateway --version v2.0.0-main --namespace kgateway-system --create-namespace

For detailed installation instructions and next steps, please visit our quickstart guide.

v0.0.0-manual-disk

07 Mar 15:27
1cf50fd
Compare
Choose a tag to compare
v0.0.0-manual-disk Pre-release
Pre-release

🎉 Welcome to the v0.0.0-manual-disk 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/jenshu/charts/kgateway.

Docker Images

The docker images are available at:

  • cr.kgateway.dev/kgateway-dev/kgateway:v0.0.0-manual-disk
  • cr.kgateway.dev/kgateway-dev/sds:v0.0.0-manual-disk
  • cr.kgateway.dev/kgateway-dev/envoy-wrapper:v0.0.0-manual-disk

Quickstart

For detailed installation instructions and next steps, please visit our quickstart guide.

v0.0.0-manual-2

06 Mar 16:27
eb5a959
Compare
Choose a tag to compare
v0.0.0-manual-2 Pre-release
Pre-release

🎉 Welcome to the v0.0.0-manual-2 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/jenshu/charts/kgateway.

Docker Images

The docker images are available at:

  • cr.kgateway.dev/kgateway-dev/kgateway:v0.0.0-manual-2
  • cr.kgateway.dev/kgateway-dev/sds:v0.0.0-manual-2
  • cr.kgateway.dev/kgateway-dev/envoy-wrapper:v0.0.0-manual-2

Quickstart

For detailed installation instructions and next steps, please visit our quickstart guide.

v0.0.0-manual-1

06 Mar 16:19
eb5a959
Compare
Choose a tag to compare
v0.0.0-manual-1 Pre-release
Pre-release

🎉 Welcome to the v0.0.0-manual-1 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/jenshu/charts/kgateway.

Docker Images

The docker images are available at:

  • cr.kgateway.dev/kgateway-dev/kgateway:v0.0.0-manual-1
  • cr.kgateway.dev/kgateway-dev/sds:v0.0.0-manual-1
  • cr.kgateway.dev/kgateway-dev/envoy-wrapper:v0.0.0-manual-1

Quickstart

For detailed installation instructions and next steps, please visit our quickstart guide.

v0.0.0-main

30 Jan 18:02
10baa94
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/jenshu/charts/kgateway.

Docker Images

The docker images are available at:

  • ghcr.io/jenshu:kgateway:v0.0.0-main
  • ghcr.io/jenshu:sds:v0.0.0-main
  • ghcr.io/jenshu: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/jenshu/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.