Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (12.7k points)
i recently started working with kubernetes and i am unable to find where logs are located, can anyone tell me the path ?

1 Answer

0 votes
by (29.5k points)

hello, the answer may depend on the type of environment you are using but if you are using EKS, AKS or systemd for running kublet then you can find the logs by running the following

# journalctl -u kubelet

I'd recommend you to go through a few Kubernetes training modules to gain more insights on the same

Browse Categories

...