GitHub user ericsyh added a comment to the discussion: Using Pulsar inside Istio Service Mesh?
@valkenburg-prevue-ch I think your issue is caused by the [Istio limitation](https://discuss.istio.io/t/k8s-istio-sidecar-injection-with-other-init-containers/845). Like the issue mentioned, there is no easy solution now. In our use case, we removed init containers on our [pulsar operators](https://github.com/streamnative/charts/blob/master/charts/pulsar-operator/README.md) to support Istio. Also, we did some extra integration like creating the Istio gateway & VirtualService through our operator. If you are interested to have a try, you can follow this [documentation](https://docs.streamnative.io/docs/istio) to deploy a pulsar cluster with Istio injected and use Istio gateway to expose Pulsar traffic. GitHub link: https://github.com/apache/pulsar/discussions/19703#discussioncomment-5189776 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
