- NGINX Example - Simple 3 node cluster with
NGINXas the load balancer - HAProxy Example - Simple 3 node cluster with
HAProxyas the load balancer - Enterprise Backup Example - CockroachDB Enterprise
BACKUPtoNGINXbased "File Server" - YCSB Functional Example - Building and running YCSB against a 3 node CockroachDB cluster
- OLTPBench Functional Example - Building and running a fork of OLTPBench against a 3 node CockroachDB cluster
- Secure Cluster Example - HAProxy - A secure 3 node cluster with
HAProxyas the load balancer - Secure Cluster Example - NGINIX - A secure 3 node cluster with
NGINIXas the load balancer
Generate debug.zip file on crdb-0. For more details see https://www.cockroachlabs.com/docs/stable/debug-zip.html
docker-compose exec crdb-0 /cockroach/cockroach debug zip ./cockroach-data/logs/debug.zip --insecureCopy debug.zip from crdb-0 to current local directory
docker cp crdb-0:/cockroach/cockroach-data/logs/debug.zip .Prune all images matching label
docker system prune -a -f --volumes --filter "label=maintainer=tjveil@gmail.com"Prune all images
docker system prune -a -f --volumes