Munilakshmi G J100daysdevops.hashnode.dev路10 hours agoDay 79 of 100 Days : Terraform ModulesWelcome to Day 79 of my 100 Days of DevOps journey! Today, we鈥檒l dive into Terraform Modules and understand why they are a game-changer for infrastructure as code. I鈥檝e also prepared a practical demo to illustrate how modules simplify and enhance inf...Terraform
Amitabh soniforamitabhdevops.hashnode.dev路11 hours agoDay-21 of #90DaysOfDevOpsDocker Interview Questions for Freshers Docker is an essential tool for DevOps professionals, and its prominence makes it a frequent topic in interviews. This blog presents 24 vital Docker interview questions with concise answers to help you prepare ...Devops
Kanav Gathe90-days-of-devops-kanav.hashnode.dev路11 hours agoHosting a Static Website on AWS S3: A Detailed Step-by-Step GuideIntroduction In this guide, I'll walk you through the process of hosting a static website using Amazon S3 (Simple Storage Service). By following these steps, you'll learn how to create a public S3 bucket, configure it for web hosting, and make your w...#90daysofdevops
Munilakshmi G J100daysdevops.hashnode.dev路Jan 12, 2025Day 78 of 100 Days : Mastering Terraform Variables and Best PracticesHello, DevOps enthusiasts! Today, let鈥檚 explore a key aspect of Terraform that will elevate your infrastructure-as-code (IaC) skills: variables, conditional expressions, and file structuring best practices. Whether you鈥檙e deploying resources on AWS, ...Terraform
Kanav Gathe90-days-of-devops-kanav.hashnode.dev路Jan 12, 2025Complete Guide: Setting Up Jenkins CI/CD Pipeline with Master-Agent ArchitectureIntroduction This guide is divided into two main parts: Part 1: Setting up Jenkins master node and deploying the application Part 2: Configuring a Jenkins agent node and migrating the deployment Prerequisites AWS account with EC2 access Basic u...#90daysofdevops
Harsh Soniharshdevopss.hashnode.dev路Jan 12, 2025Step-by-Step Guide to Creating an EKS Cluster with TerraformInfrastructure as Code (IaC) is a game-changer for automating and managing cloud resources. Recently, I worked on a Terraform project to provision an Amazon Elastic Kubernetes Service (EKS) cluster following industry standards. Here's a quick walkthr...Devops
Shubhranshu Ransingh90-daysofdevops.hashnode.dev路Jan 12, 2025Day 10: Automating Log Analysis with Bash Script - Log Analyzer and Report GeneratorLog files are essential for keeping systems running smoothly, helping with troubleshooting, and ensuring everything is maintained properly. However, going through these files by hand can be both boring and prone to mistakes. In this blog, we'll look ...Devops
Munilakshmi G J100daysdevops.hashnode.dev路Jan 11, 2025Day 77 of 100 Days : Terraform Providers 馃帀Hello, fellow DevOps enthusiasts! Today, we鈥檙e diving into the world of Terraform providers. This journey is all about understanding how Terraform interacts with the services we鈥檙e building infrastructure on. Let鈥檚 explore this exciting topic with so...Terraform
Kanav Gathe90-days-of-devops-kanav.hashnode.dev路Jan 11, 2025Setting Up CI/CD Pipeline: Jenkins, Docker, and GitHub on AWS EC2A step-by-step guide to automate your application deployment using Jenkins, Docker, and GitHub webhooks. Initial Setup: AWS EC2 Instance Start by launching a t2.medium EC2 instance on AWS. Configure your security groups to allow: SSH (Port 22) Jen...#90daysofdevops
Kanav Gathe90-days-of-devops-kanav.hashnode.dev路Jan 10, 2025Understanding Prometheus: A Deep Dive into Modern MonitoringAs a developer who has been using Prometheus in production, I've recently realized that while I've been working with this powerful monitoring system, there was so much about its inner workings that I didn't fully understand. Today, I want to share my...#90daysofdevops