Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Terraform on AWS EKS Kubernetes IaC SRE- 50 Real-World Demos, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:15:49
    Introduction
  2. Урок 2. 00:04:37
    Step-01: MacOS: Install Terraform
  3. Урок 3. 00:04:55
    Step-02: Install VSCode Editor, VS Code Terraform Plugin and AWS CLI
  4. Урок 4. 00:05:41
    Step-03: Configure AWS CLI
  5. Урок 5. 00:04:16
    Step-04: Windows: Install Terraform & AWS CLI on Windows
  6. Урок 6. 00:01:12
    Step-05: Linux: Install Terraform Windows
  7. Урок 7. 00:04:34
    Step-06: Introduction to Terraform Workflow using Terraform Commands
  8. Урок 8. 00:05:33
    Step-07: Update Terraform manifest with AMI ID and Region
  9. Урок 9. 00:11:07
    Step-08: Execute Terraform core commands
  10. Урок 10. 00:07:46
    Step-09: Terraform Configuration Syntax
  11. Урок 11. 00:08:11
    Step-10: Terraform Arguments, Meta-Arguments and Attributes
  12. Урок 12. 00:04:43
    Step-11: Understand about Terraform Top Level Blocks
  13. Урок 13. 00:03:10
    Step-12: Terraform Top Level Blocks Example
  14. Урок 14. 00:04:09
    Step-01: Introduction to Terraform Settings, Providers and Resources
  15. Урок 15. 00:10:30
    Step-02: Understand and Implement Terraform Settings Block
  16. Урок 16. 00:14:15
    Step-03: Part-1: Understand and Implement Terraform Provider Block
  17. Урок 17. 00:05:36
    Step-04: Part-2: Implement Provider Block
  18. Урок 18. 00:09:56
    Step-05: Part-1: Create EC2 Instance Resource in Terraform
  19. Урок 19. 00:12:19
    Step-06: Part-2: Create EC2 Instance Resource in Terraform
  20. Урок 20. 00:09:07
    Step-07: Terraform State Basics
  21. Урок 21. 00:04:39
    Step-08: Clean-Up
  22. Урок 22. 00:05:06
    Step-01: Introduction to Variables Section
  23. Урок 23. 00:04:54
    Step-02: Input Variables Introduction
  24. Урок 24. 00:05:22
    Step-03: Implement Input Variables
  25. Урок 25. 00:06:41
    Step-04: Create Security Group Resources
  26. Урок 26. 00:11:36
    Step-05: Create AMI Datasource Resource
  27. Урок 27. 00:05:31
    Step-06: Create EC2 Instance Resource
  28. Урок 28. 00:04:47
    Step-07: Create Output Values
  29. Урок 29. 00:08:43
    Step-08: Execute Terraform Commands and Clean-Up
  30. Урок 30. 00:10:29
    Step-01: Implement Variable Lists, Maps and also Meta-Argument Count
  31. Урок 31. 00:09:19
    Step-02: Implement Outputs with For Loops and Splat Operators
  32. Урок 32. 00:09:35
    Step-03: Execute Terraform Commands, Test and learn about Terraform Comments
  33. Урок 33. 00:09:19
    Step-04: Implement AZ Datasource and for_each Meta-Argument
  34. Урок 34. 00:10:36
    Step-05: Implement Outputs with toset, tomap functions and create and destroy
  35. Урок 35. 00:08:43
    Step-06: Implement Utility Project Base Version
  36. Урок 36. 00:07:14
    Step-07: Implement Utility Project Semi Dynamic Version
  37. Урок 37. 00:10:31
    Step-08: Implement Utility Project Full Dynamic Version with filtered output
  38. Урок 38. 00:08:10
    Step-09: Implement fix for az to instance type check and test
  39. Урок 39. 00:05:07
    Step-01: Introduction to VPC using Terraform
  40. Урок 40. 00:11:03
    Step-02: Build VPC Manually using AWS Management Console
  41. Урок 41. 00:13:27
    Step-03: Introduction to Terraform Modules
  42. Урок 42. 00:17:40
    Step-04: Create Basic VPC Module
  43. Урок 43. 00:09:11
    Step-05: Test Basic VPC Module by executing Terraform Commands
  44. Урок 44. 00:07:09
    Step-06: Provider and Modules Version Constraints
  45. Урок 45. 00:06:03
    Step-07: Standardize TF Code - Generic Variables and terraform.tfvars
  46. Урок 46. 00:05:56
    Step-08: Understand and Implement Local Blocks
  47. Урок 47. 00:14:44
    Step-09: VPC Module - Define Variables, Reference Variables in Module and Define
  48. Урок 48. 00:08:15
    Step-01: Introduction to creating AWS EC2 Bastion Host and Security Groups using
  49. Урок 49. 00:12:29
    Step-02: Review VPC changes using datasource aws_availability_zones
  50. Урок 50. 00:10:23
    Step-03: Create AWS Security Group using Terraform Module
  51. Урок 51. 00:06:48
    Step-04: Create AWS AMI Datasource Terraform Config
  52. Урок 52. 00:11:13
    Step-05: Create EC2 Instance and EIP
  53. Урок 53. 00:07:49
    Step-06: Introduction to Terraform Provisioners
  54. Урок 54. 00:13:27
    Step-07: Create Terraform Provisioners File, Remote-Exec, Local-Exec
  55. Урок 55. 00:05:46
    Step-08: Review Variables and VPC Tags for EKS Cluster
  56. Урок 56. 00:13:14
    Step-09: Execute TF Commands Verify and Clean-Up
  57. Урок 57. 00:11:00
    Step-00: Introduction to EKS Cluster Basics
  58. Урок 58. 00:12:18
    Step-01: Review EKS Variables, EKS Cluster IAM Role
  59. Урок 59. 00:05:13
    Step-02: Review EKS Node Group IAM Role
  60. Урок 60. 00:14:09
    Step-03: Create EKS Cluster Terraform Resource
  61. Урок 61. 00:10:51
    Step-04: Create EKS Node Groups in Public and Private Subnets
  62. Урок 62. 00:06:54
    Step-05: Review EKS Variables and EKS Outputs
  63. Урок 63. 00:16:49
    Step-06: Execute TF Commands, Verify EKS Cluster from AWS Mgmt Console
  64. Урок 64. 00:07:42
    Step-07: Install kubectl, configure kubeconfig and verify
  65. Урок 65. 00:11:26
    Step-08: SSH to Worker nodes from Bastion Host and Verify
  66. Урок 66. 00:09:56
    Step-09: Run fundamental kubectl commands to explore EKS Cluster
  67. Урок 67. 00:08:44
    Step-10: Understand EKS Cluster Network Interfaces
  68. Урок 68. 00:06:58
    Step-11: Understand EKS Security Groups
  69. Урок 69. 00:07:04
    Step-12: Destroy Private Node Group, stop bastion host to avoid unnecessary cost
  70. Урок 70. 00:06:17
    Step-01: Kubernetes Architecture
  71. Урок 71. 00:02:28
    Step-02: EKS Cluster Architecture
  72. Урок 72. 00:03:47
    Step-03: Kubernetes Fundamentals Introduction
  73. Урок 73. 00:04:33
    Step-04: Introduction to Kubernetes Pods
  74. Урок 74. 00:07:29
    Step-05: Kubernetes Pods Demo
  75. Урок 75. 00:04:45
    Step-06: Kubernetes Node Port Service Introduction
  76. Урок 76. 00:07:26
    Step-07: Kubernetes Node Port Service Demo
  77. Урок 77. 00:05:56
    Step-08: Interacting with Kubernetes Pods
  78. Урок 78. 00:01:27
    Step-09: Delete Kubernetes Pod
  79. Урок 79. 00:03:58
    Step-10: Kubernetes ReplicaSet Introduction
  80. Урок 80. 00:05:17
    Step-11: Create Kubernetes ReplicaSet
  81. Урок 81. 00:08:38
    Step-12: ReplicaSet: Expose, HATest, Scalability and Delete
  82. Урок 82. 00:04:05
    Step-13: Introduction to Kubernetes Deployment
  83. Урок 83. 00:06:18
    Step-14: Create Deployment, Scale and Expose
  84. Урок 84. 00:07:31
    Step-15: Update Kubernetes Deployment
  85. Урок 85. 00:03:34
    Step-16: Edit Kubernetes Deployments
  86. Урок 86. 00:07:12
    Step-17: Kubernetes Deployment Rollback
  87. Урок 87. 00:07:30
    Step-18: Kubernetes Deployment Pause and Resume Options
  88. Урок 88. 00:04:39
    Step-19: Kubernetes Service Introduction
  89. Урок 89. 00:10:36
    Step-20: Kubernetes Service Demo
  90. Урок 90. 00:00:44
    Step-21: Kubernetes Declarative Way Introduction
  91. Урок 91. 00:10:03
    Step-22: YAML Basics
  92. Урок 92. 00:10:27
    Step-23: Create Pods with YAML
  93. Урок 93. 00:06:48
    Step-24: Create Node Port Service with YAML
  94. Урок 94. 00:08:50
    Step-25: Create ReplicaSet with YAML
  95. Урок 95. 00:03:08
    Step-26: Create Node Port Service for ReplicaSet
  96. Урок 96. 00:06:08
    Step-27: Create and Test Deployments
  97. Урок 97. 00:10:08
    Step-28: Create Kubernetes Backend manifests and deploy
  98. Урок 98. 00:08:13
    Step-29: Create Kubernetes Frontend manifests and deploy
  99. Урок 99. 00:04:08
    Step-30: Services - Kubectl Apply and Tips
  100. Урок 100. 00:09:11
    Step-01: Introduction to Kubernetes Deployment and Service
  101. Урок 101. 00:06:22
    Step-02: Review Kubernetes Deployment Manifest
  102. Урок 102. 00:09:08
    Step-03: Review NodePort, Load Balancer CLB and NLB Service Manifests
  103. Урок 103. 00:08:22
    Step-04: Deploy k8s-manifests, Review Deployment, ReplicaSet and Pods
  104. Урок 104. 00:09:57
    Step-05: Verify k8s services, sample app and delete k8s manifests
  105. Урок 105. 00:05:59
    Step-01: Introduction to Terraform Kubernetes Provider
  106. Урок 106. 00:09:01
    Step-02: Create TF Configs - C1 TF Settings and C2 Remote State Datasource
  107. Урок 107. 00:10:10
    Step-03: Create C3 Providers TF Config
  108. Урок 108. 00:09:14
    Step-04: Create C4 Deployment TF Config
  109. Урок 109. 00:12:09
    Step-05: Create C5, C6, C7 k8s services TF Config
  110. Урок 110. 00:09:34
    Step-06: Execute TF Commands, Verify NP, CLB, NLB Services using Sample App Depl
  111. Урок 111. 00:02:54
    Step-07: CleanUp k8s and EKS Cluster Resources
  112. Урок 112. 00:16:24
    Step-01: Introduction to Terraform Remote State Storage and State Locking
  113. Урок 113. 00:07:38
    Step-02: Create S3 Bucket, DynamoDB Tables and Update Project-1 TF Backend
  114. Урок 114. 00:09:47
    Step-03: Create EKSCluster, k8s Resources and verify TF State files for two proj
  115. Урок 115. 00:09:08
    Step-04: Deploy Sample App, Verify and Test TFState versioning
  116. Урок 116. 00:02:18
    Step-05: CleanUp - Destroy k8s resources and EKS Cluster
  117. Урок 117. 00:19:46
    Step-01: Introduction to IRSA
  118. Урок 118. 00:15:48
    Step-02: Review IAM OIDC Provider TF Configs
  119. Урок 119. 00:06:48
    Step-03: Create EKS Cluster and Verify OIDC Provider Endpoints
  120. Урок 120. 00:08:38
    Step-04: Review Project-2: c1, c2, c3, c4 and IAM Role, Policy
  121. Урок 121. 00:02:16
    Step-05: Create Kubernetes Service Account TF Config
  122. Урок 122. 00:05:05
    Step-06: Create Kubernetes Job TF Config
  123. Урок 123. 00:09:08
    Step-07: Execute TF Commands, Verify k8s SA and Jobs
  124. Урок 124. 00:09:07
    Step-08: Recreate k8s job using Terraform using taint, apply -replace
  125. Урок 125. 00:04:07
    Step-09: CleanUp IRSA Demo resources
  126. Урок 126. 00:10:39
    Step-01: Introduction to EBS CSI using HELM
  127. Урок 127. 00:10:13
    Step-02: Review C1 to C3-02 TF Configs
  128. Урок 128. 00:04:46
    Step-03: Create HTTP Datasource TF Config for IAM Policy
  129. Урок 129. 00:08:08
    Step-04: Review c4-02 TF Configs IAM Policy and IAM Role
  130. Урок 130. 00:05:50
    Step-05: Create c4-03 Helm Provider TFConfig
  131. Урок 131. 00:15:36
    Step-06: Create c4-04 Helm Release and c4-05 Helm Output TF Configs
  132. Урок 132. 00:09:58
    Step-07: Execute TF Commands to Install EBS CSI Driver
  133. Урок 133. 00:13:30
    Step-08: Verify EBS CSI Controller and Node k8s objects in detail
  134. Урок 134. 00:05:02
    Step-09: Verify EBS CSI ServiceAccount and its annotation with IAM Role
  135. Урок 135. 00:12:17
    Step-01: Introduction to EBS Demo using k8s YAML
  136. Урок 136. 00:04:21
    Step-02: Review 01 EKS Cluster Project and 02 EBS CSI Driver Project
  137. Урок 137. 00:19:10
    Step-03: Review 01 to 05 k8s yaml files related to MysqlDB
  138. Урок 138. 00:09:10
    Step-04: Review 06 to 09 k8s yaml files related to UserMgmt webapp
  139. Урок 139. 00:14:37
    Step-05: Deploy and Verify UMS WebApp
  140. Урок 140. 00:10:03
    Step-06: Verify MySQLClient, Test UMS WebApp and CleanUp
  141. Урок 141. 00:03:17
    Step-01: Introduction to EBS Demo using k8s TF Configs
  142. Урок 142. 00:09:13
    Step-02: Review Project-01, 02 and also Project-03 C1,C2 and C3 TF Configs
  143. Урок 143. 00:07:53
    Step-03: Create TF Configs for Storage Class, PVC and ConfigMap
  144. Урок 144. 00:15:51
    Step-04: Create TF Configs for MySQL Deployment and ClusterIP Service
  145. Урок 145. 00:12:49
    Step-05: Create TF Configs for UserMgmt WebApp Deployment and Services
  146. Урок 146. 00:10:20
    Step-06: Execute TF Commands, Verify EBS Sample App Demo and CleanUp
  147. Урок 147. 00:06:30
    Step-01: Introduction to Retain and Resize Settings and Execute TF Commands
  148. Урок 148. 00:06:51
    Step-02: Verify and Test k8s Storage Class Resize Setting
  149. Урок 149. 00:07:13
    Step-03: Verify and Test k8s Storage Class Retain Setting and CleanUp 02-ebs pro
  150. Урок 150. 00:06:16
    Step-01: Introduction to EBS CSI EKS Add-On
  151. Урок 151. 00:14:03
    Step-02: Create EBS CSI Add-On Terraform Resource
  152. Урок 152. 00:18:53
    Step-03: Deploy, Verify and Clean-Up EBS CSI Add-On
  153. Урок 153. 00:13:30
    Step-00: Overall EKS IAM Introduction
  154. Урок 154. 00:12:14
    Step-01: Understand AWS EKS Authentication & Authorization
  155. Урок 155. 00:03:59
    Step-02: Understand about EKS Cluster Creator User
  156. Урок 156. 00:05:26
    Step-03: Introduction to Provisioning AWS Admin as EKS Admin
  157. Урок 157. 00:11:21
    Step-04: Create IAM User and AWS CLI Profile
  158. Урок 158. 00:16:17
    Step-05: Update aws-auth configMap and Verify access
  159. Урок 159. 00:02:43
    Step-01: Introduction to Provisioning AWS Basic User as EKS Admin
  160. Урок 160. 00:10:47
    Step-02: Create IAM User, AWS CLI Profile and Verify kubeconfig generation
  161. Урок 161. 00:06:21
    Step-03: Create IAM Policy, Associate to User and Verify
  162. Урок 162. 00:04:31
    Step-04: CleanUp IAM Users, Policies, EKS Cluster and AWS CLI Profiles
  163. Урок 163. 00:04:08
    Step-01: Introduction to Provisioning AWS Users as EKS Admins using Terraform
  164. Урок 164. 00:09:55
    Step-02: Create IAM User TF Configs
  165. Урок 165. 00:04:46
    Step-03: Create TF Configs for Kubernetes Provider and EKSCluster Auth DS
  166. Урок 166. 00:22:59
    Step-04: Create ConfigMap Roles, Users locals block and k8s ConfigMapTF Configs
  167. Урок 167. 00:15:04
    Step-05: Create EKS Cluster and Verify with both users
  168. Урок 168. 00:02:53
    Step-06: CleanUp EKS Cluster and AWS CLI Profiles
  169. Урок 169. 00:07:02
    Step-01: Introduction to EKS IAM Roles
  170. Урок 170. 00:04:41
    Step-02: Pre-requisite: Check if EKS Cluster or we need to create it
  171. Урок 171. 00:07:37
    Step-03: Create IAM Trust Policy, IAM EKS Full Access Policy and IAM Role
  172. Урок 172. 00:06:57
    Step-04: Create IAM Group, Group Policy and Update aws-auth config map
  173. Урок 173. 00:06:22
    Step-05: Create AWS CLI Profile for eksadmin1 and set it as default profile
  174. Урок 174. 00:08:23
    Step-06: Create STS Assume Role Creds, configure kubeconfig and test
  175. Урок 175. 00:05:01
    Step-07: Test STS Assume Role using AWS Mgmt console for eksadmin1 user
  176. Урок 176. 00:05:41
    Step-08: CleanUp EKS Cluster and CLI Profiles
  177. Урок 177. 00:05:50
    Step-01: Introduction to EKS IAM Roles - Automate with Terraform
  178. Урок 178. 00:07:56
    Step-02: Create IAM Role with STS Assume Role Trust Policy and IAM EKS Full Acce
  179. Урок 179. 00:10:03
    Step-03: Create IAM Group, IAM Group Policy, IAM User and Associate User to Grou
  180. Урок 180. 00:03:30
    Step-04: Update aws-auth ConfigMap MapRoles section with IAM Role
  181. Урок 181. 00:09:11
    Step-05: Execute TF Commands, Create EKS Cluster and Verify resources created
  182. Урок 182. 00:08:42
    Step-06: Test Switch Role using kubectl and AWS Console for EKS Cluster
  183. Урок 183. 00:02:42
    Step-07: Cleanup EKS Cluster
  184. Урок 184. 00:10:50
    Step-01: Introduction to Kubernetes RBAC
  185. Урок 185. 00:12:29
    Step-02: Introduction to IAM ReadOnly Roles for EKS Access
  186. Урок 186. 00:05:01
    Step-03: Review IAMRole, IAMGroup, IAMUser eksreadonly TF Configs
  187. Урок 187. 00:08:48
    Step-04: Review ClusterRole, ClusterRoleBinding, aws-auth ConfigMap TFConfigs
  188. Урок 188. 00:09:08
    Step-05: Create EKS Cluster, verify aws-auth, create user login profile and secu
  189. Урок 189. 00:15:22
    Step-06: Test Switch Role using AWS Console and kubectl for EKS Cluster
  190. Урок 190. 00:15:58
    Step-01: Introduction to IAM Developer Roles for EKS Access
  191. Урок 191. 00:08:44
    Step-02: Review TFConfigs for Project-01 EKS Cluster TF Project
  192. Урок 192. 00:10:58
    Step-03: Create EKS Cluster, Verify ReadOnly Access for Developer User
  193. Урок 193. 00:11:17
    Step-04: Deploy Sample App YAML manifests, Test and CleanUp
  194. Урок 194. 00:16:18
    Step-05: Deploy TF Manifests, Test and CleanUp
  195. Урок 195. 00:06:31
    Step-06: CleanUp EKSCluster and AWS CLI Profiles
  196. Урок 196. 00:03:30
    Step-00: Introduction to all Ingress Demos
  197. Урок 197. 00:15:16
    Step-01: Introduction to AWS Load Balancer Controller with Terraform
  198. Урок 198. 00:05:42
    Step-02: Review TFConfigs and Create EKS Cluster
  199. Урок 199. 00:22:17
    Step-03: Review TFConfigs of Project 02-LBC from c1 to c4-05
  200. Урок 200. 00:06:52
    Step-04: Understand IngressClass and review its TFConfig
  201. Урок 201. 00:13:32
    Step-05: Execute TF Commands, Verify LBC Deployment, Pods, Service Accounts & Se
  202. Урок 202. 00:16:55
    Step-06: Optional - LBC Service Account & TLS Cert Internals
  203. Урок 203. 00:11:53
    Step-01: Introduction to Ingress Basics
  204. Урок 204. 00:05:46
    Step-02: Understand How AWS Load Balancer Controller Works
  205. Урок 205. 00:11:18
    Step-03: Create Ingress Manifest using YAML
  206. Урок 206. 00:08:07
    Step-04: Deploy and Test Ingress YAML manifest
  207. Урок 207. 00:10:59
    Step-05: Create Ingress Manifest using Terraform
  208. Урок 208. 00:04:59
    Step-06: Deploy and Test Ingress Terraform Configs and CleanUp
  209. Урок 209. 00:07:40
    Step-01: Introduction to Ingress Context Path based Routing
  210. Урок 210. 00:15:15
    Step-02: Review CPR Ingress YAML Manifests
  211. Урок 211. 00:10:31
    Step-03: Write the CPR Ingress Terraform Manifests
  212. Урок 212. 00:07:44
    Step-04: Execute TF Commands, Test Ingress CPR and CleanUp
  213. Урок 213. 00:12:38
    Step-01: Introduction to Ingress SSL and SSL Redirect Annotations
  214. Урок 214. 00:04:45
    Step-02: Register a new domain in AWS Route53
  215. Урок 215. 00:06:49
    Step-03: Review Ingress YAML Manifests for SSL and SSL Redirect usecase
  216. Урок 216. 00:09:06
    Step-04: Review Ingress Terraform Manifests for SSL and SSL Redirect usecase
  217. Урок 217. 00:14:46
    Step-05: Execute TF Commands, Test Ingress SSL and CleanUp
  218. Урок 218. 00:06:19
    Step-01: Introduction to ExternalDNS Install
  219. Урок 219. 00:18:28
    Step-02: Review ExternalDNS TFConfigs
  220. Урок 220. 00:07:31
    Step-03: Execute TF Commands, Test External DNS Pod logs
  221. Урок 221. 00:02:53
    Step-01: Introduction to Ingress with External DNS
  222. Урок 222. 00:09:11
    Step-02: Review TF Configs, Execute TF Commands, Test and CleanUp
  223. Урок 223. 00:03:47
    Step-01: Introduction to Kubernetes Service with External DNS
  224. Урок 224. 00:10:50
    Step-02: Review TF Configs, Execute TF Commands, Test and CleanUp k8s Service De
  225. Урок 225. 00:07:45
    Step-01: Introduction to Ingress Name based Virtual Host Routing
  226. Урок 226. 00:16:21
    Step-02: Review NVHR TFConfigs, Execute TF Commands, Test and CleanUp
  227. Урок 227. 00:07:01
    Step-01: Introduction to Ingress SSL Discovery Host and TLS
  228. Урок 228. 00:08:37
    Step-02: Implement SSL Discovery Host Demo
  229. Урок 229. 00:09:38
    Step-03: Review SSL Discovery TLS Demo TFConfigs
  230. Урок 230. 00:06:46
    Step-04: Execute TF Commands SSL Discovery TLS Demo, Test and Clean-Up
  231. Урок 231. 00:08:15
    Step-01: Introduction to Ingress Groups
  232. Урок 232. 00:10:06
    Step-02: Review YAML and TFConfigs for Ingress Groups
  233. Урок 233. 00:07:31
    Step-03: Execute TF Commands, Test Ingress Groups and CleanUp
  234. Урок 234. 00:05:48
    Step-01: Introduction to Ingress Target Type IP
  235. Урок 235. 00:06:52
    Step-02: Ingress Target Type IP - Review, Execute TF Commands, Test and CleanUp
  236. Урок 236. 00:04:03
    Step-01: Introduction to Ingress Internal LB and Curl Pod
  237. Урок 237. 00:09:53
    Step-02: Ingress Internal LB - Review, Execute TF Commands, Test and CleanUp
  238. Урок 238. 00:08:59
    Step-01: Introduction to Ingress Cross Namespaces
  239. Урок 239. 00:09:41
    Step-02: Review YAML and TFConfigs for Ingress Cross Namespace
  240. Урок 240. 00:07:04
    Step-03: Execute TF Commands, Test Ingress Cross NS and CleanUp
  241. Урок 241. 00:20:27
    Step-01: Introduction to NLB Basics
  242. Урок 242. 00:07:21
    Step-02: Review YAML and TF Configs for NLB Basics Usecase
  243. Урок 243. 00:05:47
    Step-03: Execute TF Commands, Test NLB and CleanUp
  244. Урок 244. 00:11:41
    Step-01: Introduction to AWS NLB TLS and External DNS
  245. Урок 245. 00:08:29
    Step-02: Review YAML and TF Configs for NLB TLS and ExtDNS
  246. Урок 246. 00:07:58
    Step-03: Execute TF Commands, Verify NLB TLS ExtDNS and Clean-Up
  247. Урок 247. 00:05:49
    Step-01: Introduction to AWS NLB Internal LB
  248. Урок 248. 00:16:45
    Step-02: Review NLB Internal LB YAML, TFConfigs, Deploy, Verify and Cleanup
  249. Урок 249. 00:13:14
    Step-01: What is AWS Fargate for AWS EKS
  250. Урок 250. 00:11:52
    Step-02: Introduction to Fargate Profiles
  251. Урок 251. 00:11:50
    Step-03: Review TF Configs for Fargate Profile
  252. Урок 252. 00:09:12
    Step-04: Execute TF Commands and Verify Fargate Profile created
  253. Урок 253. 00:05:21
    Step-01: Introduction to Running workloads on Fargate
  254. Урок 254. 00:14:13
    Step-02: Review TF Configs, Execute TFCommands and Verify
  255. Урок 255. 00:12:53
    Step-03: Understand Fargate Pod Memory and CPU and CleanUp all projects
  256. Урок 256. 00:13:21
    Step-01: Introduction to Fargate Only EKS Cluster
  257. Урок 257. 00:11:23
    Step-02: Review TF Configs for P01 EKS Cluster
  258. Урок 258. 00:07:50
    Step-03: Execute TF Commands for P01 EKS Cluster and patch coredns
  259. Урок 259. 00:12:52
    Step-04: Execute TF Commands for P02, P03, P04, Verify and CleanUp all projects
  260. Урок 260. 00:18:05
    Step-01: Introduction to AWS EFS CSI Driver Install
  261. Урок 261. 00:04:11
    Step-02: Create EKS Cluster
  262. Урок 262. 00:18:39
    Step-03: Review TF Configs for P02 EFS CSI Install
  263. Урок 263. 00:10:34
    Step-04: Execute TF Commands for EFS CSI P02 and Verify
  264. Урок 264. 00:09:54
    Step-01: Introduction to AWS EFS Static Provisioning
  265. Урок 265. 00:12:14
    Step-02: Review TFConfigs EFS Resource
  266. Урок 266. 00:14:47
    Step-03: Review TFConfigs StorageClass, PVC, PV, EFS Writer App
  267. Урок 267. 00:05:23
    Step-04: Review TFConfigs MyApp1
  268. Урок 268. 00:16:59
    Step-05: Execute TF Commands, Verify EFS Static Provisioning and CleanUp
  269. Урок 269. 00:02:53
    Step-01: Introduction to AWS EFS Dynamic Provisioning
  270. Урок 270. 00:04:23
    Step-02: Review TFConifgs P03 EFS Dynamic Provisioning
  271. Урок 271. 00:08:13
    Step-03: Execute TF Commands for P03 EFS Dynamic Provisioning, Verify and Clean
  272. Урок 272. 00:03:40
    Step-01: Introduction to EFS File System Mount for Fargate Workloads
  273. Урок 273. 00:04:32
    Step-02: Create Fargate Profile P03
  274. Урок 274. 00:11:58
    Step-03: Review, Create,Verify and CleanUp P04 EFS Static Provisioning
  275. Урок 275. 00:08:55
    Step-04: Review, Create,Verify and CleanUp P04 EFS Dynamic Provisioning
  276. Урок 276. 00:03:35
    Step-05: CleanUp Fargate Profiles and EFS CSI Projects
  277. Урок 277. 00:09:26
    Step-01: Introduction to Kubernetes Cluster Autoscaler
  278. Урок 278. 00:09:02
    Step-02: Apply P01 EKS Cluster changes which are Tags and ASG Full Access
  279. Урок 279. 00:12:22
    Step-03: Review TF Configs P02 Cluster Autoscaler
  280. Урок 280. 00:05:40
    Step-04: Execute TF Commands, Verify Cluster Autoscaler
  281. Урок 281. 00:06:58
    Step-05: Cluster Autoscaler Testing
  282. Урок 282. 00:12:19
    Step-01: Introduction to HPA and Metrics Server
  283. Урок 283. 00:09:51
    Step-02: Review TFConfigs and Deploy Metrics Server
  284. Урок 284. 00:11:07
    Step-03: Review TFConfigs P04, Deploy, Verify and CleanUp
  285. Урок 285. 00:10:00
    Step-01: Introduction to VPA
  286. Урок 286. 00:12:35
    Step-02: Review Prerequisites for VPA Install
  287. Урок 287. 00:09:50
    Step-03: Review P03 VPA TFConfigs
  288. Урок 288. 00:09:37
    Step-04: Execute TF Commands Verify P03
  289. Урок 289. 00:13:21
    Step-05: VPA demo with YAML Part-1: VPA UpdateMode Auto
  290. Урок 290. 00:05:03
    Step-06:VPA Demo with YAML Part-2: VPA Resource Policy
  291. Урок 291. 00:10:31
    Step-07: VPA Terraform Demo
  292. Урок 292. 00:16:47
    Step-01: What is CloudWatch Container Insights ?
  293. Урок 293. 00:08:38
    Step-02: Introduction to CloudWatch Agent and FluentBit
  294. Урок 294. 00:06:36
    Step-03: Review Project-01 CloudWatchAgentServer IAM Policy
  295. Урок 295. 00:07:34
    Step-04: Review Project-02 CloudWatchAgent and FB ConfigMaps
  296. Урок 296. 00:10:10
    Step-05: Deploy CloudWatch Agent
  297. Урок 297. 00:05:05
    Step-06: Deploy FluentBit Agent
  298. Урок 298. 00:07:22
    Step-07: Verify CloudWatch Container Insights
  299. Урок 299. 00:09:29
    Step-08: Verify FluentBit Log Insights
  300. Урок 300. 00:04:23
    Step-09: CleanUp CWA, FluentBit, Sample App and Log Groups
  301. Урок 301. 00:13:29
    Step-01: Introduction to CWA and FB using Terraform
  302. Урок 302. 00:17:43
    Step-02: Review P02 CloudWatch Agent, FluentBit TFConfigs
  303. Урок 303. 00:09:43
    Step-03: Execute TF Commands and Understand CWA and FB resources
  304. Урок 304. 00:08:30
    Step-04: Verify CloudWatch Container Insights (CWA, FB)
  305. Урок 305. 00:01:38
    Step-05: CleanUp Sample, CWA and FluentBit