Cloudformation scripts for EKS. Using sceptre.
Following https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html
For the python deps run
python3 -m venv eks-venv
source eks-venv/bin/activate
pip3 install -r requirements.txt
This is sufficient to run cloudformation install scripts.
Install kubectl
brew install kubectl
Install heptio-authenticator using install-heption-authenticator-aws.sh
sceptre --debug create-stack dev vpc
and then
sceptre --debug create-stack dev cluster