I could go on; what about updates to the docker im...
# prisma-whats-new
s
I could go on; what about updates to the docker images? Can I use AWS ECS without needing months of training? If not, what other options are there? GCP?
a
Sure, if you want to host
Prisma
yourself, you have to dive into some Ops stuff. Depends a little bit on what your requirements are, etc. All cloud providers are supported. There is – for example – a Kubernetes guide in the making. This guide demonstrates how to deploy Prisma on a Kubernetes cluster (on GCP for example).
❤️ 1
n
Note that you can connect the
prismagraphql/prisma
docker container to any DB you want. I mentioned this here: https://www.graph.cool/forum/t/advice-on-best-practise-deploying-graphql-yoga-server-w-prisma-in-production/2348/20?u=nilan This post should give you a good overview in general 🙂 Happy to discuss further questions in the Forum!