Cleanup

Congratulations on completing the Tracing with X-Ray module.

The content for this module was based on the Application Tracing on Kubernetes with AWS X-Ray blog post.

This module is not used in subsequent steps, so you can remove the resources now or at the end of the workshop.

Delete the Kubernetes example microservices deployed:

kubectl delete deployments x-ray-sample-front-k8s x-ray-sample-back-k8s

kubectl delete services x-ray-sample-front-k8s x-ray-sample-back-k8s

Delete the X-Ray DaemonSet:

kubectl delete -f https://eksworkshop.com/x-ray/daemonset.files/xray-k8s-daemonset.yaml