Skip to content

Commit a7e2881

Browse files
authored
Merge pull request #108142 from TimShererWithAquent/us1679050g
Change SSL to TLS per 1679050
2 parents d1d6b15 + a22082b commit a7e2881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ kubectl label namespace <my-app-namespace> istio-injection=enabled
5555
```
5656

5757
> [!NOTE]
58-
> Since service mesh lifts data off the wire, we cannot intercept the encrypted traffic. For traffic that doesn't leave the cluster, use an unencrypted protocol (for example, HTTP). For external traffic that must be encrypted, consider [setting up SSL termination](https://kubernetes.io/docs/concepts/services-networking/ingress/#tls) at the ingress controller.
58+
> Since service mesh lifts data off the wire, we cannot intercept the encrypted traffic. For traffic that doesn't leave the cluster, use an unencrypted protocol (for example, HTTP). For external traffic that must be encrypted, consider [setting up TLS termination](https://kubernetes.io/docs/concepts/services-networking/ingress/#tls) at the ingress controller.
5959
6060
Applications running outside of the service mesh are not affected.
6161

0 commit comments

Comments
 (0)