diff --git a/infrastructure/k8up/README.md b/infrastructure/k8up/README.md new file mode 100644 index 0000000000000000000000000000000000000000..33bc914c5aa595b63523915fc8d0069b4ec7a716 --- /dev/null +++ b/infrastructure/k8up/README.md @@ -0,0 +1,18 @@ +K8up +=== + +This component provides backup capabilities to the cluster. The backup repository and objects are namespaced, providing good isolation for all backups. + + +Nice to knows +--- + +- This operator requires separate installation of CRD. This is currently not part of this module, which makes it essentially broken. Will be fixed down the line. + +Links +--- + +- [Docs](https://k8up.io) +- [Helm Chart](https://artifacthub.io/packages/helm/appuio/k8up) +- [Source Code](https://github.com/k8up-io/k8up) +- [Forum](https://github.com/k8up-io/k8up/discussions)