Add Traefik tag
This commit is contained in:
parent
ccbf904010
commit
4262826a5f
3 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
4
content/tags/traefik/_index.md
Normal file
4
content/tags/traefik/_index.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Traefik
|
||||
image: https://docs.traefik.io/assets/img/traefik-architecture.png
|
||||
---
|
Loading…
Reference in a new issue