
Distributed, fault-tolerant, and highly scalable NoSQL database.
Version:
5.0.6.
back to Marketplace
Deployment takes approximately 3–5 minutes. Monitor progress with:
tail -f /var/log/cuemby/bootstrap.log
# Wait until you see: "bootstrap complete" or "cassandra started"
# From the same VM
cqlsh localhost 30942 -u cassandra -p <TU_PASSWORD>
# From a remote client
cqlsh <IP_DE_LA_VM> 30942 -u cassandra -p <TU_PASSWORD>
ℹ️ If you didn't set a password during deployment, Cuemby will generate one automatically. Look for it in the deployment outputs in the Cuemby portal.
# See Cassandras Pod
kubectl get pods -A | grep cassandra
# Node state within pod
kubectl exec -it <POD_NAME> -n <NAMESPACE> -- nodetool status
# Verify that the port is listening
ss -tlnp | grep 30942
Expected output of nodetool status:
Datacenter: datacenter1
=======================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address ... State
UN 127.0.0.1 ... rack1 ← "UN" = Up/Normal ✓
-- View existing keyspaces
DESCRIBE KEYSPACES;
-- Create a new keyspace
CREATE KEYSPACE mi_app
WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '1'};
-- Use the keyspace
USE mi_app;

IaaS
Cuemby Cloud is enterprise-grade cloud infrastructure managed from a single console, built for stronger security, predictable operations, and easy scaling across regions.
Datacenters regions available in Colombia, Ecuador, and Chile
Backed by Tier III / Tier IV data center locations
Zero Network Ingress and Egress Fees
24/7 local expert support