Practice Test-POd- CKA course

Hello,

I’ve done this test like 5 times and the following command that you later post as solution is not well executed. It doesn’t create the pod in the interface you use as lab. Could you check and advise please?
kubectl run redis --image=redis123 --dry-run=client -o yaml > pod.yaml

Hello, @Gabs
Image name is not correct. It should be redis instead of redis123. Maybe it’s a part of troubleshooting. You have to fix the issue.