Chapter 6. Enterprise Application Operations
In this chapter, we provide an overview of several key tools that are critical to operating your enterprise application. We begin with a discussion of Logstash and Fluentd, which are two popular enterprise-quality tools for performing a centralized log collection for your microservices running distributed across a cluster. We then describe Elasticsearch, which is a log storage repository with advanced knowledge discovery and analysis features. Then, we introduce Kibana, which is a dashboard-based log visualization tool. We complete our discussion of log collection tools with an overview of the log collection support provided by both the IBM Cloud Kubernetes Service and IBM Cloud Private. In the second half of this chapter, we describe the health-management facilities for monitoring enterprise applications. We conclude this chapter with a description of monitoring capabilities provided by both IBM Cloud Kubernetes Service and IBM Cloud Private.
Log Collection and Analysis for Your Microservices
Logs are the universal debugger. When all else fails, check the logs and hope the developer was paying attention to the serviceability of their code.
In all seriousness, logging is a critical component for the operation and service of any Kubernetes-based application. Unlike traditional monolithic applications, developers and operators desire a centralized logging solution that will aggregate logs from their distributed applications to prevent ...
Get Kubernetes in the Enterprise now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.