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

[question] Launch in kubernetes #60

Open
sti-jans opened this issue Apr 11, 2021 · 1 comment
Open

[question] Launch in kubernetes #60

sti-jans opened this issue Apr 11, 2021 · 1 comment
Labels

Comments

@sti-jans
Copy link
Contributor

Hi!
We plan to use bioyino in our infrastructure. And we have a couple of questions:

  1. What could be the problems if we put bioyino in kubernetes (besides consensus management)?
  2. Do you plan to make bioyino operator for kubernetes? Or maybe you have some ideas that we can use.
@sti-jans sti-jans changed the title Launch in kubernetes [question] Launch in kubernetes Apr 11, 2021
@Albibek
Copy link
Collaborator

Albibek commented Apr 12, 2021

Hi.

We've never run bio in Kubernetes. I don't see any red flags against it though. But it depends no the configuration you want to run it with. Should be good if you place DNS names into config and make Kubernetes keep them actual. This probably will not work with Raft, which is a bit old and requires static IPs in config. Also if you expect heavy UDP traffic, you'd better make sure that no level-7 proxying is done for it, because userspace proxies usually don't put too much effort in UDP and may make your packet loss high.

About your second question: I don't think that would happen in near time, since I don't really have time for this. Also I suppose I'll need to write it in golang which I don't enjoy to be using, especially in my free time.

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

No branches or pull requests

2 participants