Skip to content

joost-de-vries/eks-workshop

Repository files navigation

EKS workshop

Cloudformation scripts for EKS. Using sceptre.

Installation

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

Create cluster

sceptre --debug create-stack dev vpc

and then

sceptre --debug create-stack dev cluster

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages