akutan icon indicating copy to clipboard operation
akutan copied to clipboard

prod deployment docs

Open superfell opened this issue 5 years ago • 2 comments

i am still confused about how to deploy my own cluster beams, no time to think about the project structure about it. Anyone can tell me how to deploy prod beam server to use. Any Docs?

Originally posted by @shanghai-Jerry in https://github.com/eBay/beam/issues/33#issuecomment-494329554

superfell avatar May 21 '19 15:05 superfell

There are some tools / docs that describe running on k8s, see https://github.com/eBay/beam/tree/master/cluster/k8s. If you're not using Kube, then the details there might still be useful, or you can reference the generated Procfile to understand the set of processes that are run, and where they get their config. Then run these processes on separate hosts.

superfell avatar May 21 '19 15:05 superfell

ok, I see. It's not easy, It's important to be familiar with using beam in local mode firstly , then to think about the cluster if it's necessary. And It should be deployed by the people who had much experiences about using Kube. Anyway, thanks for your reply.

shanghai-Jerry avatar Jun 06 '19 07:06 shanghai-Jerry