Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raffis/kjournal

kjournal is a lightweight kubernetes apiserver to serve longterm logging & events as kubernetes API
https://github.com/raffis/kjournal

aggregated-apiserver events journal kjournal kubernetes kubernetes-apiserver logging logs longterm-storage

Last synced: 7 days ago
JSON representation

kjournal is a lightweight kubernetes apiserver to serve longterm logging & events as kubernetes API

Awesome Lists containing this project

README

        

# kjournal
![Release](https://img.shields.io/github/v/release/raffis/kjournal)
[![release](https://github.com/raffis/kjournal/actions/workflows/release.yaml/badge.svg)](https://github.com/raffis/kjournal/actions/workflows/release.yaml)
[![Go Report Card](https://goreportcard.com/badge/github.com/raffis/kjournal)](https://goreportcard.com/report/github.com/raffis/kjournal)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/raffis/kjournal?tab=subdirectories)](https://pkg.go.dev/github.com/raffis/kjournal?tab=subdirectories)
[![Coverage Status](https://coveralls.io/repos/github/raffis/kjournal/badge.svg?branch=main)](https://coveralls.io/github/raffis/kjournal?branch=main)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kjournal)](https://artifacthub.io/packages/search?repo=kjournal)

kjournal closes the gap between long-term log storage and your client. kjournal is a simple and lightweight kubernetes api server
which makes your longterm log storage available as consumable readonly kubernetes api.
With kjournal you can easily access container logs from old (and current pods) as well as other long-term logs including out of the box
support for kubernetes audit logs and events.

## Documention

Want to get started? Please read the documentation [here](https://raffis.github.io/kjournal).