-
Урок 1.
00:14:36
Introduction
-
Урок 2.
00:01:57
Github Repository
-
Урок 3.
00:02:49
Step-01: Install CLI - Introduction
-
Урок 4.
00:03:32
Step-02: Install AWS CLI
-
Урок 5.
00:02:25
Step-03: Install kubectl CLI
-
Урок 6.
00:01:15
Step-04: Install eksctl CLI
-
Урок 7.
00:10:18
Step-05: EKS Cluster Introduction
-
Урок 8.
00:05:08
Step-06: Create EKS Cluster
-
Урок 9.
00:08:30
Step-07: Create EKS Managed Node Group & IAM OIDC Provider
-
Урок 10.
00:12:24
Step-08: Verify EKS Cluster Nodes
-
Урок 11.
00:03:18
Step-09: EKS Cluster Pricing Note - Very Important
-
Урок 12.
00:04:33
Step-10: EKS Delete Cluster
-
Урок 13.
00:02:19
Step-01: Docker Fundamentals - Introduction
-
Урок 14.
00:09:20
Step-02: Introduction to Docker, Why Docker, What Problems Docker Solve.
-
Урок 15.
00:05:36
Step-03: Docker Architecture or Docker Terminology
-
Урок 16.
00:06:37
Step-04: Docker Installation
-
Урок 17.
00:10:18
Step-05: Docker - Pull Docker Image from Docker Hub and Run it locally
-
Урок 18.
00:10:44
Step-06: Docker - Build Docker Image locally, Test and Push it to Docker Hub
-
Урок 19.
00:03:00
Step-07: Docker - Essential Commands Overview
-
Урок 20.
00:06:17
Step-00-01: Kubernetes Architecture
-
Урок 21.
00:02:28
Step-00-02: Kubernetes vs AWS EKS Architecture
-
Урок 22.
00:03:47
Step-00-03: Kubernetes Fundamentals - Introduction
-
Урок 23.
00:04:33
Step-01: Introduction to Kubernetes Pods
-
Урок 24.
00:07:29
Step-02: Kubernetes Pods Demo
-
Урок 25.
00:04:45
Step-03: Kubernetes NodePort Service Introduction
-
Урок 26.
00:07:26
Step-04: Kubernetes NodePort Service and Pods Demo
-
Урок 27.
00:05:56
Step-05: Interact with Pod - Connect to contianer in a pod
-
Урок 28.
00:01:27
Step-06: Delete Pod
-
Урок 29.
00:03:58
Step-07: Kubernetes ReplicaSet - Introduction
-
Урок 30.
00:05:17
Step-08: Kubernetes ReplicaSet - Review manifests and Create ReplicaSet
-
Урок 31.
00:08:38
Step-09: Kubernetes ReplicaSet - Expose and Test via Browser
-
Урок 32.
00:04:05
Step-10: Kubernetes Deployment - Introduction
-
Урок 33.
00:06:18
Step-11: Kubernetes Deployment - Demo
-
Урок 34.
00:07:31
Step-12: Kubernetes Deployment - Update Deployment using Set Image Option
-
Урок 35.
00:03:34
Step-13: Kubernetes Deployment - Edit Deployment using kubectl edit
-
Урок 36.
00:07:12
Step-14: Kubernetes Deployment - Rollback Application to Previous Version - Undo
-
Урок 37.
00:07:30
Step-15: Kubernetes Deployment - Pause and Resume Deployments
-
Урок 38.
00:04:39
Step-16: Kubernetes Services - Introduction
-
Урок 39.
00:10:36
Step-17: Kubernetes Services - Demo
-
Урок 40.
00:00:44
Step-01: Introduction to Kubernetes Declarative Approach
-
Урок 41.
00:10:03
Step-02: YAML Basics Introduction
-
Урок 42.
00:10:27
Step-04: Create Pods with YAML
-
Урок 43.
00:06:48
Step-05: Create NodePort Service with YAML and Access Application via Browser
-
Урок 44.
00:08:50
Step-06: Create ReplicaSets using YAML
-
Урок 45.
00:03:08
Step-07: Create NodePort Service with YAML and Access Application via Browser
-
Урок 46.
00:06:08
Step-08: Create Deployment with YAML and Test
-
Урок 47.
00:10:08
Step-09: Backend Application - Create Deployment and ClusterIP Service
-
Урок 48.
00:08:13
Step-10: Frontend Application - Create Deployment and NodePort Service
-
Урок 49.
00:04:08
Step-11: Deploy and Test - Frontend and Backend Applications
-
Урок 50.
00:09:04
Step-01: EKS Storage Introduction
-
Урок 51.
00:06:00
Step-02: Install EBS CSI Driver
-
Урок 52.
00:11:13
Step-03: Create Kubernetes Manifests for Storage Class, PVC and ConfigMap
-
Урок 53.
00:13:24
Step-04: Create Kubernetes Manifests for MySQL Deployment & ClusterIP Service
-
Урок 54.
00:04:18
Step-05: Test by connecting to MySQL Database
-
Урок 55.
00:03:25
Step-06: Storage References
-
Урок 56.
00:09:44
Step-07: Create Kubernetes Manifests for User Management Microservice Deployment
-
Урок 57.
00:04:27
Step-08: Test User Management Microservice with MySQL Database in Kubernetes
-
Урок 58.
00:10:30
Step-09: Test User Management Microservice UMS using Postman
-
Урок 59.
00:03:19
Step-01: Kubernetes Important Concepts for Application Deployments -Introduction
-
Урок 60.
00:09:19
Step-02: Kubernetes Secrets
-
Урок 61.
00:07:44
Step-03: Kubernetes Init Containers
-
Урок 62.
00:05:29
Step-04: Kubernetes Liveness & Readiness Probes Introduction
-
Урок 63.
00:08:32
Step-05: Create Kubernetes Liveness & Readiness Probes
-
Урок 64.
00:10:34
Step-06: Kubernetes Resources - Requests & Limits
-
Урок 65.
00:09:19
Step-07: Kubernetes Namespaces - Introduction
-
Урок 66.
00:11:50
Step-08: Kubernetes Namespaces - Create Imperatively using kubectl
-
Урок 67.
00:05:20
Step-09: Kubernetes Namespaces - Limit Range - Introduction
-
Урок 68.
00:08:48
Step-10: Kubernetes Namespaces - Create Limit Range k8s manifest
-
Урок 69.
00:07:44
Step-11: Kubernetes Namespaces - Limit Range - Update App k8s Manifest, Deploy
-
Урок 70.
00:06:41
Step-12: Kubernetes - Resource Quota
-
Урок 71.
00:10:31
Step-01: EKS Storage - RDS DB Introduction
-
Урок 72.
00:11:36
Step-02: Create RDS DB
-
Урок 73.
00:10:29
Step-03: Create Kubernetes ExternalName Service & Other Manifests, Deploy & Test
-
Урок 74.
00:09:26
Step-01: AWS Load Balancers Introduction
-
Урок 75.
00:06:19
Step-02: Create EKS Private Node Group
-
Урок 76.
00:09:51
Step-03: EKS with Classic Load Balancers Demo
-
Урок 77.
00:06:58
Step-04: EKS with Network Load Balancers Demo
-
Урок 78.
00:04:22
EKS-08-00-LBC-01-What-are-we-going-to-learn-AWS-LBC-Ingress
-
Урок 79.
00:11:30
Step-00-02: Ingress Introduction Part 2
-
Урок 80.
00:07:40
Step-01: Introduction to AWS Load Balancer Controller
-
Урок 81.
00:10:36
Step-02: Verify Pre-requisites
-
Урок 82.
00:15:53
Step-03: Create IAM Policy, IAM Role, k8s service account and annotate it with I
-
Урок 83.
00:09:18
Step-04: Install AWS Load Balancer Controller using HELM
-
Урок 84.
00:08:16
Step-05: Verify AWS LBC Deployment and WebHook Service
-
Урок 85.
00:16:55
Step-06: LBC Service Account and TLS Cert Internals
-
Урок 86.
00:00:37
Step-06-02: Uninstall Load Balancer Controller Command SHOULD NOT BE EXECUTED
-
Урок 87.
00:07:08
Step-07: Introduction to Kubernetes Ingress Class Resource
-
Урок 88.
00:03:37
Step-08: Deploy Ingress and Verify
-
Урок 89.
00:11:47
Step-01: Introduction to Ingress Basics
-
Урок 90.
00:03:35
Step-02: Review Kubernetes Deployment and NodePort Service manifest
-
Урок 91.
00:12:34
Step-03: Create Ingress k8s manifest with default backend
-
Урок 92.
00:12:13
Step-04: Deploy Ingress default backend and verify and clean-up
-
Урок 93.
00:14:36
Step-05: Create, Deploy Ingress Rules and verify and clean-up
-
Урок 94.
00:06:38
Step-01: Introduction to Ingress Context Path Based Routing
-
Урок 95.
00:05:17
Step-02: Review Kubernetes Deployment and NodePort Service manifest for App1, Ap
-
Урок 96.
00:14:39
Step-03: Review Ingress CPR, Deploy and Verify
-
Урок 97.
00:05:58
Step-04: Discuss Ingress Importance of Rules ordering
-
Урок 98.
00:03:08
Step-01: Introduction to ALB Ingress SSL
-
Урок 99.
00:04:45
Step-02: Register Domain AWS Route53
-
Урок 100.
00:04:02
Step-03: Create SSL Certificate in AWS Certificate Manager
-
Урок 101.
00:12:24
Step-04: Update SSL Ingress Annotation, Deploy and Test
-
Урок 102.
00:06:10
Step-05: Update SSL Ingress Redirection Annotation, Deploy, Test and CleanUp
-
Урок 103.
00:04:09
Step-01: Introduction to ALB Ingress External DNS Install
-
Урок 104.
00:08:50
Step-02: Create IAM Policy, k8s Service Account, IAM Role and Verify
-
Урок 105.
00:06:37
Step-03: Review and Update External DNS k8s manifest
-
Урок 106.
00:04:46
Step-04: Deploy External DNS and Verify Logs
-
Урок 107.
00:09:57
Step-05: Ingress Service Demo with External DNS
-
Урок 108.
00:05:53
Step-06: Kubernetes Service Demo with External DNS
-
Урок 109.
00:04:49
Step-01: Introduction to Ingress Name Based Virtual Host Routing
-
Урок 110.
00:13:03
Step-02: Implement Ingress NVR Demo
-
Урок 111.
00:05:02
Step-01: Introduction to Ingress SSL Discovery
-
Урок 112.
00:07:01
Step-02: Implement SSL Discovery Host Demo
-
Урок 113.
00:08:38
Step-03: Implement SSL Discovery TLS Demo
-
Урок 114.
00:06:48
Step-01: Introduction to Ingress Groups
-
Урок 115.
00:09:41
Step-02: Implement Ingress Groups Demo with 3 Apps
-
Урок 116.
00:03:18
Step-01: Introduction to Ingress Target Type IP Mode
-
Урок 117.
00:11:26
Step-02: Implement Ingress Target Type IP Mode
-
Урок 118.
00:01:29
Step-01: Introduction to Ingress Internal ALB
-
Урок 119.
00:08:50
Step-02: Create Internal ALB using Ingress and Test and Clean-Up
-
Урок 120.
00:14:19
Step-01: EKS & Fargate Introduction
-
Урок 121.
00:10:18
Step-02: Fargate Basics Introduction
-
Урок 122.
00:09:51
Step-03: Create EKS Profile using eksctl & Review k8s manifests to be deployed
-
Урок 123.
00:09:08
Step-04: EKS Fargate - Deploy to Fargate & Test & Clean-Up
-
Урок 124.
00:09:23
Step-05: EKS Fargate - Mixed Mode Introduction
-
Урок 125.
00:11:51
Step-06: EKS Fargate - Create Profiles using YAML
-
Урок 126.
00:12:39
Step-07: EKS Fargate - Deploy 3 Apps & Test, 2 On Fargate and 1 on EC2Node Group
-
Урок 127.
00:02:28
Step-00: Introduction to AWS NLB 6 Demos
-
Урок 128.
00:18:58
Step-01: Introduction to Network Load Balancer with k8s Service
-
Урок 129.
00:09:16
Step-02: Review kubernetes manifest - Deployment and Service with NLB Annotation
-
Урок 130.
00:08:41
Step-03: Deploy NLB Basics k8s manifests, Verify and CleanUp
-
Урок 131.
00:08:22
Step-04: Introduction to NLB TLS with k8s Service
-
Урок 132.
00:07:10
Step-05: NLB TLS Demo Deploy, Verify and Clean-Up
-
Урок 133.
00:09:17
Step-06: NLB External DNS Demo using k8s Service
-
Урок 134.
00:09:12
Step-07: NLB Elastic IPs Demo using k8s Service
-
Урок 135.
00:12:46
Step-08: NLB InternalLB Demo using k8s Service
-
Урок 136.
00:15:18
Step-09: NLB Fargate Demo with Target Type IP
-
Урок 137.
00:06:59
Step-01: EKS & ECR - Introduction
-
Урок 138.
00:04:02
Step-02: ECR Terminology & Pre-requisites
-
Урок 139.
00:11:45
Step-03: Create ECR Repository on AWS, Build Docker Image Locally & Push to ECR
-
Урок 140.
00:06:38
Step-04: Review Kubernetes Manifests & Node Group Role
-
Урок 141.
00:04:17
Step-05: Deploy Kubernetes Manifests & Test & CleanUp
-
Урок 142.
00:06:28
Step-01: EKS DevOps - Introduction
-
Урок 143.
00:02:31
Step-02: What are we going to learn?
-
Урок 144.
00:03:00
Step-03: Pre-requisite Checks
-
Урок 145.
00:10:06
Step-04: CodeCommit - Create Git Repository, Clone, Copy Manifests and Push
-
Урок 146.
00:08:13
Step-05: Create STS Assume IAM Role for CodeBuild to interact with AWS EKS
-
Урок 147.
00:05:55
Step-06: CodeBuild Introduction
-
Урок 148.
00:14:09
Step-07: CodeBuild - Review Buildspec.yml
-
Урок 149.
00:04:22
Step-08: CodePipeline - Introduction
-
Урок 150.
00:12:39
Step-09: Create CodePipeline
-
Урок 151.
00:06:00
Step-10: CodeBuild IAM Role - Fix ECR Access to CodeBuild IAM Role
-
Урок 152.
00:07:55
Step-11: CodeBuild IAM role - Fix STS Assume Role
-
Урок 153.
00:11:41
Step-12: Update index.html with V3 Version and Push changes and Monitor Pipeline
-
Урок 154.
00:02:17
Step-01: Microservices Introduction
-
Урок 155.
00:09:10
Step-02: Microservices Deployment on EKS - Introduction
-
Урок 156.
00:10:17
Step-03: Pre-requisite Checks
-
Урок 157.
00:06:17
Step-04: Review Notification Microservice Kubernetes Manifests
-
Урок 158.
00:05:09
Step-05: Review User Management Microservice Kubernetes Manifests
-
Урок 159.
00:14:24
Step-06: UMS & NS Microservices Deployment & Test
-
Урок 160.
00:08:26
Step-07: Microservices Rollout new Deployments and CleanUp
-
Урок 161.
00:04:20
Step-01: Introduction to Microservices Distributed Tracing using AWS X-Ray
-
Урок 162.
00:07:06
Step-02: Introduction to Kubernetes DaemonSets
-
Урок 163.
00:12:32
Step-03: AWS EKS and X-Ray Network Design
-
Урок 164.
00:03:43
Step-04: Pre-requisites
-
Урок 165.
00:10:10
Step-05: AWS X-Ray Deploy on EKS Cluster as DaemonSet
-
Урок 166.
00:08:39
Step-06: Review Kubernetes Manifests with AWS X-Ray Environment Variables
-
Урок 167.
00:13:52
Step-07: AWS EKS and X-Ray - Deploy and Test
-
Урок 168.
00:01:18
Step-08: Clean-Up
-
Урок 169.
00:05:02
Step-01: Microservices Canary Deployment - Introduction
-
Урок 170.
00:02:46
Step-02: Pre-requisites Check
-
Урок 171.
00:02:43
Step-03: Review Kubernetes Manifests - Notification Microservice V2
-
Урок 172.
00:05:39
Step-04: Deploy & Test Kubernetes Manifests for Microservices Canary Deployments
-
Урок 173.
00:05:02
Step-05: Downside & Best Approaches
-
Урок 174.
00:05:16
Step-01: Horizontal Pod Autoscaler - Introduction
-
Урок 175.
00:04:55
Step-02: Deploy Metrics Server and Sample Application
-
Урок 176.
00:11:23
Step-03: Enable HPA, Load Test, Verify and Clean-Up
-
Урок 177.
00:03:27
Step-01: Vertical Pod Autoscaler - Introduction
-
Урок 178.
00:06:52
Step-02: Install VPA Components & Sample Demo Application
-
Урок 179.
00:10:05
Step-03: Create VPA Manifest, Deploy, Load Test, Analyze and Clean-Up
-
Урок 180.
00:02:07
Step-01: EKS Cluster Autoscaler - Introduction
-
Урок 181.
00:10:13
Step-02: Deploy Cluster Autoscaler and Verify
-
Урок 182.
00:06:50
Step-03: Load Test, Verify Cluster Worker Nodes Scale-Up and Scale-In
-
Урок 183.
00:11:23
Step-01: CloudWatch Container Insights - Introduction
-
Урок 184.
00:07:22
Step-02: Install Container Insights as Daemonsets on EKS Cluster
-
Урок 185.
00:14:42
Step-03: Deploy Sample App, Load Test and Verify Container Insights Dashboard
-
Урок 186.
00:09:43
Step-04: CloudWatch Log Insights in Depth
-
Урок 187.
00:10:21
Step-05: CloudWatch Alarms for Container Insights Metrics
-
Урок 188.
00:12:08
Step-00: ALB Ingress Controller Introduction - Part-1
-
Урок 189.
00:06:02
Step-01: ALB Ingress Controller Introduction - Part-2
-
Урок 190.
00:06:27
Step-02: ALB Ingress Install - Introduction
-
Урок 191.
00:14:34
Step-03: Create k8s Service Account, AWS IAM Role & Policy for ALB Ingress
-
Урок 192.
00:03:29
Step-04: Deploy ALB Ingress Controller & Verify
-
Урок 193.
00:05:19
Step-05: ALB Ingress Basic Architecture - Introduction
-
Урок 194.
00:07:43
Step-06: Application Load Balancer - Foundation before moving on to ALB Ingress
-
Урок 195.
00:06:17
Step-07: Create ALB Ingress Manifest
-
Урок 196.
00:12:28
Step-08: ALB Ingress Basic Manifest - Deploy & Test
-
Урок 197.
00:04:27
Step-09: ALB Ingress Context Path Based Routing - Introduction
-
Урок 198.
00:07:02
Step-09-01: ALB Ingress - Create Kubernetes Manifest
-
Урок 199.
00:05:31
Step-10: ALB Ingress Context Path Based Routing - Deploy & Test
-
Урок 200.
00:02:45
Step-11: ALB Ingress SSL - Introduction
-
Урок 201.
00:04:45
Step-12: ALB Ingress SSL - Register new DNS Domain
-
Урок 202.
00:03:48
Step-13: ALB Ingress SSL - Create SSL Certificate using AWS Certificate Manager
-
Урок 203.
00:10:12
Step-14: ALB Ingress SSL - Deploy & Test
-
Урок 204.
00:09:33
Step-15: ALB Ingress SSL Redirect - Update Ingress Manifest
-
Урок 205.
00:06:19
Step-16: ALB Ingress SSL Redirect - Deploy & Test
-
Урок 206.
00:03:53
Step-17: ALB Ingress External DNS - Introduction
-
Урок 207.
00:05:56
Step-18: ALB Ingress External DNS- Create Service Account, IAM Role & IAM Policy
-
Урок 208.
00:09:25
Step-19: ALB Ingress External DNS - Create k8s Manifest & Deploy & Verify
-
Урок 209.
00:08:50
Step-20: ALB Ingress External DNS - Deploy k8s Manifests, Test & Clean-up
https://www.udemy.com/course/terraform-on-aws-eks-kubernetes-iac-sre-50-real-world-demos/