Skip to content

Demos for running Kubernetes applications using Amazon EKS and AWS Fargate

Notifications You must be signed in to change notification settings

pjlewisuk/eks-fargate-demo

Repository files navigation

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

About

Demos for running Kubernetes applications using Amazon EKS and AWS Fargate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages