scripts to run cockroachDB local on a Mac, Docker with colima, and minikube
- colima install on mac with homebrew
- Colima memory and cpu settings
- link for installing colima with hombrew
- Colima github
- 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