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

how to run this in kubernetes? #70

Open
amitrjain opened this issue Sep 9, 2020 · 2 comments
Open

how to run this in kubernetes? #70

amitrjain opened this issue Sep 9, 2020 · 2 comments
Labels

Comments

@amitrjain
Copy link

Any suggestion how to run this in kubernetes? Appreciate your help!

@amitrjain
Copy link
Author

any help ?

@esatterwhite
Copy link
Owner

@amitrjain Sorry, justin seeing this now. I don't think there is anything too special to running this in kubernetes. Being that you need a couple of seed node to help boot strap the cluster, its probably best to use a stateful set as they need to be fixed contact points for the cluster. If not for the entire cluster, for the seed nodes definitely do. While the seed nods can function just fine, you'll probably want to setup workers. This part of the cluster can be scaled dynamically.

The second part is configuring persistence. by default it skyring will attempt to use the disk backed leveldown backend at /var/data/skyring So you would need to set up persistent volumes for that.

if you were to use something like scylladb + the scylladown storage adapter, then you wouldn't need that but you would need to make sure the DB cluster is resolvable.

I'm finishing a revamp of the build process. Next on my list is to author a helm chart or kudo operator.

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