GKE/Cloud sql and private networking a.k.a vpc nat...
# general
i
GKE/Cloud sql and private networking a.k.a vpc native, private clusters, private networking. Has anyone done it?
create a
Network
and use it in your cluster and db, or …?
or in the gke cluster with:
Copy code
// enables ip aliasing
  ipAllocationPolicy: {
    createSubnetwork: true,
  },
I was using cloudsql proxy but looking for the new infrastructure setup with pulumi to use the new private networking to cloud sql https://cloud.google.com/blog/products/databases/introducing-private-networking-connection-for-cloud-sql
any thoughts/gists welcome