Kubernetes, Master Service Logging
· ☕ 6 min read · ✍️ Brett Johnson
I noticed that none of the Kubernetes services are writing logs to /var/log/ on the master nodes. I built my lab with kubeadm and a reasonably basic configuration file, just the settings needed to make it work.
The configuration file contained just enough information to build the lab and make it work. The Kubernetes services apiServer, ControlManager and Scheduler have several configuration flags for logging.
In this post, I am going to go through my experience, enabling logging with kubeadm.