(no title)
tzaman
|
9 years ago
One thing that's still missing but would be quite valuable is a good egress approach/configuration. For example, we use an external PostgreSQL provider in which I can configure access IPs. Since K8s nodes (on GKE) get different IPs, I have to be very loose with CIDR selection, which I don't like.
seeekr|9 years ago
xur17|9 years ago
thesandlord|9 years ago
On GCP, you can use the SQL Proxy [1] to avoid IP whitelisting or manual SSL setup. Postgres on GCP is still beta, so you probably don't want to run a production DB with it, but hopefully your provider has a similar option.
1: https://cloud.google.com/sql/docs/postgres/sql-proxy
(I work on Google Cloud)
013a|9 years ago
chatmasta|9 years ago
bboreham|9 years ago