From f477975d3a8bf7e4e924c449889abeee232c578e Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 13:17:13 +0000 Subject: [PATCH] Update 'docs/services/docker/traefik.md' --- docs/services/docker/traefik.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/services/docker/traefik.md b/docs/services/docker/traefik.md index 1b97cf5..08a8f3b 100644 --- a/docs/services/docker/traefik.md +++ b/docs/services/docker/traefik.md @@ -1,4 +1,7 @@ # Traefik -Traefik is a tool that helps websites and applications work better. It acts as a middleman between your device and the servers that host the websites or apps. It makes sure the requests from your device are sent to the right server and evenly distributed among multiple servers. This helps the websites and apps run faster and stay reliable, even when lots of people are using them. Think of it like a traffic controller that keeps everything running smoothly on the internet. +Traefik is a smart tool that helps make sure your apps work well. It sits between your devices and the servers hosting your apps, like a traffic controller. It takes the requests from your devices and sends them to the right server, making sure everything runs smoothly. +Traefik also balances the work across many servers, so not one server gets too busy. This helps your apps run faster and stay reliable, even when lots of people are using them. -It is configured with cloudfare to request a less encrypt wildcard certificate [*.office.kh3group.com](*.office.kh3group.com) used by most of the locally hosted services In KH3’s IT infrastructure. Furthermore it is set up automatically to renew the wildcard certificate on 3-month schedule, this ensures it is always up to date. Also it acts as a reverse proxy, working with pinhole that acts as a local DNS to ensure that locally hosted services are reachable by their host name e.g: you can access KH3’s IT documentation on any device on the KH3 local network by visiting [docs.office.kh3group.com](docs.office.kh3group.com) + + +It is configured with cloudfare to request and let's you encrypt wildcard certificate [*.office.kh3group.com](*.office.kh3group.com) used by most of the locally hosted services In KH3’s IT infrastructure. Furthermore it is set up automatically to renew the wildcard certificate on 3-month schedule, this ensures it is always up to date. Also it acts as a reverse proxy, working with pinhole that acts as a local DNS to ensure that locally hosted services are reachable by their host name e.g: you can access KH3’s IT documentation on any device on the KH3 local network by visiting [docs.office.kh3group.com](docs.office.kh3group.com)