Skip to content

Latest commit

 

History

History
35 lines (35 loc) · 1.54 KB

File metadata and controls

35 lines (35 loc) · 1.54 KB

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