Skip to content

Commit 56f1437

Browse files
kinzhidhawton
authored andcommitted
zh-translation:Update content/en/about/faq/security/verify-mtls-encryption.md (istio#11248)
1 parent 63cd3d6 commit 56f1437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/about/faq/security/verify-mtls-encryption.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ title: How can I verify that traffic is using mutual TLS encryption?
33
weight: 25
44
---
55

6-
If you installed Istio with `values.global.proxy.privileged=true`, you can use `tcpdump` to determine encryption status. Also in Kubernetes 1.23 and later, as an alternative to installing Istio as privileged, you can use `kubectl debug` to run `tcpdump` in an [ephemeral container](https://kubernetes.io/docs/tasks/debug-application-cluster/debug-running-pod/#ephemeral-container). See [Istio mutual TLS migration](/docs/tasks/security/authentication/mtls-migration) for instructions.
6+
If you installed Istio with `values.global.proxy.privileged=true`, you can use `tcpdump` to determine encryption status. Also in Kubernetes 1.23 and later, as an alternative to installing Istio as privileged, you can use `kubectl debug` to run `tcpdump` in an [ephemeral container](https://kubernetes.io/docs/tasks/debug/debug-application/debug-running-pod/#ephemeral-container). See [Istio mutual TLS migration](/docs/tasks/security/authentication/mtls-migration) for instructions.

0 commit comments

Comments
 (0)