The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
Aerospike Enterprise is a real-time data platform that delivers predictable performance at petabyte scale with microsecond latency across billions of transactions. It features a patented Hybrid Memory Architecture™ that combines DRAM and flash to increase the volume of data in each node by 10X over a pure in-memory solution.
Aerospike is ideal for data-intensive, geo-distributed applications delivering the performance of a cache with the persistence of a NoSQL database.
Enterprise Edition features include Cross Datacenter Replication™ (XDR), All Flash, Fast Restart, Rapid Rebalance, and TLS Security.
oc new-app registry.connect.redhat.com/aerospike/aerospike-server-enterprise-ubi8:latest \
--name aerospike \
--env FEATURE_KEY_BASE64=$(base64 -w0 /PATH/TO/FEATURE-KEY-FILE) \
--env FEATURE_KEY_FILE="env-b64:FEATURE_KEY_BASE64"
The following information was extracted from the containerfile and other sources.
Summary | Aerospike Server Enterprise Edition |
Description | Aerospike is a real-time database with predictable performance at petabyte scale with microsecond latency over billions of transactions. |
Provider | Aerospike |
Maintainer | Aerospike, Inc. <developers@aerospike.com> |
The following information was extracted from the containerfile and other sources.
Repository name | aerospike-enterprise |
Image version | 6.1.0.27 |
Architecture | amd64 |
Use the following instructions to get images from a Red Hat container registry using registry service account tokens. You will need to create a registry service account to use prior to completing any of the following tasks.
First, you will need to add a reference to the appropriate secret and repository to your Kubernetes pod configuration via an imagePullSecrets field.
Then, use the following from the command line or from the OpenShift Dashboard GUI interface.
Use the following command(s) from a system with podman installed
Use the following command(s) from a system with docker service installed and running
Use the following instructions to get images from a Red Hat container registry using your Red Hat login.
For best practices, it is recommended to use registry tokens when pulling content for OpenShift deployments.
Use the following command(s) from a system with podman installed
Use the following command(s) from a system with docker service installed and running