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

https://github.com/krisnova/kournalctl

Read only system logs within a Kubernetes pod
https://github.com/krisnova/kournalctl

Last synced: 12 months ago
JSON representation

Read only system logs within a Kubernetes pod

Awesome Lists containing this project

README

          

# kournalctl

Mount the node filesystem system journal as read only and use `journalctl` in Kubernetes.

## Installing

```bash
git clone git@github.com:kris-nova/kournalctl.git
cd kournalctl
source kournalctl.source
kournalctl -fu kubelet
kournalctl -f
kournalctl -fu falco
```

Have fun kiddos.