Cleanup

This workshop has been deprecated and archived. The new Amazon EKS Workshop is now available at www.eksworkshop.com.

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/intermediate/245_x-ray/daemonset.files/xray-k8s-daemonset.yaml

Delete the IAM Service Account:

eksctl delete iamserviceaccount --name xray-daemon --cluster eksworkshop-eksctl