馃Two-tier application using Docker, Docker compose, and image scanning with Docker Scout.May 18, 2024路4 min read
DevSecOps Jenkins CI/CD Pipeline for a Node.js ApplicationCreating a project for setting up a Jenkins CI/CD pipeline for a Node.js application, Incorporating DevSecOps practices. Integrated SonarQube for core quality, OWASP for security testing, and Trivy for Docker image scanning. Prerequisites AWS-EC2 - ...Jun 13, 2024路6 min read
Terraform Providers - Day 6 of TerraWeekWelcome to Day 6 of the TerraWeek! 馃殌 In today's tasks, we will explore Terraform providers and their role in interacting with different cloud platforms or infrastructure services. We will also dive into provider configuration, authentication, and ha...Mar 23, 2024路9 min read
Terraform Modules - Day 5 of TerrWeekEarlier, we understood the concept related to What is Terraform? Why we need it? We also became familiar with HCL syntax and created a Terraform configuration using AWS EC2. Additionally, we gained an understanding of Terraform state. Now, we are mov...Mar 22, 2024路7 min read
Terraform State Management - Day 4 of TerrWeekOn Day 4 of TerraWeek, we are going to explore the Terraform State. How Terraform state helps track the current state of resources. we will explore different methods of storing the state file. Delve into remote state management options like AWS S3. B...Mar 22, 2024路7 min read
Terraform Managing Resource- Day 3 of TerrWeekOn Day 3 of TerraWeek, we dive into the crucial aspect of Terraform: managing resources. From defining resource configurations using HCL to understanding dependencies and lifecycle management, each aspect is meticulously explored. Through hands-on ex...Mar 22, 2024路3 min read
Terraform Configuration Language (HCL) - Day 2 of TerraWeekBefore we dive into the HCL syntax, let's take a moment to understand the concept of HCL and how it helps Terraform. What is HCL? HCL (HashiCorp Configuration Language) is a language used by Terraform for authoring configuration files. Here are some ...Mar 21, 2024路5 min read
Decoding Terraform: Managing Infrastructure with Code - Day 1 of TerraWeekIntroduction: Welcome to Terraweek, let's start with the concept of understanding the terraform and how it is a powerful tool to managing infrastructure as code. In this blog we will going to cover the basics of terraform and Installation of terrafor...Mar 21, 2024路8 min read