Has anyone deployed a graphcool project to Kuberne...
# prisma-whats-new
j
Has anyone deployed a graphcool project to Kubernetes? Deploying locally creates the 3 docker images/containers for a project. I am trying to figure out how to get from there to deploying the 3 images to Kubernetes, instead of just running on AWS.
f
What github / framework or hub are you deploying?
j
We are doing a proof of concept with Graphcool. We run our apps on Kubernetes using Distelli.
a
You cannot run the local containers on a different machine yet, because there are a few open issues regarding hardcoded
localhost
settings.