Sign inSign up

clustron/zaris

By clustron

•Updated about 1 month ago

Helm chart for Clustron Zaris — deploy a distributed in-memory key/value store on Kubernetes.

Helm
Databases & storage
0

109

clustron/zaris repository overview

⁠Clustron Zaris — Helm chart

The official Helm chart to deploy Clustron Zaris⁠ — a distributed, in-memory key/value store for .NET — on Kubernetes. It deploys a node StatefulSet (convergence-gated readiness, PodDisruptionBudget, drain-safe termination) plus an optional attach-mode manager + web console.

⁠Install

helm install zaris oci://registry-1.docker.io/clustron/zaris --version 0.9.0 \
  -n zaris --create-namespace
kubectl -n zaris rollout status statefulset/zaris

Default: 4 nodes at replication factor 2 → 2 partitions, each with 2 copies on distinct pods, so the cluster survives a single pod loss.

⁠Size it for your needs

Each partition needs replicationFactor distinct nodes, so keep node.replicas a multiple of RF (for RF 2, an even count):

helm install zaris oci://registry-1.docker.io/clustron/zaris --version 0.9.0 \
  -n zaris --create-namespace \
  --set node.replicas=6 --set node.replicationFactor=2

⁠Connect (in-cluster)

zaris://zaris-client.zaris.svc.cluster.local:7861/zaris-k8s

⁠Images

Licensed under the Business Source License 1.1 (BSL 1.1).

Tag summary

Content type

Helm

Digest

sha256:1f8cb0d0e…

Size

45.4 kB

Last updated

about 1 month ago

helm pull oci://registry-1.docker.io/clustron/zaris --version 2.0.0