This is regarding: Kubernetes - Lab: CKAD Mock Exam 1 - Question 1
For me Question 1 answer shows incorrect even though I created yaml file to create containers as per description. When I compared my solution with the solution provided by Kodekloud only thing difference is below configuration in yaml file.
**command:**
** - /bin/sh**
** - -c**
** - sleep 3600;**
In the question description it is not mentioned to add a “sleep” command then why Kodekloud solution has sleep command in yaml file for creating containers and my solution showing incorrect? Can someone advise what I am missing here ?