Slide 1

Slide 1 text

Don’t be a know-it-all; be a learn-it-all. Microsoft’s CEO, Satya Nadella

Slide 2

Slide 2 text

No content

Slide 3

Slide 3 text

Thank you to our sponsors

Slide 4

Slide 4 text

https://www.meetup.com/AWS-Dubai/

Slide 5

Slide 5 text

$ kubectl get user @walidshaari https://www.linkedin.com/in/walidshaari https://github.com/walidshaari ● Analytics Infrastructure support engineer ● Deployed and Supported large scale distributed HPC Linux clusters ● Configuration management since 2012 with puppet first, then Ansible, and now CNCF ecosystem. ● Advocating open source, automation, Iac, containers, Kubernetes, Openshift, and all things cloud ● Leading Saudi eastern province “Sharqaya” Dammam Docker, and Cloud Native AWS meetups

Slide 6

Slide 6 text

>kubectl get plan 1. Quick review containers 2. What problem are we solving? 3. Kubernetes 4. EKS Ad-hoc exploration ● EKS-Anywhere ● ArgoCD "CD AKA GitOps" ● AWS EKS console

Slide 7

Slide 7 text

NEWS

Slide 8

Slide 8 text

https://www.comsum.co.uk/agenda-1 6-7th October

Slide 9

Slide 9 text

Registration Page: https://containerdayxkubecon.splashthat.com/

Slide 10

Slide 10 text

https://snykdev.wpengine.com/snykcon/ #ctf #containersecurity #kubesecurity

Slide 11

Slide 11 text

Three vouchers to giveaway

Slide 12

Slide 12 text

• Standardized packaging for software and dependencies • Isolate apps from each other • Share the same host OS kernel • Utilizes Linux Kernel features (e.g. namespace, cgroups, apparmor, selinux) • Microsoft have Windows Native Containers • Lightweight application virtualization • Consolidate 100s of applications per host compared to 10s per vm Review: containers? Build, distribute, and run applications almost anywhere

Slide 13

Slide 13 text

https://www.awsgeek.com/AWS-Summit-Bahrain-2019/Breaking-Up-the-Monolith-with-Containers/

Slide 14

Slide 14 text

The new sprawl: Containers https://twitter.com/forrestbrazeal/status/1400639759215640577 https://www.lastweekinaws.com/blog/the-17-ways-to-run-containers-on-aws/ https://www.lastweekinaws.com/blog/17-more-ways-to-run-containers-on-aws/

Slide 15

Slide 15 text

Everything fails, all the time. AWS CTO @Werner

Slide 16

Slide 16 text

What Is Kubernetes? ● Greek for "helmsman", ● The kernel of distributed systems ● Linux of the cloud! ● A platform and container orchestration tool for automating deployment, scaling, and operations of application containers. ● Kubernetes supports Docker, Containerd, CRI-O, Kata containers (formerly clear and hyper) and Virtlet among others ● History of over 15 years from Google Borg, +7 years since its OSS inception

Slide 17

Slide 17 text

Kubernetes 17 https://twitter.com/kelseyhightower/status/935252923721793536 https://twitter.com/VMwareDesign/status/1257400427630530562

Slide 18

Slide 18 text

Application Delivery App Application Portability - Anywhere App App App App App App

Slide 19

Slide 19 text

Three core concepts

Slide 20

Slide 20 text

Ivan Velichko https://twitter.com/iximiuz/status/1353045442087571456 1- API Driven

Slide 21

Slide 21 text

2- Reconciliation loop Replica Controller -..-.-..-.-.-..-. Desired State: apiVersion: apps/v1 kind: Deployment metadata: name: coredns labels: app: nginx spec: replicas: 2 =-...-.-=.. Current State -

Slide 22

Slide 22 text

Source: Kubernetes effect by Bilgin Ibryam 3- Meaningful Abstraction

Slide 23

Slide 23 text

Kubernetes Architecture Overview Source: Introduction to Kubernetes

Slide 24

Slide 24 text

Kubernetes’ High-Level Architecture Overview Source: https://www.weave.works/blog/what-does-production-ready-really-mean-for-a-kubernetes-cluster

Slide 25

Slide 25 text

Kubernetes’ High-Level Architecture Overview

Slide 26

Slide 26 text

No content

Slide 27

Slide 27 text

No content

Slide 28

Slide 28 text

EKS • Certified Kubernetes distribution • OSS components available as EKS-Distribution • Can be run in Cloud or on-prem • Integrates well with AWS services for AWS customers • Enables Hybrid, and multi cloud workloads • High availability, security, resilience, and Fault tolerance "across AZs" • Undifferentiated heavy lifting

Slide 29

Slide 29 text

Why EKS? - CNCF certified distribution - can enable Hybrid, and multi cloud workloads - Integrates well with AWS managed services model - HA and Fault tolerance "across AZs" - Fully managed control plane ( self-healing, upgrades, patching)

Slide 30

Slide 30 text

https://landscape.cncf.io/ K8s Ecosystem

Slide 31

Slide 31 text

No content

Slide 32

Slide 32 text

No content

Slide 33

Slide 33 text

No content

Slide 34

Slide 34 text

https://www.zdnet.com/article/aws-makes-eks-anywhere-generally-available/

Slide 35

Slide 35 text

eksctl create cluster

Slide 36

Slide 36 text

Container OS Purpose built operating system Optimized for running containers Minimal Linux distribution No-Ops maintenance Cost effective Immutable Automation in mind Security in mind API driven AWS Bottlerocket

Slide 37

Slide 37 text

No content

Slide 38

Slide 38 text

Exploration time

Slide 39

Slide 39 text

Why Fargate? • Serverless wins: Focus on application • Scalability out of the box: clusters scales with application • Reduce operations and day-2 overhead: • Updates and patching for infra and cluster • Still need to take care of image updates • Better security isolation • Cost efficient

Slide 40

Slide 40 text

https://learnk8s.io/kubernetes-instance-calculator

Slide 41

Slide 41 text

Learning resources https://www.aws.training/Details/eLearning?id=32894 https://kube.academy/pro

Slide 42

Slide 42 text

That DevOps Guy: https://www.youtube.com/playlist?list=PLHq1uqvAteVvUEdqaBeMK2awVThNujwMd Nana: https://youtu.be/X48VuDVv0do

Slide 43

Slide 43 text

https://www.katacoda.com

Slide 44

Slide 44 text

https://amazon.qwiklabs.com/

Slide 45

Slide 45 text

Thank you