Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: distributed workers and clusters #331

Open
abserari opened this issue Sep 12, 2020 · 1 comment
Open

Proposal: distributed workers and clusters #331

abserari opened this issue Sep 12, 2020 · 1 comment

Comments

@abserari
Copy link
Contributor

  1. add a Registry, which could retrieve the bee info or code and dynamic use in beehive.
  2. distribute, node as a worker that scheduled by beehive. only need connected to beehive master or admin node.
  3. worker cluster, bee could have its own hive managed by themselves, when a request arrived, the beehive new bee with configuring or direct use one current bee to work.
  4. well-defined for P2P network. everyone could run beehive subcommand to expose themselves service to beehive master that could be scheduler them. This design different from point 2.
@muesli muesli changed the title Proposal Proposal: distributed workers and clusters Sep 18, 2020
@rocket357
Copy link

I could see this being particularly useful in a kubernetes environment where you could scale pods out based on workload.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants