this post was submitted on 19 Jun 2023
162 points (99.4% liked)

Programmer Humor

19544 readers
651 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] vapeloki@lemmy.world 4 points 1 year ago (1 children)

Use a postgresql operator for that.

How many postgresql databases without replication and backup if have seen .... and 90% of then contained critical data.

If you really need to run the db inside containers, never by hand.

And as a full time postgresql dba: NEVER run your production databases inside k8s

[–] jpfreely@programming.dev 1 points 1 year ago* (last edited 1 year ago) (1 children)
[–] andrew@lemmy.stuart.fun 4 points 1 year ago

Because dogma. There are tons of places running production postgres, and indeed many other stateful services, in Kubernetes.