وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Terraform on AWS EKS Kubernetes IaC SRE- 50 Real-World Demos

سرفصل های دوره

AWS EKS IAM, Ingress, EBS CSI, EFS CSI, VPC, Fargate, Application & Network Load Balancer, Autoscaling (CA, HPA, VPA)


01 - Introduction
  • 001 Introduction
  • 002 Course GitHub Repository Links.html

  • 02 - Section-02 Terraform Install Tools, Command and Language Basics
  • 001 Step-00 Pre-requisite Note about this module.html
  • 002 Step-01 MacOS Install Terraform
  • 003 Step-02 Install VSCode Editor, VS Code Terraform Plugin and AWS CLI
  • 004 Step-03 Configure AWS CLI
  • 005 Connect with Me !!!.html
  • 006 Step-04 Windows Install Terraform & AWS CLI on Windows
  • 007 Step-05 Linux Install Terraform Windows
  • 008 Step-06 Introduction to Terraform Workflow using Terraform Commands
  • 009 Step-07 Update Terraform manifest with AMI ID and Region
  • 010 Step-08 Execute Terraform core commands
  • 011 Step-09 Terraform Configuration Syntax
  • 012 Step-10 Terraform Arguments, Meta-Arguments and Attributes
  • 013 Step-11 Understand about Terraform Top Level Blocks
  • 014 Step-12 Terraform Top Level Blocks Example

  • 03 - Section-03 Terraform Settings, Providers and Resources
  • 001 Step-01 Introduction to Terraform Settings, Providers and Resources
  • 002 Step-02 Understand and Implement Terraform Settings Block
  • 003 Step-03 Part-1 Understand and Implement Terraform Provider Block
  • 004 Step-04 Part-2 Implement Provider Block
  • 005 Step-05 Part-1 Create EC2 Instance Resource in Terraform
  • 006 Step-06 Part-2 Create EC2 Instance Resource in Terraform
  • 007 Step-07 Terraform State Basics
  • 008 Step-08 Clean-Up

  • 04 - Section-04 Terraform Input Variables, Output Values, Datasources
  • 001 Step-01 Introduction to Variables Section
  • 002 Step-02 Input Variables Introduction
  • 003 Step-03 Implement Input Variables
  • 004 Step-04 Create Security Group Resources
  • 005 Step-05 Create AMI Datasource Resource
  • 006 Step-06 Create EC2 Instance Resource
  • 007 Step-07 Create Output Values
  • 008 Step-08 Execute Terraform Commands and Clean-Up

  • 05 - Section-05 Terraform Loops, MetaArguments, Splat Operator and Functions
  • 001 Step-01 Implement Variable Lists, Maps and also Meta-Argument Count
  • 002 Step-02 Implement Outputs with For Loops and Splat Operators
  • 003 Step-03 Execute Terraform Commands, Test and learn about Terraform Comments
  • 004 Step-04 Implement AZ Datasource and for_each Meta-Argument
  • 005 Step-05 Implement Outputs with toset, tomap functions and create and destroy
  • 006 Step-06 Implement Utility Project Base Version
  • 007 Step-07 Implement Utility Project Semi Dynamic Version
  • 008 Step-08 Implement Utility Project Full Dynamic Version with filtered output
  • 009 Step-09 Implement fix for az to instance type check and test

  • 06 - Section-06 AWS VPC 3-Tier Architecture Design using Terraform
  • 001 Step-01 Introduction to VPC using Terraform
  • 002 Step-02 Build VPC Manually using AWS Management Console
  • 003 Step-03 Introduction to Terraform Modules
  • 004 Step-04 Create Basic VPC Module
  • 005 Step-05 Test Basic VPC Module by executing Terraform Commands
  • 006 Step-06 Provider and Modules Version Constraints
  • 007 Step-07 Standardize TF Code - Generic Variables and terraform.tfvars
  • 008 Step-08 Understand and Implement Local Blocks
  • 009 Step-09 VPC Module - Define Variables, Reference Variables in Module and Define

  • 07 - Section-07 Bastion Host AWS EC2 Instances, Security Groups, TF Provisioners
  • 001 Step-01 Introduction to creating AWS EC2 Bastion Host and Security Groups using
  • 002 Step-02 Review VPC changes using datasource aws_availability_zones
  • 003 Step-03 Create AWS Security Group using Terraform Module
  • 004 Step-04 Create AWS AMI Datasource Terraform Config
  • 005 Step-05 Create EC2 Instance and EIP
  • 006 Step-06 Introduction to Terraform Provisioners
  • 007 Step-07 Create Terraform Provisioners File, Remote-Exec, Local-Exec
  • 008 Step-08 Review Variables and VPC Tags for EKS Cluster
  • 009 Step-09 Execute TF Commands Verify and Clean-Up

  • 08 - Section-08 AWS EKS Cluster, Public and Private Node Groups using Terraform
  • 001 Step-00 Introduction to EKS Cluster Basics
  • 002 Step-01 Review EKS Variables, EKS Cluster IAM Role
  • 003 Step-02 Review EKS Node Group IAM Role
  • 004 Step-03 Create EKS Cluster Terraform Resource
  • 005 Step-04 Create EKS Node Groups in Public and Private Subnets
  • 006 Step-05 Review EKS Variables and EKS Outputs
  • 007 Step-06 Execute TF Commands, Verify EKS Cluster from AWS Mgmt Console
  • 008 Step-07 Install kubectl, configure kubeconfig and verify
  • 009 Step-08 SSH to Worker nodes from Bastion Host and Verify
  • 010 Step-09 Run fundamental kubectl commands to explore EKS Cluster
  • 011 Step-10 Understand EKS Cluster Network Interfaces
  • 012 Step-11 Understand EKS Security Groups
  • 013 Step-12 Destroy Private Node Group, stop bastion host to avoid unnecessary cost

  • 09 - Section-09 Kubernetes Fundamentals
  • 001 Step-01 Kubernetes Architecture
  • 002 Step-02 EKS Cluster Architecture
  • 003 Step-03 Kubernetes Fundamentals Introduction
  • 004 Step-04 Introduction to Kubernetes Pods
  • 005 Step-05 Kubernetes Pods Demo
  • 006 Step-06 Kubernetes Node Port Service Introduction
  • 007 Step-07 Kubernetes Node Port Service Demo
  • 008 Step-08 Interacting with Kubernetes Pods
  • 009 Step-09 Delete Kubernetes Pod
  • 010 Step-10 Kubernetes ReplicaSet Introduction
  • 011 Step-11 Create Kubernetes ReplicaSet
  • 012 Step-12 ReplicaSet Expose, HATest, Scalability and Delete
  • 013 Step-13 Introduction to Kubernetes Deployment
  • 014 Step-14 Create Deployment, Scale and Expose
  • 015 Step-15 Update Kubernetes Deployment
  • 016 Step-16 Edit Kubernetes Deployments
  • 017 Step-17 Kubernetes Deployment Rollback
  • 018 Step-18 Kubernetes Deployment Pause and Resume Options
  • 019 Step-19 Kubernetes Service Introduction
  • 020 Step-20 Kubernetes Service Demo
  • 021 Step-21 Kubernetes Declarative Way Introduction
  • 022 Step-22 YAML Basics
  • 023 Step-23 Create Pods with YAML
  • 024 Step-24 Create Node Port Service with YAML
  • 025 Step-25 Create ReplicaSet with YAML
  • 026 Step-26 Create Node Port Service for ReplicaSet
  • 027 Step-27 Create and Test Deployments
  • 028 Step-28 Create Kubernetes Backend manifests and deploy
  • 029 Step-29 Create Kubernetes Frontend manifests and deploy
  • 030 Step-30 Services - Kubectl Apply and Tips

  • 10 - Section-10 Kubernetes Deployment and Service using YAML
  • 001 Step-01 Introduction to Kubernetes Deployment and Service
  • 002 Step-02 Review Kubernetes Deployment Manifest
  • 003 Step-03 Review NodePort, Load Balancer CLB and NLB Service Manifests
  • 004 Step-04 Deploy k8s-manifests, Review Deployment, ReplicaSet and Pods
  • 005 Step-05 Verify k8s services, sample app and delete k8s manifests

  • 11 - Section-11 Terraform Kubernetes Provider - Kubernetes Deployment & Service
  • 001 Step-01 Introduction to Terraform Kubernetes Provider
  • 002 Step-02 Create TF Configs - C1 TF Settings and C2 Remote State Datasource
  • 003 Step-03 Create C3 Providers TF Config
  • 004 Step-04 Create C4 Deployment TF Config
  • 005 Step-05 Create C5, C6, C7 k8s services TF Config
  • 006 Step-06 Execute TF Commands, Verify NP, CLB, NLB Services using Sample App Depl
  • 007 Step-07 CleanUp k8s and EKS Cluster Resources

  • 12 - Section-12 Terraform Remote State Storage - AWS S3 & DynamoDB
  • 001 Step-01 Introduction to Terraform Remote State Storage and State Locking
  • 002 Step-02 Create S3 Bucket, DynamoDB Tables and Update Project-1 TF Backend
  • 003 Step-03 Create EKSCluster, k8s Resources and verify TF State files for two proj
  • 004 Step-04 Deploy Sample App, Verify and Test TFState versioning
  • 005 Step-05 CleanUp - Destroy k8s resources and EKS Cluster

  • 13 - Section-13 AWS EKS IAM Roles for Service Accounts (IRSA) using Terraform
  • 001 Step-01 Introduction to IRSA
  • 002 Step-02 Review IAM OIDC Provider TF Configs
  • 003 Step-03 Create EKS Cluster and Verify OIDC Provider Endpoints
  • 004 Step-04 Review Project-2 c1, c2, c3, c4 and IAM Role, Policy
  • 005 Step-05 Create Kubernetes Service Account TF Config
  • 006 Step-06 Create Kubernetes Job TF Config
  • 007 Step-07 Execute TF Commands, Verify k8s SA and Jobs
  • 008 Step-08 Recreate k8s job using Terraform using taint, apply -replace
  • 009 Step-09 CleanUp IRSA Demo resources

  • 14 - Section-14 AWS EKS EBS CSI Driver Install with Self-Managed AddOn Option using
  • 001 Step-01 Introduction to EBS CSI using HELM
  • 002 Step-02 Review C1 to C3-02 TF Configs
  • 003 Step-03 Create HTTP Datasource TF Config for IAM Policy
  • 004 Step-04 Review c4-02 TF Configs IAM Policy and IAM Role
  • 005 Step-05 Create c4-03 Helm Provider TFConfig
  • 006 Step-06 Create c4-04 Helm Release and c4-05 Helm Output TF Configs
  • 007 Step-07 Execute TF Commands to Install EBS CSI Driver
  • 008 Step-08 Verify EBS CSI Controller and Node k8s objects in detail
  • 009 Step-09 Verify EBS CSI ServiceAccount and its annotation with IAM Role

  • 15 - Section-15 AWS EKS EBS Demo using k8s YAML (UserMgmt WebApp with MySQL DB)
  • 001 Step-01 Introduction to EBS Demo using k8s YAML
  • 002 Step-02 Review 01 EKS Cluster Project and 02 EBS CSI Driver Project
  • 003 Step-03 Review 01 to 05 k8s yaml files related to MysqlDB
  • 004 Step-04 Review 06 to 09 k8s yaml files related to UserMgmt webapp
  • 005 Step-05 Deploy and Verify UMS WebApp
  • 006 Step-06 Verify MySQLClient, Test UMS WebApp and CleanUp

  • 16 - Section-16 AWS EKS EBS Demo using k8s Terraform (UserMgmt WebApp with MySQL DB
  • 001 Step-01 Introduction to EBS Demo using k8s TF Configs
  • 002 Step-02 Review Project-01, 02 and also Project-03 C1,C2 and C3 TF Configs
  • 003 Step-03 Create TF Configs for Storage Class, PVC and ConfigMap
  • 004 Step-04 Create TF Configs for MySQL Deployment and ClusterIP Service
  • 005 Step-05 Create TF Configs for UserMgmt WebApp Deployment and Services
  • 006 Step-06 Execute TF Commands, Verify EBS Sample App Demo and CleanUp

  • 17 - Section-17 AWS EKS EBS Volumes Retain and Resize Settings
  • 001 Step-01 Introduction to Retain and Resize Settings and Execute TF Commands
  • 002 Step-02 Verify and Test k8s Storage Class Resize Setting
  • 003 Step-03 Verify and Test k8s Storage Class Retain Setting and CleanUp 02-ebs pro

  • 18 - Section-18 AWS EBS CSI EKS Add-On
  • 001 Step-01 Introduction to EBS CSI EKS Add-On
  • 002 Step-02 Create EBS CSI Add-On Terraform Resource
  • 003 Step-03 Deploy, Verify and Clean-Up EBS CSI Add-On

  • 19 - Section-19 Provision AWS IAM Admin User as EKS Admin
  • 001 Step-00 Overall EKS IAM Introduction
  • 002 Step-01 Understand AWS EKS Authentication & Authorization
  • 003 Step-02 Understand about EKS Cluster Creator User
  • 004 Step-03 Introduction to Provisioning AWS Admin as EKS Admin
  • 005 Step-04 Create IAM User and AWS CLI Profile
  • 006 Step-05 Update aws-auth configMap and Verify access

  • 20 - Section-20 Provision AWS IAM Basic User as EKS Admin
  • 001 Step-01 Introduction to Provisioning AWS Basic User as EKS Admin
  • 002 Step-02 Create IAM User, AWS CLI Profile and Verify kubeconfig generation
  • 003 Step-03 Create IAM Policy, Associate to User and Verify
  • 004 Step-04 CleanUp IAM Users, Policies, EKS Cluster and AWS CLI Profiles

  • 21 - Section-21 Provision of AWS Users (Admin & Basic) as EKS Admins using Terraform
  • 001 Step-01 Introduction to Provisioning AWS Users as EKS Admins using Terraform
  • 002 Step-02 Create IAM User TF Configs
  • 003 Step-03 Create TF Configs for Kubernetes Provider and EKSCluster Auth DS
  • 004 Step-04 Create ConfigMap Roles, Users locals block and k8s ConfigMapTF Configs
  • 005 Step-05 Create EKS Cluster and Verify with both users
  • 006 Step-06 CleanUp EKS Cluster and AWS CLI Profiles

  • 22 - Section-22 Provision EKS Admins using IAM Roles & IAM Groups
  • 001 Step-01 Introduction to EKS IAM Roles
  • 002 Step-02 Pre-requisite Check if EKS Cluster or we need to create it
  • 003 Step-03 Create IAM Trust Policy, IAM EKS Full Access Policy and IAM Role
  • 004 Step-04 Create IAM Group, Group Policy and Update aws-auth config map
  • 005 Step-05 Create AWS CLI Profile for eksadmin1 and set it as default profile
  • 006 Step-06 Create STS Assume Role Creds, configure kubeconfig and test
  • 007 Step-07 Test STS Assume Role using AWS Mgmt console for eksadmin1 user
  • 008 Step-08 CleanUp EKS Cluster and CLI Profiles

  • 23 - Section-23 Provision EKS Admins using IAM Roles & IAM Groups using Terraform
  • 001 Step-01 Introduction to EKS IAM Roles - Automate with Terraform
  • 002 Step-02 Create IAM Role with STS Assume Role Trust Policy and IAM EKS Full Acce
  • 003 Step-03 Create IAM Group, IAM Group Policy, IAM User and Associate User to Grou
  • 004 Step-04 Update aws-auth ConfigMap MapRoles section with IAM Role
  • 005 Step-05 Execute TF Commands, Create EKS Cluster and Verify resources created
  • 006 Step-06 Test Switch Role using kubectl and AWS Console for EKS Cluster
  • 007 Step-07 Cleanup EKS Cluster

  • 24 - Section-24 Provision EKS ReadOnly User using IAM Roles, Groups & k8s CR, CRB
  • 001 Step-01 Introduction to Kubernetes RBAC
  • 002 Step-02 Introduction to IAM ReadOnly Roles for EKS Access
  • 003 Step-03 Review IAMRole, IAMGroup, IAMUser eksreadonly TF Configs
  • 004 Step-04 Review ClusterRole, ClusterRoleBinding, aws-auth ConfigMap TFConfigs
  • 005 Step-05 Create EKS Cluster, verify aws-auth, create user login profile and secu
  • 006 Step-06 Test Switch Role using AWS Console and kubectl for EKS Cluster

  • 25 - Section-25 Provision EKS Developer Users using IAM Roles, Groups & k8s R, RB
  • 001 Step-01 Introduction to IAM Developer Roles for EKS Access
  • 002 Step-02 Review TFConfigs for Project-01 EKS Cluster TF Project
  • 003 Step-03 Create EKS Cluster, Verify ReadOnly Access for Developer User
  • 004 Step-04 Deploy Sample App YAML manifests, Test and CleanUp
  • 005 Step-05 Deploy TF Manifests, Test and CleanUp
  • 006 Step-06 CleanUp EKSCluster and AWS CLI Profiles

  • 26 - Section-26 AWS Load Balancer Controller Install using Terraform Helm Provider
  • 001 Step-00 Introduction to all Ingress Demos
  • 002 Step-01 Introduction to AWS Load Balancer Controller with Terraform
  • 003 Step-02 Review TFConfigs and Create EKS Cluster
  • 004 Step-03 Review TFConfigs of Project 02-LBC from c1 to c4-05
  • 005 Step-04 Understand IngressClass and review its TFConfig
  • 006 Step-05 Execute TF Commands, Verify LBC Deployment, Pods, Service Accounts & Se
  • 007 Step-06 Optional - LBC Service Account & TLS Cert Internals

  • 27 - Section-27 Ingress Basics
  • 001 Step-01 Introduction to Ingress Basics
  • 002 Step-02 Understand How AWS Load Balancer Controller Works
  • 003 Step-03 Create Ingress Manifest using YAML
  • 004 Step-04 Deploy and Test Ingress YAML manifest
  • 005 Step-05 Create Ingress Manifest using Terraform
  • 006 Step-06 Deploy and Test Ingress Terraform Configs and CleanUp

  • 28 - Section-28 Ingress Context Path based Routing
  • 001 Step-01 Introduction to Ingress Context Path based Routing
  • 002 Step-02 Review CPR Ingress YAML Manifests
  • 003 Step-03 Write the CPR Ingress Terraform Manifests
  • 004 Step-04 Execute TF Commands, Test Ingress CPR and CleanUp

  • 29 - Section-29 Ingress SSL and SSL Redirect - Automate with Terraform
  • 001 Step-01 Introduction to Ingress SSL and SSL Redirect Annotations
  • 002 Step-02 Register a new domain in AWS Route53
  • 003 Step-03 Review Ingress YAML Manifests for SSL and SSL Redirect usecase
  • 004 Step-04 Review Ingress Terraform Manifests for SSL and SSL Redirect usecase
  • 005 Step-05 Execute TF Commands, Test Ingress SSL and CleanUp

  • 30 - Section-30 Install ExternalDNS using Terraform Helm Provider
  • 001 Step-01 Introduction to ExternalDNS Install
  • 002 Step-02 Review ExternalDNS TFConfigs
  • 003 Step-03 Execute TF Commands, Test External DNS Pod logs

  • 31 - Section-31 Ingress with ExternalDNS - Automate with Terraform
  • 001 Step-01 Introduction to Ingress with External DNS
  • 002 Step-02 Review TF Configs, Execute TF Commands, Test and CleanUp

  • 32 - Section-32 Kubernetes LB Service with ExternalDNS - Automate with Terraform
  • 001 Step-01 Introduction to Kubernetes Service with External DNS
  • 002 Step-02 Review TF Configs, Execute TF Commands, Test and CleanUp k8s Service De

  • 33 - Section-33 Ingress Name based Virtual Host Routing- Automate with Terraform
  • 001 Step-01 Introduction to Ingress Name based Virtual Host Routing
  • 002 Step-02 Review NVHR TFConfigs, Execute TF Commands, Test and CleanUp

  • 34 - Section-34, 35 Ingress SSL Discovery Host, TLS - Automate with Terraform
  • 001 Step-01 Introduction to Ingress SSL Discovery Host and TLS
  • 002 Step-02 Implement SSL Discovery Host Demo
  • 003 Step-03 Review SSL Discovery TLS Demo TFConfigs
  • 004 Step-04 Execute TF Commands SSL Discovery TLS Demo, Test and Clean-Up

  • 35 - Section-36 Ingress Groups - Automate with Terraform
  • 001 Step-01 Introduction to Ingress Groups
  • 002 Step-02 Review YAML and TFConfigs for Ingress Groups
  • 003 Step-03 Execute TF Commands, Test Ingress Groups and CleanUp

  • 36 - Section-37 Ingress Target Type IP - Automate with Terraform
  • 001 Step-01 Introduction to Ingress Target Type IP
  • 002 Step-02 Ingress Target Type IP - Review, Execute TF Commands, Test and CleanUp

  • 37 - Section-38 Ingress Internal Load Balancer - Automate with Terraform
  • 001 Step-01 Introduction to Ingress Internal LB and Curl Pod
  • 002 Step-02 Ingress Internal LB - Review, Execute TF Commands, Test and CleanUp

  • 38 - Section-39 Ingress Cross Namespaces - Automate with Terraform
  • 001 Step-01 Introduction to Ingress Cross Namespaces
  • 002 Step-02 Review YAML and TFConfigs for Ingress Cross Namespace
  • 003 Step-03 Execute TF Commands, Test Ingress Cross NS and CleanUp

  • 39 - Section-40 AWS Network Load Balancer with AWS Load Balancer Controller
  • 001 Step-01 Introduction to NLB Basics
  • 002 Step-02 Review YAML and TF Configs for NLB Basics Usecase
  • 003 Step-03 Execute TF Commands, Test NLB and CleanUp

  • 40 - Section-41 AWS NLB TLS, External DNS with AWS LBC - Automate with Terraform
  • 001 Step-01 Introduction to AWS NLB TLS and External DNS
  • 002 Step-02 Review YAML and TF Configs for NLB TLS and ExtDNS
  • 003 Step-03 Execute TF Commands, Verify NLB TLS ExtDNS and Clean-Up

  • 41 - Section-42 AWS NLB Internal LB with AWS LBC - Automate with Terraform
  • 001 Step-01 Introduction to AWS NLB Internal LB
  • 002 Step-02 Review NLB Internal LB YAML, TFConfigs, Deploy, Verify and Cleanup

  • 42 - Section-43 AWS EKS Fargate Profiles using Terraform
  • 001 Step-01 What is AWS Fargate for AWS EKS
  • 002 Step-02 Introduction to Fargate Profiles
  • 003 Step-03 Review TF Configs for Fargate Profile
  • 004 Step-04 Execute TF Commands and Verify Fargate Profile created

  • 43 - Section-44 Run EKS Workloads on AWS Fargate - Automate with Terraform
  • 001 Step-01 Introduction to Running workloads on Fargate
  • 002 Step-02 Review TF Configs, Execute TFCommands and Verify
  • 003 Step-03 Understand Fargate Pod Memory and CPU and CleanUp all projects

  • 44 - Section-45 AWS Fargate Only EKS Cluster using Terraform
  • 001 Step-01 Introduction to Fargate Only EKS Cluster
  • 002 Step-02 Review TF Configs for P01 EKS Cluster
  • 003 Step-03 Execute TF Commands for P01 EKS Cluster and patch coredns
  • 004 Step-04 Execute TF Commands for P02, P03, P04, Verify and CleanUp all projects

  • 45 - Section-46 AWS EFS CSI Controller Install using Terraform Helm Provider
  • 001 Step-01 Introduction to AWS EFS CSI Driver Install
  • 002 Step-02 Create EKS Cluster
  • 003 Step-03 Review TF Configs for P02 EFS CSI Install
  • 004 Step-04 Execute TF Commands for EFS CSI P02 and Verify

  • 46 - Section-47 AWS EFS Static Provisioning - Automate with Terraform
  • 001 Step-01 Introduction to AWS EFS Static Provisioning
  • 002 Step-02 Review TFConfigs EFS Resource
  • 003 Step-03 Review TFConfigs StorageClass, PVC, PV, EFS Writer App
  • 004 Step-04 Review TFConfigs MyApp1
  • 005 Step-05 Execute TF Commands, Verify EFS Static Provisioning and CleanUp

  • 47 - Section-48 AWS EFS Dynamic Provisioning - Automate with Terraform
  • 001 Step-01 Introduction to AWS EFS Dynamic Provisioning
  • 002 Step-02 Review TFConifgs P03 EFS Dynamic Provisioning
  • 003 Step-03 Execute TF Commands for P03 EFS Dynamic Provisioning, Verify and Clean

  • 48 - Section-49 AWS EFS File System Mount for Fargate Workloads
  • 001 Step-01 Introduction to EFS File System Mount for Fargate Workloads
  • 002 Step-02 Create Fargate Profile P03
  • 003 Step-03 Review, Create,Verify and CleanUp P04 EFS Static Provisioning
  • 004 Step-04 Review, Create,Verify and CleanUp P04 EFS Dynamic Provisioning
  • 005 Step-05 CleanUp Fargate Profiles and EFS CSI Projects

  • 49 - Section-50, 51 Kubernetes Cluster Autoscaler Controller Install with Terraform
  • 001 Step-01 Introduction to Kubernetes Cluster Autoscaler
  • 002 Step-02 Apply P01 EKS Cluster changes which are Tags and ASG Full Access
  • 003 Step-03 Review TF Configs P02 Cluster Autoscaler
  • 004 Step-04 Execute TF Commands, Verify Cluster Autoscaler
  • 005 Step-05 Cluster Autoscaler Testing

  • 50 - Section-52 Kubernetes Horizontal Pod Autoscaling with Terraform
  • 001 Step-01 Introduction to HPA and Metrics Server
  • 002 Step-02 Review TFConfigs and Deploy Metrics Server
  • 003 Step-03 Review TFConfigs P04, Deploy, Verify and CleanUp

  • 51 - Section-53 Kubernetes Vertical Pod Autoscaling with Terraform
  • 001 Step-01 Introduction to VPA
  • 002 Step-02 Review Prerequisites for VPA Install
  • 003 Step-03 Review P03 VPA TFConfigs
  • 004 Step-04 Execute TF Commands Verify P03
  • 005 Step-05 VPA demo with YAML Part-1 VPA UpdateMode Auto
  • 006 Step-06VPA Demo with YAML Part-2 VPA Resource Policy
  • 007 Step-07 VPA Terraform Demo

  • 52 - Section-54 AWS EKS Monitoring and Logging with kubectl
  • 001 Step-01 What is CloudWatch Container Insights
  • 002 Step-02 Introduction to CloudWatch Agent and FluentBit
  • 003 Step-03 Review Project-01 CloudWatchAgentServer IAM Policy
  • 004 Step-04 Review Project-02 CloudWatchAgent and FB ConfigMaps
  • 005 Step-05 Deploy CloudWatch Agent
  • 006 Step-06 Deploy FluentBit Agent
  • 007 Step-07 Verify CloudWatch Container Insights
  • 008 Step-08 Verify FluentBit Log Insights
  • 009 Step-09 CleanUp CWA, FluentBit, Sample App and Log Groups

  • 53 - Section-55 AWS EKS Monitoring and Logging with Terraform
  • 001 Step-01 Introduction to CWA and FB using Terraform
  • 002 Step-02 Review P02 CloudWatch Agent, FluentBit TFConfigs
  • 003 Step-03 Execute TF Commands and Understand CWA and FB resources
  • 004 Step-04 Verify CloudWatch Container Insights (CWA, FB)
  • 005 Step-05 CleanUp Sample, CWA and FluentBit

  • 54 - Congratulations !!!
  • 001 Congratulations !!!.html
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 10243
    حجم: 19273 مگابایت
    مدت زمان: 2715 دقیقه
    تاریخ انتشار: ۴ اردیبهشت ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید