March 2017
Beginner to intermediate
925 pages
18h 11m
English
The datastore, etcd, works for saving the information of Kubernetes resources. The Kubernetes system won't be stable without robust etcd servers. If the information of a pod is lost, we will not be able to recognize it in the system, mention how to access it through the Kubernetes service, or manage it through the replication controller. In this recipe, you will learn what kind of message you may get from the etcd log and how to collect them with ELK.
Before we start collecting the log of etcd, we should prepare the servers of ELK. Please go back to the Collecting application logs recipe in Chapter 8, Logging and Monitoring to review how to set up ELK and study its basic usage.
On the other hand, please expose ...
Read now
Unlock full access