Skip to content

Commit

Permalink
docs: Added additional info to README.md of Istio example (#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoReichert authored Sep 5, 2023
1 parent 720f72e commit 1e3bc5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/istio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 1e3bc5b

Please sign in to comment.