Technical requirements
The technical requirements in this chapter are similar to Chapter 4. We will be using AWS EKS to deploy a website for an online boutique store, which is an open source application available under Apache License 2.0 at https://github.com/GoogleCloudPlatform/microservices-demo.
Please check Chapter 4’s Technical requirements section to set up the infrastructure in AWS using Terraform, set up kubectl, and install Istio including observability add-ons. To deploy the Online Boutique store application, please use the deployment artifacts in the Chapter12/online-boutique-orig
file on GitHub.
You can deploy the Online Boutique store application using the following commands:
$ kubectl apply -f Chapter12/online-boutique-orig/00-online-boutique-shop-ns.yaml namespace/online-boutique created $ kubectl apply -f Chapter12/online-boutique-orig
The last command should deploy the Online Boutique application. After some time, you should be able to see all the...