github kgateway-dev/kgateway v0.0.0-main

pre-release17 hours ago

🚀 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/kgateway-dev/charts/kgateway.

Docker Images

The docker images are available at:

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

Don't miss a new kgateway release

NewReleases is sending notifications on new releases.