Skip to content

Commit

Permalink
ADD: Description on the need for KubernetesCRD
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Klingenberg <fredrkl@gmail.com>
  • Loading branch information
fredrkl committed Sep 8, 2022
1 parent fcdba1a commit afccace
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Traefik v2 on AKS sample
# Traefik v2.8.4 on Kubernetes (K8s) sample

Demo on setting up Traefik in K8s. This demo also spins up a new AKS cluster.
Demo on setting up Traefik in K8s. This demo also spins up a new MS AKS cluster.

## Setup

Expand All @@ -11,6 +11,10 @@ Demo on setting up Traefik in K8s. This demo also spins up a new AKS cluster.

![Traefik](/images/traefik-logo.png)

## Tips

- If you want to use [middlewares](https://doc.traefik.io/traefik/middlewares/overview/) in K8s, you need to enable the KubernetesCRD provider regardless, even if you use the KubernetesIngress provider for Traefik configuration, e.g,. <https://github.com/fredrkl/traefik-k8s-setup/commit/fcdba1a878c815249e07ba711a0e9429572882ff>

## Workflows

[![Create Traefik demo AKS cluster](https://github.com/fredrkl/traefik-k8s-setup/actions/workflows/createaks.yml/badge.svg)](https://github.com/fredrkl/traefik-k8s-setup/actions/workflows/createaks.yml)
Expand Down

0 comments on commit afccace

Please sign in to comment.