eBay / akutan

A distributed knowledge graph store
Apache License 2.0
1.65k stars 107 forks source link

prod deployment docs #38

Open superfell opened 5 years ago

superfell commented 5 years ago

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 commented 5 years ago

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.

shanghai-Jerry commented 5 years ago

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.