-
Notifications
You must be signed in to change notification settings - Fork 23
GKE + CloudSQL deployment added #126
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a good initiative, thanks for doing that! 💯
|
||
```bash | ||
gcloud sql instances create ${DB_INSTANCE_NAME} \ | ||
--database-version=POSTGRES_9_6 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are doing this, maybe it's interesting to use Cloud SQL on Postgres version 13 instead of 9.6.
What do you think?
It has a bunch of interesting performance improvements.
E.g. Smaller indexes and quicker queries.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was not sure if there are any specific dependencies on version 9.6. If the dev team is OK with version 13, I can do the change :-)
Co-authored-by: Danilo Augusto Silva <[email protected]>
Co-authored-by: Danilo Augusto Silva <[email protected]>
Co-authored-by: Danilo Augusto Silva <[email protected]>
Hi,
Since many of us already have a GKE cluster running, I thought it might be a good idea to have a set of deployment YAMLs with a step by step howto for this deployment