Skip to content

Instantly share code, notes, and snippets.

@flrichar
Last active November 21, 2025 14:10
Show Gist options
  • Select an option

  • Save flrichar/24fa99110347875bea4a50d7c814b84b to your computer and use it in GitHub Desktop.

Select an option

Save flrichar/24fa99110347875bea4a50d7c814b84b to your computer and use it in GitHub Desktop.
Mini GwAPI Istio

Mini GwAPI

Control-plane only Istio for gateway api, installing latest 1.3.0 CRDs. Simple adjustments for newer api versions and istio releases.

kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v1.3.0" | kubectl apply -f -;

helm install -n istio-system upstream-istio istio/istiod --set gateway.enabled=true --set istiod.profile=minimal --version 1.27.0 --create-namespace


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment