This commit is contained in:
2023-05-08 21:41:45 +02:00
parent d79ddef5a8
commit 3efaf3000f
9 changed files with 84 additions and 52 deletions

View File

@@ -1,8 +1,8 @@
---
title: "Setup a HA Kubernetes cluster Part IV - Databases with HA & backups"
date: 2022-12-11
date: 2023-06-11
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "mysql", "postgresql", "minio", "restic"]
tags: ["kubernetes", "postgresql", "longhorn"]
draft: true
---
@@ -11,10 +11,11 @@ Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by
{{< /lead >}}
1. Add data-01 node
2. MySQL and PostgreSQL
3. Web management apps with PMA & PGA
2. PostgreSQL
3. Access through PgAdmin
4. Job backups
5. Clustering with additional data-02 and postgreSQL cluster
5. S3 Backup with longhorn
6. Clustering with additional data-02 and postgreSQL cluster
## 3rd check ✅