Deploy Infra In The Cloud Using Terraform
Last updated 1/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 4.99 GB | Duration: 6h 43m
Last updated 1/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 4.99 GB | Duration: 6h 43m
Learn how to apply Infrastructure as Code (IaC) with Terraform. Covers Web Apps, Database, VM, Kubernetes and Azure.
What you'll learn
Automate infrastructure deployment to the cloud
Create Terraform templates
Working with the "Execution Plan"
Sharing and locking the State file
Deploy into dev/test and production
DevOps CI/CD pipelines for Terraform
GitOps with Atlantis
Creating and deploying Web Apps, Databases, VMs, Storage, Kubernetes clusters
Deploy to multiple cloud platforms using Modules
Troubleshooting Terraform
Applying Infrastructure as Code (IaC)
Requirements
Basic cloud services
Description
Terraform is becoming the standard when it comes to deploying infrastructure into the cloud or on premise.In this course you will learn how to create and deploy Terraform templates.We will work with the different Terraform commands like init, plan, apply and destroy.We'll explore terraform features like input and output parameters, the execution plan and the remote backend state.We'll write templates for Web Apps, SQL Database, VMs, Storage, Kubernetes clusters and many more.We'll create the DevOps CI/CD pipelines using Azure DevOps and Github Actions to deploy into multiple environments: dev, test and prod.Then we'll implement GitOps for Terraform using Atlantis.Along all these demonstrations you'll also learn the Best practices in terms of security, configuration and scalability.I hope you are ready and excited for this journey!Bring a coffee and lets get started.Current plan:IntroIntro to Terraform (Init, Plan, Apply, Delete)Requirements (Terraform, Azure subscription, Azure CLI, VS Code+TF plugin, any OS)ResourceGroupDeploying Resource Group into AzurePay Attention to Resource RecreationValidate and Format TemplatesWebAppDeploying Web AppAdding Variables FileCreating Variables in .tfvars FilesOverriding Variables in the command lineCreating Output VariablesExecution PlanOverview of Terraform PlanDemoTF_StateWorking with Remote Backend StateInfra DeploymentsDeploying SQL Server with a DatabaseDeploying and configuring Web App and SQL ServerDeploying Linux VMDeploying Windows VM with Azure BastionDeploying AKS clusterDeploying AKS with Managed Identity and ACRTerraform featuresFunctions (for each, for, count, if/else, random, lower, upper, min, max…)DevOps with TerraformDeploy Terraform templates using Azure DevOpsConfiguring the CI/CD pipelinesUpcoming lectures:Data SourceWorkspaces/EnvironmentsTesting TF with TerratestMulticloudDeploy to AWS and GCPGitOps with TF (Atlantis…)TF with ARMTF competitors: Ansible, Pulumi, ARM, Cloud FormationTF Providers for Kubernetes, Helm, Docker, GIT…
Who this course is for:
Beginner to cloud automation,Software developers switching to Ops or DevOps,Students looking for more in depth course for IaC