I followed the Kubernetes tutorial and have prisma...
# orm-help
t
I followed the Kubernetes tutorial and have prisma running in GCP. I also have a GraphQL server running locally that can connect to prisma in GCP because I have port forwarding from kubectl running.. How do I do this part, mentioned in the tutorial, but not explained.
The Prisma server is running on the Kubernetes cluster and has an internal load balancer. This is a sane security default, because you won’t expose the Prisma server to the public directly. Instead, you would develop a GraphQL API and deploy it to the Kubernetes cluster as well.
@andre