From a582a21cf00c88446a7feda4effd853b108c5c9c Mon Sep 17 00:00:00 2001 From: Chris Short Date: Tue, 12 Apr 2022 18:42:46 -0400 Subject: [PATCH] Mention Detector for Docker Socket in dockershim removal FAQ (#32685) * Update 2022-02-17-updated-dockershim-faq.md Adding the new Detector for Docker Socket plugin to the FAQ. The tool will help folks find Dockershim usage in files on disk as well as running clusters. * Apply suggestions from code review Co-authored-by: Nate W. <4453979+nate-double-u@users.noreply.github.com> * Update 2022-02-17-updated-dockershim-faq.md Adding period * Update content/en/blog/_posts/2022-02-17-updated-dockershim-faq.md Co-authored-by: Rey Lejano * Update content/en/blog/_posts/2022-02-17-updated-dockershim-faq.md Co-authored-by: Tim Bannister Co-authored-by: Nate W. <4453979+nate-double-u@users.noreply.github.com> Co-authored-by: Rey Lejano Co-authored-by: Tim Bannister --- .../en/blog/_posts/2022-02-17-updated-dockershim-faq.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/en/blog/_posts/2022-02-17-updated-dockershim-faq.md b/content/en/blog/_posts/2022-02-17-updated-dockershim-faq.md index 390f786b67..6091090567 100644 --- a/content/en/blog/_posts/2022-02-17-updated-dockershim-faq.md +++ b/content/en/blog/_posts/2022-02-17-updated-dockershim-faq.md @@ -204,6 +204,15 @@ discussion of the changes. [dep]: https://dev.to/inductor/wait-docker-is-deprecated-in-kubernetes-now-what-do-i-do-e4m +### Is there any tooling that can help me find dockershim in use + +Yes! The [Detector for Docker Socket (DDS)][dds] is a kubectl plugin that you can +install and then use to check your cluster. DDS can detect if active Kubernetes workloads +are mounting the Docker Engine socket (`docker.sock`) as a volume. +Find more details and usage patterns in the DDS project's [README][dds]. + +[dds]: https://github.com/aws-containers/kubectl-detector-for-docker-socket + ### Can I have a hug? Yes, we're still giving hugs as requested. 🤗🤗🤗