RandomDevOpsDude@programming.dev to Programmer Humor@programming.devEnglish · 1 year agoMicroservice architecture, they said. It will be fun, they said.programming.devimagemessage-square20fedilinkarrow-up186arrow-down12
arrow-up184arrow-down1imageMicroservice architecture, they said. It will be fun, they said.programming.devRandomDevOpsDude@programming.dev to Programmer Humor@programming.devEnglish · 1 year agomessage-square20fedilink
minus-squarevapeloki@lemmy.worldlinkfedilinkEnglisharrow-up3·1 year agoUse 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
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
Why not?