RandomDevOpsDude@programming.dev to Programmer Humor@programming.devEnglish · 3 years agoMicroservice architecture, they said. It will be fun, they said.programming.devimagemessage-square15linkfedilinkarrow-up185arrow-down11
arrow-up184arrow-down1imageMicroservice architecture, they said. It will be fun, they said.programming.devRandomDevOpsDude@programming.dev to Programmer Humor@programming.devEnglish · 3 years agomessage-square15linkfedilink
minus-squaretyw0kki@programming.devlinkfedilinkEnglisharrow-up3·3 years agoTrying to do Postgresql TLS /w Internal PKI chain created by Cert-Manager made me want to throw my laptop out the window yesterday. This stuff is hard.
minus-squareRandomDevOpsDude@programming.devOPlinkfedilinkEnglisharrow-up5·3 years agoJust tell the security team to handle it 😎 (My security team would NOT be amused by this joke suggestion)
minus-squaretyw0kki@programming.devlinkfedilinkEnglisharrow-up6·3 years agoI am the security team :'(
minus-squarevapeloki@lemmy.worldlinkfedilinkEnglisharrow-up3·3 years 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
Trying to do Postgresql TLS /w Internal PKI chain created by Cert-Manager made me want to throw my laptop out the window yesterday.
This stuff is hard.
Just tell the security team to handle it 😎
(My security team would NOT be amused by this joke suggestion)
I am the security team :'(
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?