Create the Meshed Application
This workshop has been deprecated and archived. The new Amazon EKS Workshop is now available at www.eksworkshop.com.
Create Mesh Object
Configure namespace with App Mesh Labels and deploy Mesh Object
kubectl apply -f deployment/mesh.yaml
Confirm the Mesh object and Namespace are created
kubectl describe namespace prodcatalog-ns
kubectl describe mesh prodcatalog-mesh
Create App Mesh Resources for the services
kubectl apply -f deployment/meshed_app.yaml
Get all the Meshed resources for your application services, you should see below response.
kubectl get virtualnode,virtualservice,virtualrouter -n prodcatalog-ns
