Ricardo CinoforRicardo Cinoricardocino.hashnode.dev·Nov 20, 2024Avoiding CloudFormation Stack OutputsRecently I’ve been working on a new project where we created many resources in a lot of different stacks. A feature of CloudFormation is that you can output values from your stack, which is great for referencing resources in other stacks. However, wh...DiscussAWS
Jatin Shastrijatinshastri.hashnode.dev·Nov 18, 2024Mastering AWS CloudFormation: Simplify Infrastructure as CodeWhen managing infrastructure in the cloud, automation is key to efficiency and scalability. AWS CloudFormation is one of the most powerful tools in a DevOps engineer’s arsenal, enabling Infrastructure as Code (IaC) to provision and manage AWS resourc...Discuss·10 likesAWS
Harendra Barotharrybdevops.hashnode.dev·Nov 16, 2024The Life of a DevOps Engineer: Roles, Responsibilities, and Real-World ExamplesIn the modern tech landscape, DevOps has evolved from being a buzzword to a vital practice for organizations striving to deliver high-quality software at speed. A DevOps engineer is at the heart of this revolution, bridging the gap between developmen...DiscussDevops
Cadence Agyireykubedoll.hashnode.dev·Nov 15, 2024Bring the Cloud Home, Part 1: Automating bare-metal k3s with Ubuntu AutoinstallerIn the last blog, I provided a high-level overview of the motivations behind the Bring the Cloud Home series and our our design for a Kubernetes cluster at home that uses Site Reliability Engineering (SRE) best practices to make the process automatic...Discusssubiquity
Harsh Soniharshdevopss.hashnode.dev·Nov 13, 2024Infrastructure as Code vs Configuration Management: Key Differences ExplainedInfrastructure as Code (IaC) and Configuration Management are essential tools for efficient IT infrastructure management. While often used together, they serve distinct purposes. Infrastructure as Code (IaC) Manages and provisions infrastructure res...Discuss·1 likeInfrastructure as code
Harendra Barotharrybdevops.hashnode.dev·Nov 13, 2024Improve Server Operations with Server Performer AnalyzerGoal of this project is to write a script to analyze server performance stats. Overview server-stats.sh is a shell script designed to analyze basic server performance statistics. It provides detailed insights into system resource usage, top processe...Discussserverless
Amulyaawscloudbasics.hashnode.dev·Nov 13, 2024Understanding Terraform Workspaces: Managing Multiple Environments with Single ConfigurationIntroduction Terraform workspaces allow managing multiple environments (dev, staging, prod) using a single configuration Solves the problem of duplicating terraform code for different environments Essential for DevOps engineers handling multiple d...DiscussDevOpsAWS
Parth Sikkaspotify-playlist-through-terraform.hashnode.dev·Nov 11, 2024Building a Complete CI/CD Pipeline: Git ➔ Jenkins ➔ Docker ➔ DockerHub ➔ KubernetesIntroduction: In this post, we’ll walk through creating a full CI/CD pipeline to automate deployments from code in Git to a live application on Kubernetes. We’ll cover each step: setting up Jenkins, configuring Docker images, pushing to DockerHub, an...DiscussInfrastructure as code
Amulyaawscloudbasics.hashnode.dev·Nov 11, 2024Terraform State Management GuideState Files: The Heart of Terraform What is a State File? Records and stores information about infrastructure created by Terraform Helps Terraform understand what infrastructure exists and what needs to be created/updated/deleted Essential for tra...DiscussDevOpsterraform State Locking
Abel Tavaresabeltavares.hashnode.dev·Nov 10, 2024How LocalStack Works: Under the HoodIntroduction Imagine building cloud applications without needing to touch the cloud itself. That’s where LocalStack steps in. It’s an open-source tool that emulates AWS services on your local machine, giving you a sandbox for development and testing ...Discuss·3 likes·27 readsDatabase Design and SQL software development