Error
$
kubectl logs -f <pod name>
Error
from server (BadRequest): a container name must be specified for pod <pod
name>, choose one of: [<pod name> istio-proxy] or one of the init
containers: [istio-init]
Solution
$ kubectl logs -f <pod
name> -c <container name>