Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

sgaunet/k8see-webui

Repository files navigation

k8see-webui is obsolete no time to improve it actually.

k8see (Kubernetes Events Exporter)

Kubernetes Events Exporter is a suit of three tools to export kubernertes events in an external database. The goal is to get events in an SQL DB to be able to analyze what happened.

The 3 tools are :

  • k8see-exporter : Deployment inside the kubernetes cluster to export events in a redis stream
  • k8see-importer : Tool that read the redis stream to import events in a database (PostGreSQL)
  • k8see-webui : Web interface to query the database
  • k8see-deploy : kubernetes manifests to deploy k8see-exporter and also the whole procedure to deploy a full test environment in a k8s cluster (with kind).

Install

k8see-webui can be installed as a docker image only for now. You can get kubernetes manifest here.]

Development

CSS

The project is using bootstrap v5. you'll find more informations here.

Build

This project is using :

## Binary

task

Build the image

task image

Make a release

task release

About

Kubernetes Events Exporter is a suit of three tools to export kubernertes events in an external database.

Topics

Resources

License

Stars

Watchers

Forks