Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raffis/kjournal
- Owner: raffis
- License: apache-2.0
- Created: 2022-07-11T20:56:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:24:18.000Z (about 1 year ago)
- Last Synced: 2024-06-21T13:12:50.754Z (8 months ago)
- Topics: aggregated-apiserver, events, journal, kjournal, kubernetes, kubernetes-apiserver, logging, logs, longterm-storage
- Language: Go
- Homepage: https://raffis.github.io/kjournal
- Size: 37.5 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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).