Added Istio config for multicluster connectivity
[demo.git] / vnfs / DAaaS / deploy / istio-config / kafka-config / README.md
1 # Istio virtualservice for kafka to connect to any service
2
3 The following values has to be updated depending on the Cluster's installation in values.yaml
4
5 1. allowedhosts - URI of Service consuming kafka (or Any service which consumes kafka)
6 2. gateways - Name of the Istio gateway to which this virtualservice will be connected to
7 3. destinationhost - m3coordinator service name
8 4. port - port of the m3coordinator service
9
10 # Installation
11 1. helm install kafka-istio-connectivity -n training
12
13 NOTE - The namespace (training) is used an example. This has to be changed to be namespace where kafka is deployed.