How does Traefik handle SSL termination in this architecture?

Responsive Ad Header

Question

Grade: Education Subject: Support
How does Traefik handle SSL termination in this architecture?
Asked by:
61 Viewed 61 Answers
Responsive Ad After Question

Answer (61)

Best Answer
(290)
Traefik handles SSL termination. Cloudflare Tunnel provides the encrypted connection, and Traefik decrypts the traffic, applies any necessary SSL policies, and then re-encrypts the traffic before sending it to the Kubernetes services. This offloads SSL processing from the Kubernetes nodes.