Mutual TLS, not just TLS.
A mesh can give you mTLS for free between every pod. mTLS
differs from regular TLS because:
A) Both sides present a certificate, so the SERVER also verifies the
CLIENT — every call is cryptographically authenticated AND
encrypted, even inside the cluster.
B) It uses a faster cipher.
C) It only encrypts metadata.
D) It's just TLS over UDP.Sign in to save your code and track progress across devices.