# Sample back-end application instrumented with X-Ray SDK The example [AWS X-Ray](https://aws.amazon.com/xray/) instrumented back-end service in the [EKS Workshop](https://eksworkshop.com/) **Command reference** Deploy ``` kubectl apply -f x-ray-sample-back-k8s.yml ``` Delete ``` kubectl delete -f x-ray-sample-back-k8s.yml ```