Replies: 2 comments 1 reply
-
My recommendation for deploying slate in kubernetes or docker would be to build it separately and then mount the built source into an nginx container: |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestion, gives me a 403 at http://localhost:8080/ when I try this:
(Tried it with multiple ports in the Dockerfile, cannot get it to work). Any suggestions/help? I see also see that the |
Beta Was this translation helpful? Give feedback.
-
Hey folks - Looking to deploy Slate to Kubernetes. I'm able to run the Docker file and
docker run
locally, but I've tried multiple times but unsure how to deploy it to Kubernetes.I'm converting the docker run to a Container, Services and a Network Policy. However I do see that there is a -v option in the docker ps, which would mean that we need to spin up a persistent container(?) and i'm stuck here.
Anyone had success deploying it to Kube?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions