-
Notifications
You must be signed in to change notification settings - Fork 952
Where does kubectl logs -f
collect logs from?
#1733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This issue is currently awaiting triage. SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
kubectl connects to kube-apiserver and kube-apiserver forwards the request to the kubelet. kubelet reads logs from dir |
How to tail/show application's log on both console and files? |
Using a Sidecar to Read Log Files from EmptyDirt Storage |
/kind support |
@mpuckett159: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
My application uses EFK stack which uses
emptyDir
for log files. Is this mutually exclusive withkubectl logs -f
? I don't see any log at all using this command now. Where doeskubectl logs -f
collect logs from? I don't find this information in https://kubernetes.io/docs/reference/kubectl/generated/kubectl_logs/The text was updated successfully, but these errors were encountered: