Closed h-r-k-matsumoto closed 6 months ago
CiliumとIstioの共存は現在可能。
https://docs.cilium.io/en/latest/network/servicemesh/istio/
Ciliumインストール時に、下記設定を追加する事で問題なく、chapter09が動作する事は確認しました。
socketLB:
hostNamespaceOnly: true
cni:
exclusive: false
ただし、下記部分よりクラスタは現状と同じく分離しておくのがよさそうです。
参考:
Either Cilium or Istio L7 HTTP policy controls can be used, but it is not recommended to use both Cilium and Istio L7 HTTP policy controls at the same time, to avoid split-brain problems.
上記に関して、chapter06/09はそれぞれ別々に実施する想定として対応することにしました。 chapter02の後、06か09を実施する想定。
Summary
参考