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.

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.
Content type
Image
Digest
Size
16.2 MB
Last updated
over 5 years ago
docker pull amimof/logga