mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-02 17:50:28 +00:00
3.3 KiB
3.3 KiB
Databases on Kubernetes
- cloud.google.com: To run or not to run a database on Kubernetes - What to consider
- reddit.com: What's the best, proper way of running a database cluster on top of Kubernetes?
- caylent.com: The Pros and Cons of Running Production Databases as Containers
PostgreSQL Operator
Crunchy Data
- crunchydata.com
- learn.crunchydata.com
- github.com/CrunchyData
- github.com/CrunchyData/postgres-operator
- crunchydata blog: Deploying Active-Active PostgreSQL on Kubernetes
- crunchydata blog: What's New in Crunchy PostgreSQL Operator 4.0
- slideshare.net: Deploying PostgreSQL on Kubernetes
- slideshare.net: Operating PostgreSQL at Scale with Kubernetes
- Youtube: Demo of Crunchy Data Postgres Operator v1.0.0 (2017)
- Youtube: Crunchy PostgreSQL Operator for Kubernetes 3.4 Overview (2018)
- Youtube: OpenShift Meetup Tokyo #05 - Operator and Operator Lifecycle Manager on OpenShift (2019, openshift 4.1)
- info.crunchydata.com: Monitoring PostgreSQL clusters in kubernetes
- thenewstack.io: Advanced Kubernetes Namespace Management with the PostgreSQL Operator
- info.crunchydata.com: Deploy High-Availability PostgreSQL Clusters on Kubernetes by Example
- info.crunchydata.com: Migrating from Oracle to PostgreSQL: Tips and Tricks
- info.crunchydata.com: Scheduled PostgreSQL Backups and Retention Policies with Kubernetes
Spilo
- Spilo: HA PostgreSQL Clusters with Docker Spilo is a Docker image that provides PostgreSQL and Patroni bundled together. Patroni is a template for PostgreSQL HA.
- Patroni
- How I've Set Up HA PostgreSQL on Kubernetes (powered by Patroni, a template for PostgreSQL HA)