Helm chart for Clustron Zaris — deploy a distributed in-memory key/value store on Kubernetes.
109
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.
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.
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
zaris://zaris-client.zaris.svc.cluster.local:7861/zaris-k8s
clustron/zaris-node — cluster node runtimeclustron/zaris-manager — manager + web consoleLicensed under the Business Source License 1.1 (BSL 1.1).
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