I see there are some containers running on my docker desktop app, but when I try docker ps on CMD I see nothing as result(empty table) and the result of kubectl get pods is the following:
NAME READY STATUS RESTARTS AGE
client-depl-cdf975567-vzgw6 0/1 ImagePullBackOff 7 (34m ago) 12h
comments-depl-76c5bc6948-6fz4s 0/1 ImagePullBackOff 0 (44m ago) 12h
event-bus-depl-69cfbf58f7-slpjc 0/1 ImagePullBackOff 8 12h
moderation-depl-786f4ffc65-kfwh4 0/1 ImagePullBackOff 1 (40m ago) 12h
posts-depl-5f9b5c5774-wjv59 0/1 ImagePullBackOff 11 12h
query-depl-5d7d567fc7-vclfv 0/1 ImagePullBackOff 8 12h
I don't know how to stop the running containers and delete all the images? When I try it using the GUI app they create themselves again automatically.
