Skip to content

Commit

Permalink
zh-translation:Update content/en/about/faq/security/verify-mtls-encry…
Browse files Browse the repository at this point in the history
…ption.md (#11248)
  • Loading branch information
kinzhi authored May 2, 2022
1 parent 458fee6 commit 2ec1a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/about/faq/security/verify-mtls-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ title: How can I verify that traffic is using mutual TLS encryption?
weight: 25
---

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.
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 comments on commit 2ec1a66

Please sign in to comment.