Coder Social home page Coder Social logo

frapschen / tailing-sidecar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sumologic/tailing-sidecar

0.0 0.0 0.0 1.4 MB

tailing sidecar - the cluster-level logging agent for Kubernetes

License: Apache License 2.0

Shell 7.83% Ruby 0.40% Go 75.20% Makefile 10.72% Smarty 3.85% Dockerfile 2.02%

tailing-sidecar's Introduction

tailing-sidecar

Project Status

TL;DR

helm repo add tailing-sidecar https://sumologic.github.io/tailing-sidecar
helm repo update
helm upgrade --install tailing-sidecar tailing-sidecar/tailing-sidecar-operator \
  -n tailing-sidecar-system \
  --create-namespace

Add tailing-sidecar annotation to Pod:

metadata:
  annotations:
    tailing-sidecar: <sidecar-name-0>:<volume-name-0>:<path-to-tail-0>;<sidecar-name-1>:<volume-name-1>:<path-to-tail-1>

Tailing Sidecar Operator configuration is described here.

Tailing Sidecar

tailing sidecar is a streaming sidecar container, the cluster-level logging agent for Kubernetes.

It helps when your application inside the Pod cannot write to standard output and/or standard error stream or when it outputs additional logs to a file instead (eg. the gc.log).

It tails the files inside Kubernetes Pods, handling situations like the file not being there when tailing starts, tailing multiple files, rotating files, etc.

It uses Fluent Bit under the hood, benefiting from its performance.

For more information about cluster-level logging architecture please read Kubernetes documentation.

The project consists of two parts:

License

This project is released under the Apache 2.0 License.

Contributing

Please share your thoughts about tailing sidecar by opening an issue.

To get started contributing, please refer to our Contributing documentation.

tailing-sidecar's People

Contributors

astencel-sumo avatar dependabot[bot] avatar dmolenda-sumo avatar frankreno avatar frapschen avatar jaredtan95 avatar kkujawa-sumo avatar perk-sumo avatar sumo-drosiek avatar swiatekm-sumo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.