Skip to content

Commit

Permalink
Updates business callout in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatokoolaid committed Sep 13, 2023
1 parent fc7f732 commit dbc679d
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,4 +317,4 @@ curl -v http://localhost/
- Use [IngressRoute CRD](../providers/kubernetes-crd.md)
- Protect [ingresses with TLS](../routing/providers/kubernetes-ingress.md#enabling-tls-via-annotations)

{!traefik-api-management-kubernetes.md!}
{!traefik-for-business-applications.md!}
11 changes: 0 additions & 11 deletions docs/content/includes/traefik-api-management-kubernetes.md

This file was deleted.

13 changes: 8 additions & 5 deletions docs/content/includes/traefik-for-business-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

!!! question "Using Traefik for Business Applications?"

If you are using Traefik in your organization, consider [Traefik Enterprise](https://traefik.io/traefik-enterprise/). You can use it as your:
If you are using Traefik in your organization, consider our enterprise-grade solutions:

- [API Gateway](https://traefik.io/solutions/api-gateway/)
- [Kubernetes Ingress Controller](https://traefik.io/solutions/kubernetes-ingress/)
- [Docker Swarm Ingress Controller](https://traefik.io/solutions/docker-swarm-ingress/)
- API Management
[Explore](https://traefik.io/solutions/api-management/) // [Watch Demo Video](https://info.traefik.io/watch-traefik-hub-demo)
- API Gateway
[Explore](https://traefik.io/solutions/api-gateway/) // [Watch Demo Video](https://info.traefik.io/watch-traefikee-demo)
- Ingress Controller
[Kubernetes](https://traefik.io/solutions/kubernetes-ingress/) // [Docker Swarm](https://traefik.io/solutions/docker-swarm-ingress/)

Traefik Enterprise simplifies the discovery, security, and deployment of APIs and microservices across any environment. See it in action in [this short video walkthrough](https://info.traefik.io/watch-traefikee-demo).
These tools help businesses discover, deploy, secure, and manage microservices and APIs easily, at scale, across any environment.
2 changes: 1 addition & 1 deletion docs/content/providers/kubernetes-crd.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,4 @@ providers:

For additional information, refer to the [full example](../user-guides/crd-acme/index.md) with Let's Encrypt.

{!traefik-api-management-kubernetes.md!}
{!traefik-for-business-applications.md!}
2 changes: 1 addition & 1 deletion docs/content/providers/kubernetes-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ providers:
--providers.kubernetesgateway.throttleDuration=10s
```

{!traefik-api-management-kubernetes.md!}
{!traefik-for-business-applications.md!}
2 changes: 1 addition & 1 deletion docs/content/providers/kubernetes-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,4 +504,4 @@ 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.10/pkg/provider/kubernetes/ingress/fixtures) of the Traefik repository.

{!traefik-api-management-kubernetes.md!}
{!traefik-for-business-applications.md!}
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Dynamic configuration with Kubernetes Custom Resource
--8<-- "content/reference/dynamic-configuration/kubernetes-crd-rbac.yml"
```

{!traefik-api-management-kubernetes.md!}
{!traefik-for-business-applications.md!}
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Dynamic configuration with Kubernetes Gateway provider.
--8<-- "content/reference/dynamic-configuration/kubernetes-gateway-rbac.yml"
```

{!traefik-api-management-kubernetes.md!}
{!traefik-for-business-applications.md!}
2 changes: 1 addition & 1 deletion docs/content/routing/providers/kubernetes-crd.md
Original file line number Diff line number Diff line change
Expand Up @@ -1904,4 +1904,4 @@ If the ServersTransport CRD is defined in another provider the cross-provider fo

Also see the [full example](../../user-guides/crd-acme/index.md) with Let's Encrypt.

{!traefik-api-management-kubernetes.md!}
{!traefik-for-business-applications.md!}
2 changes: 1 addition & 1 deletion docs/content/routing/providers/kubernetes-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,4 @@ Kubernetes cluster before creating `TLSRoute` objects.
| [11] | `group` | Group is the group of the referent. Only `traefik.io`, `traefik.containo.us` and `gateway.networking.k8s.io` values are supported. |
| [12] | `kind` | Kind is kind of the referent. Only `TraefikService` and `Service` values are supported. |

{!traefik-api-management-kubernetes.md!}
{!traefik-for-business-applications.md!}
2 changes: 1 addition & 1 deletion docs/content/routing/providers/kubernetes-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -969,4 +969,4 @@ This will allow users to create a "default router" that will match all unmatched

To do this, use the `traefik.ingress.kubernetes.io/router.priority` annotation (as seen in [Annotations on Ingress](#on-ingress)) on your ingresses accordingly.

{!traefik-api-management-kubernetes.md!}
{!traefik-for-business-applications.md!}

0 comments on commit dbc679d

Please sign in to comment.