Skip to content

beerparty/kubearchive

 
 

Repository files navigation

kubearchive

Overview

KubeArchive is a utility that stores Kubernetes resources off of the Kubernetes cluster. This enables users to delete those resources from the cluster without losing the information contained in those resources. KubeArchive will provide an API so users can retrieve stored resources for inspection.

The main users of KubeArchive are projects that use Kubernetes resources for one-shot operations and want to inspect those resources in the long-term. For example, users using Jobs on Kubernetes that want to track the success rate over time, but need to remove completed Jobs for performance/storage reasons, would benefit from KubeArchive. Another example would be users that run build systems on top of Kubernetes (Shipwright, Tekton) that use resources for one-shot builds and want to keep track of those builds over time.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.0%
  • Shell 4.6%
  • Other 1.4%