Extending AI gateways with Rust: Custom transformations in kgateway
… To use a real LLM: Get an API key from OpenAI, Anthropic, or Gemini Create a Kubernetes secret with your key Update the AgentgatewayBackend to use the real host and authentication yaml apiVersion: gateway.kgateway.dev/v1alpha1 kind: Backend metadata: name: openai namespace: kgateway-system spec: ty… …