Question
Postgres CA Cert and Kubernetes
I have a managed postgres database with DO - connection string has sslmode = require in it.
For local development I have downloaded and trusted the CA certificate for our postgres instance and all works fine.
But now I have deployed our application to a kubernetes cluster on DO - and its failing because the CA Root is not trusted.
Is it possible to configure Kubernetes to download the CA and trust it on the underlying droplets?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×