March 2017
Beginner to intermediate
925 pages
18h 11m
English
Kubernetes comes with three daemon processes on master: API server, scheduler, and controller manager. Under the /var/log folder, there are three corresponding log files recording the logs of these processes:
|
Daemon on master |
Log file |
Description |
|---|---|---|
|
API server |
|
Logs for API calls. |
|
Scheduler |
|
Logs of scheduler data for any containers scheduling events |
|
Controller manager |
|
Logs for showing any events or issues relate to controller manager |
On nodes, we have a kubelet process to handle container operations and report to the master:
|
Daemon on node |
Log file |
Description |
|---|---|---|
|
|
|
Logs for any issues happening in container |
On both masters ...
Read now
Unlock full access