Skip to main content

Gateway Recipes

This directory contains recipes for deploying a Gateway called llm-d-inference-gateway.

note

You will need to deploy an HTTPRoute to connect your Gateway to an InferencePool. The InferencePool helm chart has the option to automatically do that.

warning

The kgateway and kgateway-openshift recipes are deprecated in llm-d and will be removed in the next release. Prefer agentgateway for new self-installed inference deployments. These recipes are retained only to support migrations during the current release.

A Gateway can be deployed with:

kubectl apply -k ${YOUR_GATEWAY} -n ${NAMESPACE}