ahmetb / container-engine-customize-fluentd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customizing Fluentd for GKE Sample Code

This is the sample code for the Customizing fluentd in Google Container Engine. The tutorial explains how to run a custom fluentd daemonset inside of GKE that sends logs to StackDriver.

Overview

The repository contains 4 types of artifiacts

  1. Deployment manager scripts for creating a container-engine cluster with version 1.7.4 and cloud logging turned off in gke-cluster/
  2. kubernetes manifests for deploying a test logging program and the fluentd daemonset in kubernetes/
  3. The test logging program source and dockerfile in test-logger/
  4. Convenience scripts for speeding up some of the steps in the tutorial

Contact Us

We welcome all usage-related questions on Stack Overflow tagged with google-cloud-container-engine.

More Information

About

License:Apache License 2.0


Languages

Language:Shell 72.0%Language:Go 28.0%