Skip to content

Configure storage for Aerospike on Kubernetes

For the complete documentation index see: llms.txt

All documentation pages available in markdown.

Overview

Aerospike Database supports several storage configurations.

Configure storage

  • Use flash memory for the Aerospike data and indexes: All Flash
  • Test an Aerospike cluster without using separate storage: Data in Memory
  • Use a provisioned SSD storage device: Data on SSD
  • Store namespace data both in memory and on a persistent device: HDD Storage with Data in Memory
  • Use the OpenEBS platform for persistent volume storage: OpenEBS
  • Use high-performance local SSDs with a network-attached shadow device for data durability in cloud instances: Shadow Device
  • Use persistent storage external to the Kubernetes pods: Storage Provisioning

Scaling

See Scaling Aerospike on Kubernetes for instructions on scaling storage after deployment.