Hello all, does Kubernetes keep a log file of acti...
# k3s
h
Hello all, does Kubernetes keep a log file of actions and status? If so, where is that saved and how big are the files ?
c
what do you mean by “kubernetes”. Do you mean the apiserver? controller-manager? scheduler? There are MANY components involved.
h
Yea everything and anything…
So there’s: API Server Controller Manager Scheduler etcd
I am running highly available etcd airgapped setup
I thought k3s combines all core components into one binary… so all the logs can be found by running journalctl -u k3s
So can you give me a list of components. There log file locations and default sizes ?
c
Yes, for k3s all the Kubernetes component logs would just be comingled together in journald for the k3s service.