InQuicker / kaws

Create and manage Kubernetes clusters on AWS using Terraform.
MIT License
132 stars 11 forks source link

Use autoscaling groups for both masters and nodes #2

Closed jimmycuadra closed 7 years ago

jimmycuadra commented 9 years ago

Currently the k8s clusters generated by kaws are locked at two masters and two nodes, which makes the entire project unusable as anything but a technical demo. In order to make the clusters adaptable to any size, both the master servers and nodes should be variable using an autoscaling group. In order to do this, the servers must be able to download and decrypt TLS private keys from etcd instead of being provisioned manually be an administrator over SSH. This will be possible once kaws using KWS instead of GPG for private key encryption. (See #1.)

jimmycuadra commented 8 years ago

References:

jimmycuadra commented 7 years ago

This was implemented a while ago.