This commit is contained in:
2023-01-07 15:34:02 +01:00
parent 9ed201ab58
commit 87b7fc92ab
8 changed files with 17 additions and 17 deletions

View File

@@ -0,0 +1,22 @@
---
title: "Setup a HA Kubernetes cluster Part IV - Databases & backups"
date: 2022-12-11
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "mysql", "postgresql", "minio", "restic"]
draft: true
---
{{< lead >}}
Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by following this opinionated guide 🎉
{{< /lead >}}
1. MySQL and PostgreSQL
2. Web management apps with PMA & PGA
3. Job backups
4. NFS Backup
5. Clustering with additional data-02 and postgreSQL cluster
6. Additional DB apps (Matomo / Redmine)
## 3rd check ✅
Databases are ready to be consumed by any apps. In real world situation, we should have a full monitoring suite, see [next part]({{< ref "/posts/14-build-your-kubernetes-cluster-part-5" >}}) for complete monitoring and logging stack.