Skip to content
/ logga Public

😎 Simple and powerful container log dashboard for Kubernetes

License

Notifications You must be signed in to change notification settings

amimof/logga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logga

Build Status logga Go Report Card Coverage


With logga you view Kubernetes container logs using a web browser. Sounds simple right? That's the point. It's easy to use and designed to run on Kubernetes. It's used by application teams, developers and sysadmins to effortlessly view container logs using a web browser, without a complex logging infrastructure.

Key features

  • Super easy do deploy and manage
  • Fully stateless
  • In-cluster as well as out-of-cluster support
  • Never leave the keyboard with quick commands
  • Quick search
  • Tail/Watch logs

Getting started

In-cluster (recommended)

This is the preferred method of deploying and running. Logga is built to run on Kubernetes.

kubectl apply -f https://raw.githubusercontent.com/amimof/logga/master/deploy/kubernetes.yml

Out-of-cluster

It is possible to run logga out-of-cluster using docker. Logga is able to use credentials to establish a connection to a cluster using a kubernetes kubeconfig.

docker run \
  -d \
  --name logga \
  -v $PWD/.kube/config:/config \
  -p 8080:8080 amimof/logga:latest \
  --kubeconfig=/config

Contributing

All help in any form is highly appreciated and your are welcome participate in developing logga together. To contribute submit a Pull Request. If you want to provide feedback, open up a Github Issue or contact me personally.