|
|
|
|
|
by ongy
586 days ago
|
|
I suspect this is partially from google's internal 0 trust cluster networking. I.e. even if the communication is entirely between components inside a k8s (or borg) cluster, it should be authenticated and encrypted. In this model, there may be a reverse proxy at the edge of the cluster, but the communication between this service and the internal services wouls still be https.
With systems like cert-manager it's also incredibly easy to supply every in-cluster process with a certificate form the cluster-internal CA. -- Googler, not related to this project |
|
That's when I remember seeing a broader shift towards app-terminated TLS.