
How to enable Traefik DOT termination in kubernetes
Traefik store certificates in acme.json file unlike Caddy for instance that stores certificates that could be directly imported into Adguard. By default - Traefik won’t terminate DOT TLS traffic, so it could only forward it to another host. Here we will have to customize Traefik in order to make the TLS termination work. So, let’s assume You have already running Adguardhome in Your kubernetes cluster and Traefik itself is functioning fine: ...