Istio
Versions Supported
- 1.14.x
 - 1.6.x
 
Pack Components
The integration deploys the Istio Operator with the 'demo' profile which deploys the following components:
- Istiod
 - Istio Ingress Gateway
 - Istio Egress Gateway
 - Grafana
 - Prometheus
 - Istio Tracing
 - Kiali
 
Pack Components
The integration deploys the Istio Operator with the 'demo' profile which deploys the following components:
- Istiod
 - Istio Ingress Gateway
 - Istio Egress Gateway
 - Grafana
 - Prometheus
 - Istio Tracing
 - Kiali
 
Terraform
You can reference the Istio pack in Terraform with the following data resource.
data "spectrocloud_registry" "public_registry" {
  name = "Public Repo"
}
data "spectrocloud_pack" "istio" {
  name    = "istio"
  version = "1.20.1"
  registry_uid = data.spectrocloud_registry.public_registry.id
}