The Gateway API addresses the limitations of the Kubernetes Ingress API by offering role-based object types, support for multiple protocols, expressive traffic management features, and a formal method for extension. This tutorial demonstrates how to configure ingress traffic to an example application in a local Kubernetes cluster using the Gateway API and the Envoy Gateway. It covers the deployment of both the application and the Envoy Gateway, as well as defining a Gateway and HTTPRoute to manage traffic routing to the application.

12m read timeFrom semaphoreci.com
Post cover image
Table of contents
PrerequisitesDeploy an ApplicationDeploy a Gateway ControllerConfigure a GatewayDefine RoutesConclusion

Sort: