From 1e3bc5b6259782839ba3bdec393d9f9798441d96 Mon Sep 17 00:00:00 2001 From: Tiago Miguel Reichert Date: Mon, 4 Sep 2023 22:33:14 -0300 Subject: [PATCH] docs: Added additional info to README.md of Istio example (#1745) --- examples/istio/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/istio/README.md b/examples/istio/README.md index 09c7b4dd12..f82b8227b5 100644 --- a/examples/istio/README.md +++ b/examples/istio/README.md @@ -5,7 +5,8 @@ This example shows how to provision an EKS cluster with Istio. * Deploy EKS Cluster with one managed node group in an VPC * Add node_security_group rules for port access required for Istio communication * Install Istio using Helm resources in Terraform -* Install Istio Ingress Gateway using Helm resources in Terraform +* Install Istio Ingress Gateway using Helm resources in Terraform + * This step deploys a Service of type `LoadBalancer` that creates an AWS Network Load Balancer. * Deploy/Validate Istio communication using sample application Refer to the [documentation](https://istio.io/latest/docs/concepts/) on Istio @@ -18,6 +19,7 @@ Ensure that you have the following tools installed locally: 1. [aws cli](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html) 2. [kubectl](https://Kubernetes.io/docs/tasks/tools/) 3. [terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli) +4. [helm](https://helm.sh/docs/intro/install/) ## Deploy