cloudnativedaysjp / cnd-handson

『一日で学ぶクラウドネイティブ技術実践ハンズオン』by CloudNative Days 実行委員会
https://event.cloudnativedays.jp
Apache License 2.0
218 stars 126 forks source link

Chapter istio-ambientmesh: 5/19リハーサルでの指摘部分の対応 (Ciliumインストール状態) #286

Closed h-r-k-matsumoto closed 3 months ago

h-r-k-matsumoto commented 3 months ago

Summary

Cilium+Istio Ambient ModeでHTTPレベル(L7)のmetricsが収集されない問題

https://docs.cilium.io/en/latest/network/servicemesh/istio/#istio-configuration

If using Istio mTLS in ambient mode with Istio L7 HTTP policy controls, traffic between ambient workloads will be encrypted and tunneled in and out of the pods by Istio over port 15008. In this scenario, Cilium NetworkPolicy will still apply to the encrypted and tunneled L4 traffic entering and leaving the Istio-managed pods, but Cilium will have no visibility into the actual source and destination of that tunneled and encrypted L4 traffic, or any L7 information.

結局 Ciliumと同居するとL7レベルのトラフィックを可視化できなさそうです。