#Day 23 - Jenkins Freestyle Project For DevOps EngineerWhat is CICD CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single codebase. It is a software development practice where the developers commit their work frequently into the...Nov 5, 2023·3 min read
#Day 9 - Deep Dive in Git & GitHubTask 01: What is Git and why is it important? Git is a distributed version control system (DVCS) that is widely used for tracking changes in source code during software development. It was created by Linus Torvalds in 2005 and has become a fundamen...Oct 23, 2023·10 min read
TerraWeek day 6:Task 01: Learn and compare Terraform Providers Terraform providers are plugins that allow Terraform to interact with various cloud providers, services, and platforms. Each provider extends Terraform's capabilities to manage resources specific to the ...Oct 19, 2023·4 min read
TerraWeek day 5:Task 01: What are modules in Terraform and why do we need modules in Terraform? In simple terms, we can say that A module is a simple directory that contains other .tf files. By using modules we can make the code reusable. We need modules for various...Oct 18, 2023·9 min read
TerraWeek day 4:Task 01: Importance of Terraform State- 📚 Research: Dive into the importance of Terraform state in managing infrastructure. Discover how Terraform state helps track the current state of resources and ensures smooth infrastructure provisioning and ma...Oct 13, 2023·7 min read
TerraWeek day 3:Task 01: Create a Terraform configuration file to define a resource of AWS EC2 instance, Azure storage account, Google Compute Engine, etc. (anyone). First of all, Make sure you have the AWS Command Line Interface (CLI) and Terraform installed on you...Oct 10, 2023·5 min read
TerraWeek day 2:Task 1: Familiarize yourself with the HCL syntax used in Terraform Learn about HCL blocks, parameters, and arguments HCL (HashiCorp Configuration Language) is a domain-specific language used for defining infrastructure as code (IaC) in various Hashi...Oct 5, 2023·7 min read