Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.6 KB

File metadata and controls

25 lines (18 loc) · 1.6 KB

Getting started to build EKS Custers

Introduction

A little more on Pod Security Policy.

I started to look at how to Build EKS clusters using vRA Code Stream. So I needed to start understanding how to build a cluster manually first. I also did some research into how others are automating the build of EKS clusters.

Check out in a few days for my blog post on how I achieve the cluster build using vRA Code Stream.

Research

Try yourself

  • Install the AWS CLI and the EKSCLI
  • Get an IAM access key and secret
  • Create a cluster from the command line

eksctl create cluster –name veducate-eks –region eu-west-2 –nodegroup-name standard –managed –ssh-access –ssh-public-key=EKS1 –nodes 3 –nodes-min 1 –nodes-max 4

Two hang over links from things I found during KubeCon