Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.23 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.23 KB

EKS on Fargate Demos

Contents

Prerequisites

  1. Install eksctl (brew tap weaveworks/tap; brew install weaveworks/tap/eksctl)
  2. Install kubectl (brew install kubectl)
  3. Install kubectx (brew install kubectx)
  4. Install Helm (brew install helm)
  5. Install curl (brew install curl)
  6. Install jq (brew install jq)

Run the Demo/s

  1. Customise the cluster manifests and deploy into the region of your choice:
$ ./customise-cluster-manifests.sh
  1. Run the Barebones cluster demo, which is good for demonstrating Fargate Profiles and how Fargate 'nodes' appear in the cluster
  2. Prepare the EKS cluster with Fargate Profile and Managed Node Group demo, which prepares a cluster to run the demo below
  3. Sock Shop - demonstrate running Weavework's Sock Shop using Managed Nodes and then AWS Fargate