We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f10200 commit 8fa80aaCopy full SHA for 8fa80aa
13-Microservices-Distributed-Tracing-using-AWS-XRay-on-EKS/README.md
@@ -170,6 +170,13 @@ https://services.kubeoncloud.com/usermgmt/notification-xray
170
https://<Replace-your-domain-name>/usermgmt/notification-xray
171
```
172
173
+## Step-09: Clean-Up
174
+- We are going to delete applications created as part of this section
175
+- We are going to leave the xray daemon set running which we will leverage in our next section canary deployments in Kubernetes on EKS.
176
+```
177
+# Delete Apps
178
+kubectl delete -f kube-manifests/02-Applications
179
180
181
## References
182
- https://github.com/aws-samples/aws-xray-kubernetes/
0 commit comments