Kubernetes EFK Logging
Setting up EFK with some basic examples of usage.

Introduction
Here’s a basic example of installing and using unified logging on Kubernetes. I assume you now nothing about it for this tutorial. My personal preference is to use the EFK stack, which is Elastic Search for storage and indexing, Fluentd for aggregating logs for all of your containers, and Kibana…