Kubernetes log command
#kubectl logs pod_name
#kubectl logs -f pod_name - print logs continuously
☝Log is specific for the container running in the pod. If pod consists of several containers you have to specify container explicitly.
Or you get an error:
error: a container name must be specified for pod
No comments:
Post a comment