Deploying a Prisma cluster to Kubernetes

1 · André König · Feb. 13, 2018, 6:52 a.m.
This post was originally written as a tutorial for the official Prisma documentation. Motivation In this tutorial, you will learn how to deploy a Prisma server on Kubernetes. Prisma is thin layer around your database which exposes a GraphQL API for interacting with your data. It helps you to build your business logic on top by defining an own GraphQL API which communicates with this particular Prisma service. Kubernetes is a container orchestrator that helps with deploying and scaling of y...