Data in memory storage configuration for Aerospike on Kubernetes
For the complete documentation index see: llms.txt
All documentation pages available in markdown.
A data in memory (DIM) configuration is an easy way to test an Aerospike cluster without having to configure separate storage. For more information on DIM and other storage configurations, see the Aerospike documentation for namespace storage configuration.
Configure data in memory
-
Add the following storage-specific configuration to the Aerospike cluster’s CR file.
aerospikeConfig:namespaces:- name: testreplication-factor: 2storage-engine:type: memorydata-size: 1073741824Several examples of DIM cluster CR files are in the main Aerospike Kubernetes Operator repository.
-
Save and exit the CR file, then use
kubectlto apply the change.Terminal window kubectl apply -f aerospike-cluster.yaml