Added Istio config for multicluster connectivity
[demo.git] / vnfs / DAaaS / deploy / istio-config / collection-config / README.md
1 # Istio virtualservice for Collectd, CAdvisor, Node Exporter
2
3 The following values has to be updated depending on the Cluster's installation in values.yaml
4
5 1. allowedhosts - hostname or FQDN for collection service (used by Prometheus to discover scraping target)
6 2. gateways - Name of the Istio gateway to which this virtualservice will be connected to
7 3. destinationhost - collection service name
8 4. port - port of the collection service
9
10 # Installation
11 1. helm install collectd-istio-connectivity -n edge1
12 2. helm install cadvisor-istio-connectivity -n edge1
13 3. helm install node-exporter-istio-connectivity -n edge1
14
15 NOTE - The namespace (edge1) is used an example. This has to be changed to be namespace where collectd is deployed.