1
Fork 0

Add Traefik tag

This commit is contained in:
Jake Howard 2020-09-10 09:24:50 +01:00
parent ccbf904010
commit 4262826a5f
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 6 additions and 2 deletions

View file

@ -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.

View file

@ -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.

View file

@ -0,0 +1,4 @@
---
title: Traefik
image: https://docs.traefik.io/assets/img/traefik-architecture.png
---