Urvish Suhagiyaurvishsuhagiya.hashnode.dev·5 hours agoGetting Started with Terraform and Docker : A Beginner's GuideIntroduction Terraform is a powerful tool that helps you manage your infrastructure through code. Instead of manually configuring servers and networks, you can write configuration files that automate the process. Today, we'll learn how to use Terrafo...Discuss·2 likesDevops
Amitabh soniamitabhdevops.hashnode.dev·6 hours agoDay 10: Automating Log Analysis with Bash Script - Log Analyzer and Report GeneratorWelcome to Day 10 of my #90DaysOfDevOps challenge! Today, I’ll walk you through a task where I created a Bash script to automate the process of analyzing server log files. This script helps system administrators identify critical events, count errors...DiscussDevops
Pulkit Yadavlinux-fundamental.hashnode.dev·9 hours agoEssential Kubernetes Commands with Kind for DevOpsIntroduction Kubernetes is a powerful tool for managing applications inside containers. If you're new to Kubernetes or want to practice, using tools like Kind (Kubernetes in Docker) can make it easier to set up and learn. In this blog, we’ll go over ...Discuss·1 like#90daysofdevops
Sibananda Pradhanblogsiba.hashnode.dev·Dec 4, 2024DevOps Day#4:-Basic Linux Shell Scripting for DevOps EngineersIf you've ever felt overwhelmed doing the same tasks over and over again on your computer, Linux shell scripting might be your new best friend. It's a superpower for automating tasks, especially in the world of DevOps! Let’s dive into the basics of L...Discuss·48 readsTrainWithShubham
Amitabh soniamitabhdevops.hashnode.dev·Dec 4, 2024Terraform Day 2: Mastering HCL Syntax and AWS S3 Bucket SetupAs part of TerraWeek Day 2, I dove deep into the basics of Terraform and HashiCorp Configuration Language (HCL). In this post, I’ll share my journey through Terraform's HCL syntax, the creation of AWS resources, and how to configure AWS S3 buckets us...DiscussDevops
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 4, 2024Mastering Basic Terraform Commands: A Beginner’s GuideWhat is Terraform? Terraform is an Infrastructure as Code (IaC) tool that allows you to create, manage, and update infrastructure resources such as virtual machines, networks, and storage in a repeatable, scalable, and automated way. It uses a high-l...Discuss·2 likesbasic terraform commands
Syed Dadapeerdrops.hashnode.dev·Dec 4, 2024Jenkins Setup: Simple Installation StepsImagine if your daily tasks were automated—your morning coffee prepared automatically, emails sent while you sleep, or reminders popping up when you need them. Sounds awesome, right? 🤩 Jenkins is like your virtual assistant, but for developers! 👨�...Discuss90DaysOfDevOpsJenkins
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 3, 2024Getting Started with Terraform : A Beginner's Guide to Automating InfrastructureIntroduction to Terraform Terraform is a powerful open-source tool created by HashiCorp that allows you to define and manage your infrastructure as code. This means you can write scripts to create, update, and manage resources like virtual machines, ...Discuss·3 likesDevops
Rutvik Mangukiyarutvikmangukiya.hashnode.dev·Dec 3, 2024Docker Network & Volumes: Deploying a Two-Tier Flask App with MySQLIntroduction DevOps methodologies, emphasizing automation and collaboration, have revolutionized the software development lifecycle. This article will explore using Docker to deploy a two-tier Flask application integrated with a MySQL database. The ...DiscussDevOps#TWS
Pulkit Yadavlinux-fundamental.hashnode.dev·Dec 3, 2024Understanding Kubernetes DeploymentIntroduction In this guide, I will show you how to make a deployment using a Kubernetes manifest file and deploy a simple NGINX server. Whether you're new to Kubernetes or just looking to understand the basics of deploying with manifests, this step-b...Discuss·1 like#90daysofdevops