Coder Social home page Coder Social logo

jalawala / reinvent23-con335 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from micahhausler/reinvent23-con335

0.0 0.0 0.0 4.2 MB

AWS re:Invent CON335: Securing Kubernetes Workloads in Amazon EKS

License: Apache License 2.0

JavaScript 12.95% TypeScript 87.05%

reinvent23-con335's Introduction

AWS re:Invent 2023 CON335 - Securing Kubernetes Workloads in Amazon EKS - Demo

This repo contains setup scripts used to demonstrate EKS Pod Identity (2023) and EKS Cluster Access Management (coming soon).

EKS Pod Identity

pod identity

EKS Cluster Access Management

cam

Setup

You'll need the AWS CLI installed, as well as node,

brew install node asciinema agg kubernetes-cli
npm install -g aws-cdk

To set up the VPC for EKS clusters, IAM roles, and an S3 bucket, use the provided CDK.

cdk bootstrap
cdk deploy

Once you have that setup, edit demos/env.sh and insert the outputs from your CDK stack.

cd demo
source env.sh

Now you can setup your EKS clusters.

CLUSTER_NAME=red-fish ./cluster-setup.sh

CLUSTER_NAME=blue-fish ./cluster-setup.sh

# I only used a third cluster for the CAM demo in order to run it in EKS's pre-production environment. 
# A third cluster is not stricly necessary.
CLUSTER_NAME=gold-fish ./cluster-setup.sh

EKS Pod Identity Demo

Under demos/pod-identity, there is a README with full runthrough steps for the demo.

Cluster Access Management

Before running this demo, you'll need to configure the demos/cluster-access-management/aws_config.ini file with a method of getting credentials.

cd demos/cluster-access-management
source env.sh
./run.sh cam-demo.sh

License

See LICENSE, Apache 2.0,

reinvent23-con335's People

Contributors

micahhausler avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.