Skip to content

Commit ff29c86

Browse files
committed
Changed Get started and Github to Quickstart Guide and Explore Github. Addtionally, added context about why Envoy Proxy and what is Envoy Proxy in Quickstart
Signed-off-by: EkLine <[email protected]>
1 parent 650fd83 commit ff29c86

File tree

3 files changed

+28
-5
lines changed

3 files changed

+28
-5
lines changed

site/content/en/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ no_list: true
1616
</p>
1717
<div class="mt-5">
1818
<a class="btn btn-lg btn-glass me-3" href="/docs/tasks/quickstart/">
19-
<i class="fas fa-rocket me-2"></i>Get Started
19+
<i class="fas fa-rocket me-2"></i>Quickstart Guide
2020
</a>
2121
<a class="btn btn-lg btn-glass" href="https://github.com/envoyproxy/gateway">
22-
<i class="fab fa-github me-2"></i>GitHub
22+
<i class="fab fa-github me-2"></i>Explore GitHub
2323
</a>
2424
</div>
2525
<!-- <div class="mt-4">

site/content/en/about/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Envoy Gateway democratizes the power of <a href="https://www.envoyproxy.io/">Env
1010
</p>
1111
<div class="mt-5">
1212
<a class="btn btn-lg btn-glass me-3" href="/docs/tasks/quickstart/">
13-
<i class="fas fa-rocket me-2"></i>Get Started
13+
<i class="fas fa-rocket me-2"></i>Quickstart Guide
1414
</a>
1515
<a class="btn btn-lg btn-glass" href="https://github.com/envoyproxy/gateway">
16-
<i class="fab fa-github me-2"></i>GitHub
16+
<i class="fab fa-github me-2"></i>Explore GitHub
1717
</a>
1818
</div>
1919
</div>

site/content/en/v1.5/tasks/quickstart.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,30 @@ weight: 1
44
description: Get started with Envoy Gateway in a few simple steps.
55
---
66

7-
This "quick start" will help you get started with Envoy Gateway in a few simple steps.
7+
# Quickstart
8+
9+
Welcome! This guide will help you get Envoy Gateway up and running in a few minutes.
10+
11+
If you’re new to Envoy Gateway, take a moment to understand why it exists and what it is.
12+
13+
14+
## Why Envoy Gateway?
15+
16+
Modern teams need a simpler way to manage how traffic flows into their applications without sacrificing security, reliability, or visibility. That’s why **Envoy Gateway** exists: to make powerful gateway capabilities accessible to both developers and platform engineers.
17+
18+
It achieves this by building on the proven foundation of [Envoy Proxy](https://www.envoyproxy.io/) and packaging it into a **Kubernetes-native API gateway** experience. Envoy Gateway integrates cleanly with Kubernetes through standard resources like `Gateway`, `HTTPRoute`, and `GatewayClass`, so teams can configure traffic and security policies declaratively—no complex Envoy configuration required.
19+
20+
## What Is Envoy Gateway?
21+
22+
At its core, Envoy Gateway is an open-source project that uses Envoy Proxy to implement the Kubernetes Gateway API. It acts as a full-featured, Kubernetes-native API gateway, providing out-of-the-box support for essential functions such as:
23+
24+
- **Traffic Management**: Advanced routing, traffic splitting, and retries.
25+
- **Security**: TLS termination, authentication, and authorization policies.
26+
- **Observability**: Rich metrics, logs, and traces for monitoring traffic.
27+
- **Extensibility**: Support for custom filters to inject your own logic.
28+
29+
In short, it’s simple for developers, powerful for platform engineers, and ready for production at scale.
30+
831

932
## Prerequisites
1033

0 commit comments

Comments
 (0)