Hi, I am trying to deploy prisma to a GCP cluster ...
# orm-help
j
Hi, I am trying to deploy prisma to a GCP cluster and a CloudSQL database which is turning out to be very tricky. I have a frontend React client hosted in AppEngine on GCP and have deployed a graphql-yoga backend container into my GKE cluster and packaged the prisma-prod:1.34.8 official image with GCP’s cloud_sql_proxy and deployed that container also. This got the database connected to Prisma server, but then I ran into the issue of primary/secondary Prisma servers and the managementAPI when I tried to connect to my server from Prisma Cloud. There is very little documentation that I can find on how to deploy to GCP GKE so I have gone through days of trial and error and wondering if anyone has any tips/advice on how to set this all up.
👀 2
I am currently working through this great post from emmenko https://techblog.commercetools.com/prisma-horizontal-scaling-a-practical-guide-3a05833d4fc3 and seeing what I can glean.
c
Thanks for the article 👍 It looks kinda complicated