how to run this in kubernetes?
Any suggestion how to run this in kubernetes? Appreciate your help!
any help ?
@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.