A Pod has two containers. You need to see the logs of the second container named 'sidecar'. Which kubectl command should you use?
-c specifies the container name.
Why this answer
When a pod has multiple containers, the -c flag specifies which container to get logs from.