vsquare1 / amazon-eks-workshop

Amazon EKS workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

amazon-eks-workshop

Amazon EKS workshop walkthrough repository.

This is a collection of Amazon EKS popular topics and assets aimed to help you successfully build your Amazon EKS workload.

Getting Started - create cluster

Options to create your own Amazon EKS environment:

💥 1. Use pahud/eks-templates to simply the cluster and nodegroup of mixed instance types and purchase options creation by simply make create-eks-cluster(highly recommended).

  1. Create your EKS Cluster with eksctl or refer to the 8min Youtube walkthrough video by Arun Gupta

  2. Create Amazon EKS cluster with eksctl from eksworkshop.com

Basic Administration

Working with kubectl for basic administrations

Creating Services

ClusterIP, NodePort and LoadBalancer

Ingress Options

Development with Amazon EKS

Create your 1st app from scratch and deploy into Amazon EKS

Helm and Charts

Installing Helm

Spot and Lambda Integration

💥 pahud/eks-lambda-drainer - Amazon EKS node drainer with AWS Lambda

Blog - Interacting with EKS via Lambda by @nbrandaleone

Storage

Storage(PV, PVC and StatefulSet)

Amazon EKS with Amazon EFS

Monitoring

Kubernetes Dashboard

Scheduling

Affinity and Anti-Affinity

Taint and Toleration

Cordon and Uncordon

Drain

AutoScaling

HPA(Horizontal Pod Autoscaling)

CA(Cluster-Autoscaler)

VPA(Vertical Pod Autoscaling)

Autoscaling Group LifeCycle Hooks with Pod draining

Log Consolidation

Fluentd integration

CI/CD

Amazon EKS with AWS CodeBuild integration

Amazon EKS Continuous Deployment Sample using AWS CodePipeline

Automate Kubernetes deployment on Amazon EKS with buddy.works

Blog - Continuous Delivery with Amazon EKS and Jenkins X

💥 Create 12 EKS clusters in parallel one for each in different regions with Codepipeline cross region capabilities(demo tweet and cfn template)

Service Discovery

ExternalDNS and Route53 Auto Naming API

Service Mesh

Installing Istio 1.x on Amazon EKS

Blog - Getting Started with Istio on Amazon EKS - https://amzn.to/2wo3inY

How to integrate AWS ALB with istio v1.0 by Chuan-Yen Chiang - https://medium.com/@cy.chiang/how-to-integrate-aws-alb-with-istio-v1-0-b17e07cae156

CloudWatch Events Integration

CloudWatch Events scheduled kubectl execution from within AWS Fargate(Tweet)

Amazon EKS and AWS Lambda Integration

💥 pahud/lambda-layer-kubectl - AWS Lambda layer for kubectl - Run kubectl command in AWS Lambda with Autoscaling Group LifecycleHook integration.

Amazon EKS and Amazon API Gateway Integration

https://twitter.com/pahudnet/status/1030628314044452865

https://twitter.com/pahudnet/status/1030629435664302085

Amazon EKS and CloudWatch Integration

K8s Cloudwatch Adapter - and subscribe this issue in AWS container public roadmap.

multi-tenant topology

Multiple EKS clusters sharing single VPC and ALB - (tweet|architecture)

About

Amazon EKS workshop