Clean/Purge images/containers related to Kubernetes

I followed some tutorials to learn Kubernetes using Docker Desktop for Windows. It worked fine, but after a while, I see a lot similar images but with different versions. Also, I see images
hubproxy.docker.internal:5000/docker…
and others that start with
k8s.gcr.io/kube-proxy
which seems are the same thing (proxy)

Here are 2 snapshots, can I delete the images that are not in use?


Finally, if your issue has not been addressed elsewhere, running:

  • :whale: :arrow_right: Settings :arrow_right: Diagnose & Feedback :arrow_right: Open Issues.

This forum is not an official product support or issue reporting channel.

Why would that be the same? kube-proxy is part of Kubernetes and the hubproxy is used by Docker Desktop. The different versions are there, because Kubernetes inside Docker Desktop was updated multiple times since you first installed it and old images were not removed automatically. You can delete the unused k8s and hubproxy images.