|
|
|
|
|
by cyberpunk
585 days ago
|
|
I still think it’s far less than managing tls per service. Every component needs a different tls configuration, vs one time installing istio. Raw TCP is supported by istio even with mtls, you just have to match in your VirtualServices on SNI instead of Host header. We routinely mix tcp and http services on the same external
ports, with mtls for both. UDP I don’t really see how is relevant to a conversation on tls |
|
And never update it afterwards?
> UDP I don’t really see how is relevant to a conversation on tls
You might have UDP services alongside your TCP/HTTP behind TLS.