Introduction
  • Introduction
Basics: Docker and Kubernetes
  • What is Docker? How it works?
  • Why Docker?
  • Architecture of Kubernetes
  • What are Pods and Services
AWS ECR (Elastic Container Registry)
  • Building docker image locally
  • Public ECR Repository
  • Private ECR Repository
AWS Fargate (Server-less compute for containers)
  • Creating cluster for AWS Fargate
  • Creating task for AWS Fargate
  • Running Tasks for first time
  • Accessing the application and creating more similar tasks
AWS ECS Elastic Container Services
  • Creating cluster for AWS ECS with EC2
  • Defining Task
  • Running Task
  • Creating and Running Services
AWS EKS Elastic Kubernetes Services
  • Installing eksctl
  • Creating Cloudformation stack
  • Starting up minikube cluster
  • Creating Pod with ECR image
  • Creating Replicaset and Scaling UP/DOWN
  • Configuring Kubernetes cluster
  • Creating Deployment and Service
  • Accessing application
Kubernetes Refresher
  • Creating minikube cluster
  • Creating Pod using YAML
  • Replica controller
  • Replica Set
  • Deployment
  • Scaling Up Down
  • Quick Update and Easy rollback