
This video will give you an overview about the course.
The aim of this video is to give the viewer an overview of what centralized monitoring and logging solution look like.
• Describe the benefits of centralized monitoring and logging
• Describe the EFK stack and how it fits with the centralized M&L solution
• Describe how data will flow from the Kubernetes cluster to the EFK stack
The aim of the video is to give the viewer an overview of Elasticsearch.
• Describe where Elasticsearch comes from, who built it, and when
• Describe Elasticsearch features, where it’s used, and why
The aim of the video is to give the viewer an overview of Fluentd.
• Describe where Fluentd comes from, who built it, and when
• Describe Fluentd features, where it is used, and why
The aim of the video is to give the viewer an overview of Kibana.
• Describe where Kibana comes from, who built it, and when
• Describe Kibana features, where it is used, and why
The aim of the video is to show the viewer how to implement and bootstrap the EFK Stack.
Start from creating the initial empty VMs/resources
Install Elasticsearch, Fluentd, and Kibana
Send some data to Elasticsearch and briefly visualize it in Kibana
In this video, the viewer will learn how to create a Kubernetes cluster in Google Cloud Platform.
• Demonstrate how to create a Kubernetes cluster in GCP from the console
In this video, the viewer will learn how to configure the Kubernetes cluster to send metrics to the EFK stack.
• Configure Kubernetes to send metrics to the EFK stack
• Visualize the collected metrics within Kibana
In this video, the viewer will learn about the various ways it is possible to observe a Kubernete0073 cluster.
• Describe the various types of metrics collected from Kubernetes
In this video, viewers will learn what it means to run containerized workloads in Kubernetes and how to deploy them.
• Describe how one deploys apps to Kubernetes (i.e. deployments, container images, etc.)
• Deploy an application to Kubernetes
• Prove the application is working (i.e. visit its homepage, etc.)
In this video, viewers will learn to send application metrics to the EFK stack and how to make sense of those metrics.
• Configure workloads to send metrics and logs to the EFK stack
• Describe the application metrics and logs sent to the EFK stack from Kibana
In this video, viewers will learn to scale the application and how to analyze large amounts of application metrics and logs.
• Scale the application to a large number
• Generate fake load, so that metrics are also generated
• Demonstrate application metrics at scale
In this video, viewers will learn how to create Kibana dashboards, showing Kubernetes cluster-level metrics.
• Create a Kibana dashboard showing Kubernetes cluster metrics
In this video, viewers will learn how to create Kibana dashboards, showing application-level metrics.
• Create a Kibana dashboard showing application metrics
In this video, the viewer will learn how to debug and troubleshoot application issues, when those occur in the production environment.
• View the relevant application metrics dashboards in Kibana to identify the issue
• Understand how the issue has been identified and fixed, and observe how the metrics and graphs go back to a normal state
Kubernetes is an open source platform designed to automate deployment, scaling, and operation of application containers. Kubernetes automates various aspects of application development, which is extremely beneficial for enterprises. Centralized logging is crucial for any production-grade infrastructure, especially in a containerized architecture. Since Kubernetes is dynamic and does not store change logs except the recent changes, logging and monitoring is highly imperative for saving pod logs.
In this course, you’ll learn to analyze and locate critical pod log files in your Kubernetes clusters. You’ll create a centralized logging system with a configured EFK (Elasticsearch, Fluentd, and Kibana) stack for Kubernetes. Using a hands-on approach, you’ll follow the entire logging and monitoring process, which actually goes hand-in-hand. In your Kubernetes cluster, you’ll find out that your clusters are working with too many containers and it’s difficult to keep track of each of them.
You’ll learn how to build your centralized logging and send data for monitoring. To set up centralized logging, you’ll establish one logging agent per Kubernetes node to collect all logs of all running containers from disk and transmit them to Elasticsearch. You’ll search for log data, monitor the containers, and also collect metrics using Kibana. You’ll decide how your final log data will be presented. By the end of the course, you’ll be able to use centralized logging and monitoring techniques for debugging purposes to find out reasons for crashes, and trigger alerts if there is a spike in error messages (which can be more efficient than a system health check).
About the Author
Walter Dolce is a Software and Platform Engineer based in London, United Kingdom. He has worked for both small and medium-sized businesses as well as large enterprises such as the BBC and Just Eat. Over the course of the years, he has developed a deep knowledge of various areas of Software Engineering concepts and practices such as test-driven development, behavior-driven development, SOLID principles, design patterns, and more. He later transitioned to the DevOps/Platform Engineering space where he used that knowledge to implement highly available, resilient systems and platforms running on today’s major Cloud providers such as Amazon Web Services, Google Cloud Platform, and Microsoft Azure.