diff --git a/content/posts/traefik-basics/index.md b/content/posts/traefik-basics/index.md index 31d4179..bca8397 100644 --- a/content/posts/traefik-basics/index.md +++ b/content/posts/traefik-basics/index.md @@ -2,7 +2,7 @@ title: Traefik Basics date: 2020-05-01 image: https://docs.traefik.io/assets/img/traefik-architecture.png -tags: [self-hosting, containers] +tags: [self-hosting, containers, traefik] --- [Traefik](https://docs.traefik.io/) is a cloud native reverse proxy, which is basically a fancy way of saying it's a reverse proxy with some fancy features. Specifically it has fancy features around auto-discovery, and deep integration with technologies like Docker and Kubernetes. diff --git a/content/posts/traefik-influx-metrics/index.md b/content/posts/traefik-influx-metrics/index.md index cc82661..d09724b 100644 --- a/content/posts/traefik-influx-metrics/index.md +++ b/content/posts/traefik-influx-metrics/index.md @@ -2,7 +2,7 @@ title: Observing Traefik with InfluxDB date: 2020-09-10 image: resource:website-stats.png -tags: [containers, self-hosting] +tags: [containers, self-hosting, traefik] --- Traefik's dashboard is a great tool to diagnose routing issues, and check services are being detected correctly, but it can't do much more than that. It doesn't show any metrics. Instead, it relies (arguably correctly) on external monitoring tools for metrics. diff --git a/content/tags/traefik/_index.md b/content/tags/traefik/_index.md new file mode 100644 index 0000000..1913de9 --- /dev/null +++ b/content/tags/traefik/_index.md @@ -0,0 +1,4 @@ +--- +title: Traefik +image: https://docs.traefik.io/assets/img/traefik-architecture.png +---