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.
- 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
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
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
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.