From 0f7af2b4e724dc323d8818c6b7d1d2dbda789a1a Mon Sep 17 00:00:00 2001 From: Dylan Rodgers <94392934+tomatokoolaid@users.noreply.github.com> Date: Wed, 31 Jul 2024 02:00:05 -0600 Subject: [PATCH] Updated index.md to include video --- docs/content/index.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/content/index.md b/docs/content/index.md index a79085f55..93de73f9b 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -7,16 +7,22 @@ description: "Traefik Proxy, an open source Edge Router, auto-discovers configur ![Architecture](assets/img/traefik-architecture.png) -Traefik is an [open-source](https://github.com/traefik/traefik) *Edge Router* that makes publishing your services a fun and easy experience. -It receives requests on behalf of your system and finds out which components are responsible for handling them. +Traefik is an [open-source](https://github.com/traefik/traefik) *Application Proxy* that makes publishing your services a fun and easy experience. +It receives requests on behalf of your system and identifies which components are responsible for handling them, and routes them securely. What sets Traefik apart, besides its many features, is that it automatically discovers the right configuration for your services. The magic happens when Traefik inspects your infrastructure, where it finds relevant information and discovers which service serves which request. -Traefik is natively compliant with every major cluster technology, such as Kubernetes, Docker, Docker Swarm, AWS, Mesos, Marathon, and [the list goes on](providers/overview.md); and can handle many at the same time. (It even works for legacy software running on bare metal.) +Traefik is natively compliant with every major cluster technology, such as Kubernetes, Docker Swarm, AWS, Mesos, Marathon, and [the list goes on](providers/overview.md); and can handle many at the same time. (It even works for legacy software running on bare metal.) With Traefik, there is no need to maintain and synchronize a separate configuration file: everything happens automatically, in real time (no restarts, no connection interruptions). -With Traefik, you spend time developing and deploying new features to your system, not on configuring and maintaining its working state. +With Traefik, you spend time developing and deploying new features to your system, not on configuring and maintaining its working state. + +And if your needs change, you can add API gateway and API management capabilities seamlessly to your existing Traefik deployments. It takes less than a minute, there’s no rip-and-replace, and all your configurations are preserved. See how it works in this video: + +