diff --git a/docs/content/getting-started/configuration-overview.md b/docs/content/getting-started/configuration-overview.md index 8e06c02d3..af8ecc0c2 100644 --- a/docs/content/getting-started/configuration-overview.md +++ b/docs/content/getting-started/configuration-overview.md @@ -93,3 +93,18 @@ All available environment variables can be found [here](../reference/static-conf All the configuration options are documented in their related section. You can browse the available features in the menu, the [providers](../providers/overview.md), or the [routing section](../routing/overview.md) to see them in action. + +!!! question "Using Traefik for Business Applications?" + + If you are using Traefik for commercial applications, + consider the [Enterprise Edition](https://traefik.io/traefik-enterprise/). + You can use it as your: + + - [Kubernetes Ingress Controller](https://traefik.io/solutions/kubernetes-ingress/) + - [Load Balancer](https://traefik.io/solutions/docker-swarm-ingress/) + - [API Gateway](https://traefik.io/solutions/api-gateway/) + + Traefik Enterprise enables centralized access management, + distributed Let's Encrypt, + and other advanced capabilities. + Learn more in [this 15-minute technical walkthrough](https://info.traefik.io/watch-traefikee-demo). diff --git a/docs/content/getting-started/install-traefik.md b/docs/content/getting-started/install-traefik.md index 199c40380..caedc2475 100644 --- a/docs/content/getting-started/install-traefik.md +++ b/docs/content/getting-started/install-traefik.md @@ -179,10 +179,17 @@ And run it: All the details are available in the [Contributing Guide](../contributing/building-testing.md) -!!! question "Using Traefik for Business?" +!!! question "Using Traefik for Business Applications?" - If you're using Traefik for commercial applications, - consider the [Enterprise Edition](https://traefik.io/traefik-enterprise/) of Traefik as your [Kubernetes Ingress](https://traefik.io/solutions/kubernetes-ingress/), - your [Docker Swarm Load Balancer](https://traefik.io/solutions/docker-swarm-ingress/), - or your [API gateway](https://traefik.io/solutions/api-gateway/). + If you are using Traefik for commercial applications, + consider the [Enterprise Edition](https://traefik.io/traefik-enterprise/). + You can use it as your: + + - [Kubernetes Ingress Controller](https://traefik.io/solutions/kubernetes-ingress/) + - [Load Balancer](https://traefik.io/solutions/docker-swarm-ingress/) + - [API Gateway](https://traefik.io/solutions/api-gateway/) + + Traefik Enterprise enables centralized access management, + distributed Let's Encrypt, + and other advanced capabilities. Learn more in [this 15-minute technical walkthrough](https://info.traefik.io/watch-traefikee-demo). diff --git a/docs/content/getting-started/quick-start.md b/docs/content/getting-started/quick-start.md index 2d9e40229..bed7b1ef2 100644 --- a/docs/content/getting-started/quick-start.md +++ b/docs/content/getting-started/quick-start.md @@ -113,4 +113,20 @@ IP: 172.27.0.4 ``` !!! question "Where to Go Next?" + Now that you have a basic understanding of how Traefik can automatically create the routes to your services and load balance them, it is time to dive into [the documentation](/) and let Traefik work for you! + +!!! question "Using Traefik for Business Applications?" + + If you are using Traefik for commercial applications, + consider the [Enterprise Edition](https://traefik.io/traefik-enterprise/). + You can use it as your: + + - [Kubernetes Ingress Controller](https://traefik.io/solutions/kubernetes-ingress/) + - [Load Balancer](https://traefik.io/solutions/docker-swarm-ingress/) + - [API Gateway](https://traefik.io/solutions/api-gateway/) + + Traefik Enterprise enables centralized access management, + distributed Let's Encrypt, + and other advanced capabilities. + Learn more in [this 15-minute technical walkthrough](https://info.traefik.io/watch-traefikee-demo). diff --git a/docs/content/https/acme.md b/docs/content/https/acme.md index f41f29b0e..4574010e5 100644 --- a/docs/content/https/acme.md +++ b/docs/content/https/acme.md @@ -666,3 +666,18 @@ If Let's Encrypt is not reachable, the following certificates will apply: !!! important For new (sub)domains which need Let's Encrypt authentication, the default Traefik certificate will be used until Traefik is restarted. + +!!! question "Using Traefik for Business Applications?" + + If you are using Traefik for commercial applications, + consider the [Enterprise Edition](https://traefik.io/traefik-enterprise/). + You can use it as your: + + - [Kubernetes Ingress Controller](https://traefik.io/solutions/kubernetes-ingress/) + - [Load Balancer](https://traefik.io/solutions/docker-swarm-ingress/) + - [API Gateway](https://traefik.io/solutions/api-gateway/) + + Traefik Enterprise enables centralized access management, + distributed Let's Encrypt, + and other advanced capabilities. + Learn more in [this 15-minute technical walkthrough](https://info.traefik.io/watch-traefikee-demo). diff --git a/docs/content/providers/docker.md b/docs/content/providers/docker.md index 2369b8845..89e5b3d38 100644 --- a/docs/content/providers/docker.md +++ b/docs/content/providers/docker.md @@ -714,3 +714,18 @@ providers: ```bash tab="CLI" --providers.docker.tls.insecureSkipVerify=true ``` + +!!! question "Using Traefik for Business Applications?" + + If you are using Traefik for commercial applications, + consider the [Enterprise Edition](https://traefik.io/traefik-enterprise/). + You can use it as your: + + - [Kubernetes Ingress Controller](https://traefik.io/solutions/kubernetes-ingress/) + - [Load Balancer](https://traefik.io/solutions/docker-swarm-ingress/) + - [API Gateway](https://traefik.io/solutions/api-gateway/) + + Traefik Enterprise enables centralized access management, + distributed Let's Encrypt, + and other advanced capabilities. + Learn more in [this 15-minute technical walkthrough](https://info.traefik.io/watch-traefikee-demo). diff --git a/docs/content/providers/kubernetes-ingress.md b/docs/content/providers/kubernetes-ingress.md index badb47da4..955003517 100644 --- a/docs/content/providers/kubernetes-ingress.md +++ b/docs/content/providers/kubernetes-ingress.md @@ -501,3 +501,18 @@ providers: To learn more about the various aspects of the Ingress specification that Traefik supports, many examples of Ingresses definitions are located in the test [examples](https://github.com/traefik/traefik/tree/v2.8/pkg/provider/kubernetes/ingress/fixtures) of the Traefik repository. + +!!! question "Using Traefik for Business Applications?" + + If you are using Traefik for commercial applications, + consider the [Enterprise Edition](https://traefik.io/traefik-enterprise/). + You can use it as your: + + - [Kubernetes Ingress Controller](https://traefik.io/solutions/kubernetes-ingress/) + - [Load Balancer](https://traefik.io/solutions/docker-swarm-ingress/) + - [API Gateway](https://traefik.io/solutions/api-gateway/) + + Traefik Enterprise enables centralized access management, + distributed Let's Encrypt, + and other advanced capabilities. + Learn more in [this 15-minute technical walkthrough](https://info.traefik.io/watch-traefikee-demo). diff --git a/docs/content/routing/entrypoints.md b/docs/content/routing/entrypoints.md index 91509d3f1..31f22f24b 100644 --- a/docs/content/routing/entrypoints.md +++ b/docs/content/routing/entrypoints.md @@ -967,3 +967,18 @@ entryPoints: entrypoints.foo.address=:8000/udp entrypoints.foo.udp.timeout=10s ``` + +!!! question "Using Traefik for Business Applications?" + + If you are using Traefik for commercial applications, + consider the [Enterprise Edition](https://traefik.io/traefik-enterprise/). + You can use it as your: + + - [Kubernetes Ingress Controller](https://traefik.io/solutions/kubernetes-ingress/) + - [Load Balancer](https://traefik.io/solutions/docker-swarm-ingress/) + - [API Gateway](https://traefik.io/solutions/api-gateway/) + + Traefik Enterprise enables centralized access management, + distributed Let's Encrypt, + and other advanced capabilities. + Learn more in [this 15-minute technical walkthrough](https://info.traefik.io/watch-traefikee-demo). diff --git a/docs/content/routing/routers/index.md b/docs/content/routing/routers/index.md index fe123bd37..e3198e46e 100644 --- a/docs/content/routing/routers/index.md +++ b/docs/content/routing/routers/index.md @@ -1321,3 +1321,18 @@ There must be one (and only one) UDP [service](../services/index.md) referenced Services are the target for the router. !!! important "UDP routers can only target UDP services (and not HTTP or TCP services)." + +!!! question "Using Traefik for Business Applications?" + + If you are using Traefik for commercial applications, + consider the [Enterprise Edition](https://traefik.io/traefik-enterprise/). + You can use it as your: + + - [Kubernetes Ingress Controller](https://traefik.io/solutions/kubernetes-ingress/) + - [Load Balancer](https://traefik.io/solutions/docker-swarm-ingress/) + - [API Gateway](https://traefik.io/solutions/api-gateway/) + + Traefik Enterprise enables centralized access management, + distributed Let's Encrypt, + and other advanced capabilities. + Learn more in [this 15-minute technical walkthrough](https://info.traefik.io/watch-traefikee-demo). diff --git a/docs/content/routing/services/index.md b/docs/content/routing/services/index.md index 98758ad6d..ca86b048c 100644 --- a/docs/content/routing/services/index.md +++ b/docs/content/routing/services/index.md @@ -1645,3 +1645,18 @@ udp: [[udp.services.appv2.loadBalancer.servers]] address = "private-ip-server-2:8080/" ``` + +!!! question "Using Traefik for Business Applications?" + + If you are using Traefik for commercial applications, + consider the [Enterprise Edition](https://traefik.io/traefik-enterprise/). + You can use it as your: + + - [Kubernetes Ingress Controller](https://traefik.io/solutions/kubernetes-ingress/) + - [Load Balancer](https://traefik.io/solutions/docker-swarm-ingress/) + - [API Gateway](https://traefik.io/solutions/api-gateway/) + + Traefik Enterprise enables centralized access management, + distributed Let's Encrypt, + and other advanced capabilities. + Learn more in [this 15-minute technical walkthrough](https://info.traefik.io/watch-traefikee-demo).