itskoko / kubecfn

Cloudformation based installer for reasonably secure multi-node kubeadm cluster.
28 stars 9 forks source link

Move etcd member management to lambda #11

Open discordianfish opened 6 years ago

discordianfish commented 6 years ago

Right now the instances add/remove themselves from the cluster. That's brittle and hard to debug.

Since we had to use the lambda for the DNS names anyway, we can also move the member managment to it.