Skip to content

cockroachlabs-field/cockroachMacLocal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cockroachMacLocal

scripts to run cockroachDB local on a Mac, Docker with colima, and minikube

useful links

a variety of scenarios are available in subdirectories

  • docker
    • stop and start colima
    • run cockroachdb on one node without tls
    • run 3 cockroachdb nodes with ha_proxy without tls
    • run teleport with cockroachdb - license.pem needed from teleport
    • run cockroach bank workload
    • add cockroach enterprise license key using docker-compose
  • docker_cert
    • stop and start colima
    • generate cockroach certificates using cockroach cert or using openssl
    • run 3 cockroachdb nodes with ha_proxy and tls
    • add cockroach enterprise license key using docker-compose
    • run teleport with cockroachdb - license.pem needed from teleport
  • local
    • run cockroachdb nodes locally with unique port numbers on mac
    • run single node or multiple nodes
    • multi-region cockroachdb on one mac
    • run bank and movr workloads
  • local_cert
    • run cockroachdb locally with certificates
    • generate tls with openssl
    • generate tls with cockroach cert
  • minikube
    • run cockroachdb kubernetes on minikube
    • can use config files, operator, or helm
  • molt
    • run molt migration tool

About

Handy cockroachdb scripts for Mac and docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 85.1%
  • Rich Text Format 7.8%
  • Dockerfile 7.1%