Skip to content

Releases: jenshu/kgateway

v2.0.0-main

07 Feb 19:19
eca3b94
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 ghcr.io/jenshu/charts/kgateway.

Docker Images

The docker images are available at:

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

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.