github kgateway-dev/kgateway v2.0.0-beta2

latest release: v2.0.0-main
one day ago

🎉 Welcome to the v2.0.0-beta2 release of the kgateway project!

Release Notes

The kgateway v2.0.0-beta2 release includes the following features. For more information and getting started, see the kgateway docs.

AI Gateway: AI Gateway provides a unified interface to access and consume AI service from multiple LLM providers or models.

Istio Waypoint: Initial support to use kgateway as a Waypoint for service mesh traffic when used with Istio in ambient mode.

BackendTLSPolicy: Initial support for the upstream Kubernetes Gateway API BackendTLSPolicy resource, which allows the gateway to originate a TLS connection to a specific backend service.

Standalone CRD Helm Chart: Now, you install the kgateway CRDs as a separate Helm chart from the kgateway controller Helm chart. This change follows better Helm UX standards.


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-beta2
  • cr.kgateway.dev/kgateway-dev/sds:v2.0.0-beta2
  • cr.kgateway.dev/kgateway-dev/envoy-wrapper:v2.0.0-beta2

Quickstart

Try installing this release:

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

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

Don't miss a new kgateway release

NewReleases is sending notifications on new releases.