Question
How does Traefik handle SSL termination in this architecture?
Asked by: USER5846
61 Viewed
61 Answers
Responsive Ad After Question
Answer (61)
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.