docs: update Kubernetes deployments

This commit is contained in:
Jonas Kaninda
2024-09-09 07:11:06 +02:00
parent bc1cea14e4
commit 440ac663af
4 changed files with 8 additions and 6 deletions

View File

@@ -7,7 +7,9 @@ nav_order: 1
# About pg-bkup
{:.no_toc}
PostreSQL Backup is a Docker container image that can be used to backup and restore Postgres database. It supports local storage, AWS S3 or any S3 Alternatives for Object Storage, and SSH compatible storage.
It also supports __encrypting__ your backups using GPG.
It also supports database __encryption__ using GPG.
We are open to receiving stars, PRs, and issues!
@@ -19,7 +21,9 @@ We are open to receiving stars, PRs, and issues!
The [jkaninda/pg-bkup](https://hub.docker.com/r/jkaninda/pg-bkup) Docker image can be deployed on Docker, Docker Swarm and Kubernetes.
It handles __recurring__ backups of postgres database on Docker and can be deployed as __CronJob on Kubernetes__ using local, AWS S3 or SSH compatible storage.
It also supports __encrypting__ your backups using GPG.
It also supports database __encryption__ using GPG.
{: .note }
Code and documentation for `v1` version on [this branch][v1-branch].