Hi
There is a difference when you are using exec like this:
K exec my-pod -- nslookup webapp-service
and this:
k exec my-pod -it -- nslookup webapp-service
I get it the use of flag -it when you are creating containers with run and without restart. But in this case does change something that should I consider ? There are some answers in the cka mock exams with one or the other implementation.