<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Introduction on Envoy Gateway</title><link>/v1.3/concepts/introduction/</link><description>Recent content in Introduction on Envoy Gateway</description><generator>Hugo</generator><language>en</language><atom:link href="/v1.3/concepts/introduction/index.xml" rel="self" type="application/rss+xml"/><item><title>The Gateway API</title><link>/v1.3/concepts/introduction/gateway-api/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/v1.3/concepts/introduction/gateway-api/</guid><description>&lt;h2 id="before-you-begin"&gt;Before You Begin&lt;a class="td-heading-self-link" href="#before-you-begin" aria-label="Heading self-link"&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;You may want to be familiar with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gateway-api.sigs.k8s.io/"&gt;Kubernetes Gateway API&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://kubernetes.io/docs/concepts/services-networking/ingress/"&gt;Kubernetes Ingress&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;



&lt;h2 id="overview"&gt;Overview&lt;a class="td-heading-self-link" href="#overview" aria-label="Heading self-link"&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;The Gateway API is a Kubernetes API designed to provide a consistent, expressive, and extensible method for managing network traffic into and within a Kubernetes cluster, compared to the legacy Ingress API. It introduces core resources such as &lt;code&gt;GatewayClass&lt;/code&gt; and &lt;code&gt;Gateway&lt;/code&gt; and various route types like &lt;code&gt;HTTPRoute&lt;/code&gt; and &lt;code&gt;TLSRoute&lt;/code&gt;, which allow you to define how traffic is routed, secured, and exposed.&lt;/p&gt;</description></item><item><title>API Gateways</title><link>/v1.3/concepts/introduction/api-gateways/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/v1.3/concepts/introduction/api-gateways/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;a class="td-heading-self-link" href="#overview" aria-label="Heading self-link"&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;An API gateway is a centralized entry point for managing, securing, and routing requests to backend services. It handles cross-cutting concerns, like authentication, rate limiting, and protocol translation, so individual services don’t have to. Decoupling clients from internal systems simplifies scaling, enforces consistency, and reduces redundancy.&lt;/p&gt;



&lt;h2 id="use-cases"&gt;Use Cases&lt;a class="td-heading-self-link" href="#use-cases" aria-label="Heading self-link"&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Use an API Gateway to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Avoid duplicating logic across microservices.&lt;/li&gt;
&lt;li&gt;Create a central point of control for access, monitoring, and traffic rules.&lt;/li&gt;
&lt;li&gt;Expose internal services to the public internet.&lt;/li&gt;
&lt;li&gt;Provide protocol support for HTTP, gRPC, or TLS.&lt;/li&gt;
&lt;li&gt;Enforce policies and see traffic metrics at the edge.&lt;/li&gt;
&lt;/ul&gt;



&lt;h2 id="api-gateways-in-relation-to-envoy-gateway"&gt;API Gateways in relation to Envoy Gateway&lt;a class="td-heading-self-link" href="#api-gateways-in-relation-to-envoy-gateway" aria-label="Heading self-link"&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Under the hood, Envoy Proxy is a powerful, production-grade proxy that supports many of the capabilities you&amp;rsquo;d expect from an API Gateway, like traffic routing, retries, TLS termination, observability, and more. However, configuring Envoy directly can be complex and verbose.&lt;/p&gt;</description></item><item><title>Proxy</title><link>/v1.3/concepts/introduction/proxy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/v1.3/concepts/introduction/proxy/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;a class="td-heading-self-link" href="#overview" aria-label="Heading self-link"&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;A proxy server is an intermediary between a client (like a web browser) and another server (like an API server).&lt;/strong&gt; When the client makes a request, the proxy forwards it to the destination server, receives the response, and then sends it back to the client.&lt;/p&gt;
&lt;p&gt;Proxies are used to enhance security, manage traffic, anonymize user activity, or optimize performance through caching and load balancing features. In cloud environments, they often handle critical tasks such as request routing, TLS termination, authentication, and traffic shaping.&lt;/p&gt;</description></item></channel></rss>