itskoko / kubecfn

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

Consider alternatives to instances profile + kube2iam #8

Open discordianfish opened 6 years ago

discordianfish commented 6 years ago

Using instance profiles and kube2iam seems to be considered best practice, but I'm not very happy with it. It's effectively using blacklisting where we should use whitelisting instead. It would be much better if we could somehow securely get the keys to the system without having to use the instance wide readable metadata service.