Kubernetes Lab Issue - docker command

Practice Test: Udemy Labs - Certified Kubernetes Administrator with Practice Tests - KodeKloud

Any idea, why docker command is not working in the given lab. In the last two question, we need to use docker command to troubleshoot the issue, however docker command itself is not working. Does not any have any idea on the same.

docker ps -a|grep kubeapi-server

Is that we should be installed docker manually? Please suggest

Hi @ibhagat,
Docker support is removed in k8s v1.24+. So you have to use crictl ps -a, instead of docker command.

Regards,