cockroachdb / cockroachdb-cloudformation

Quickly setup dev/test CockroachDB clusters using AWS CloudFormation and Kubernetes
https://www.cockroachlabs.com/
Apache License 2.0
12 stars 4 forks source link

Use a smaller instance for k8s master #10

Closed bdarnell closed 6 years ago

bdarnell commented 6 years ago

The k8s master doesn't need to be tied to the same instance type as the cockroach nodes. I would expect it to run just fine on a t2 instance even when you're using more expensive m nodes for cockroach. This would reduce the cost of this template a bit.