Simple Log Service (SLS) - Full support for Kubernetes on the client
Feb 24 2018
Simple Log Service (SLS)Content
Feature released: You only need to deploy Logtail DaemonSet in your Kubernetes cluster to collect data from all data sources of the cluster, including all the host machine logs, and container logs/stdout. The solution has the following advantages: 1. It greatly alleviates the maintenance stress from K8S log collection and can be deployed to a cluster within one minute, with no secondary deployment efforts required for subsequent dynamic resizing of the cluster. 2. It supports automatic discovery of containers. Container lifecycles and start-stop are automatically maintained and custom labels are supported for screening containers to be collected. 3. It supports automatic rendering of container files. You only need to configure the in-container file path (a variety of collection modes are supported) without worrying about detailed changes of the container path. 4. It ensures reliability. The standard container output and checkpoint-based container file maintenance feature is added in view of the dynamic nature of container data collection. With the this feature, you are guaranteed a complete, easy-to-use solution to K8S log collection. Target customers: developers and maintenance personnel