Simple ingress
Use Gloo Gateway as an ingress gateway for your Kubernetes services.
The following image shows a Gloo Gateway proxy that serves as a single ingress API gateway to the workloads in a Kubernetes cluster. The gateway is centrally managed by the Gloo Gateway control plane and configured to match and forward traffic based on the traffic management, resiliency, and security rules that you define.
This setup is a great way to get started with Gloo Gateway, and is suitable for smaller environments where all workloads run in a single cluster and traffic is balanced between services. However, in larger environments or environments where you have both high traffic and low traffic services, consider adding multiple gateway proxies to distribute traffic load more evenly.
To learn more about how to set up Gloo Gateway as an ingress gateway, follow the Get started tutorial.