Following the guide on the Prisma documentation page, I created a web client, a GraphQL server, and stood up Prisma in Docker. Ultimately my goal is to run the web client (HTML/CSS/JS), the GQL server, and the Prisma instance inside of containers on Kubernetes. So far I've figured out how to get the Prisma instance on Kubernetes. What I'm having trouble with is how you connect the GQL server to Prisma and deploy the data model to your Prisma server without having to manually do it. Can these steps be automated? If so where can I find good examples on how to do it?