Dipankar DasforKubesimplifykubesimplify.hashnode.net·Aug 18, 2022Let's talk about AnsibleWhat is Ansible Basically, Ansible is a configuration management tool used to configure multiple computers/servers at the same time without manual inputs to each one of them It is Push based configuration tool thereby eliminating the need to install ...Barkatul Mujauddin and 1 other are discussing this2 people are discussing thisDiscuss·93 likes·709 readsansible
Gautam JhaforWeMakeDevskubeworld.hashnode.net·Aug 12, 2022Terraform BasicsFirst Step with Terraform What is Terraform? Terraform is an infrastructure management tool developed by HashiCorp that lets you provision manage and maintain cloud resources like Servers, Networking, Storage etc. In one centralized set of code. T...Discuss·45 likes·1.9K readsTerraform
Dheeraj Choudharydheerajchoudhary.hashnode.net·Jan 9, 2023Deploy AWS EC2 With Security Group & User Data & Mapping Using TerraformWelcome back to the series of Deploying On AWS Cloud Using Terraform 👨🏻💻. In this entire series, we will focus on our core concepts of Terraform by launching important basic services from scratch which will take your infra-as-code journey from be...Discuss·31 likes·692 readsTERRAFORMAWS
Saumya Pandeysaumyapandey.hashnode.net·Apr 22, 2023From Zero to Virtual Network with Terraform and Terratest: A Step-by-Step Guide Part 2In the previous blog, we created vnet and subnet using Terraform. In this blog, we will be testing those resources using Terratest. I will recommend to go through that blog once, it will help you to understand the flow. Here is the link to the previo...Discuss·10 likes·29 readsDevops
Sanket Bhalkedevopsknowledge.hashnode.net·Apr 20, 2023The Must-Know Terraform Interview QuestionsI. Introduction: The purpose of the blog post: This blog post is here to help candidates looking for infrastructure automation and cloud engineering jobs. If you're one of them, you know how important it is to have a good grasp of Terraform - a wi...Discuss·35 readsTerraform
Gaurav Janjalgauravjanjal16.hashnode.net·Apr 17, 2023Introduction to Infrastructure as Code (IaC)Infrastructure as Code (IaC) is an approach to managing and provisioning infrastructure resources in a programmable and automated way using code. Essentially, this means that instead of manually configuring servers, databases, networks, and storage t...Discuss·1 like#DevOps #DevOpsRoadmap #ContinuousIntegration #ContinuousDelivery #Agile #Automation #IaC #InfrastructureAsCode #Docker #Kubernetes #CloudComputing #AWS #Azure #GCP #Monitoring #Logging #BestPractices #Collaboration #SoftwareDevelopment #Programming
Saumya Pandeysaumyapandey.hashnode.net·Apr 15, 2023From Zero to Virtual Network with Terraform and Terratest: A Step-by-Step Guide Part 1In this blog, I will walk you through the entire process of using Terraform and Terratest to create a virtual network with subnets on Microsoft Azure. Starting from the ground up, we will cover everything from the basics of Terraform code to the intr...Discuss·19 likes·118 readsTerraform
Ashutosh Apurvaashutosh-sre.hashnode.net·Apr 14, 2023🌐 Introduction to Infrastructure as Code (aka IaC)The key idea behind infrastructure as code is to manage the infrastructure through code. There are various IaC tools such as Terraform,Ansible, Pulumi,AWS Cloud formation,Azure Resource Template which mainly helps in creating and managing dynamic inf...Discuss#IaC
Reshma Areshmaa84.hashnode.net·Apr 12, 2023Target Resource CreationYou are a Platform Engineer and are responsible to maintain the Cloud Infrastructure with many limitations, with one being not to destroy the current infrastructure. What would you do if you have been asked to modify or create a new resource BUT with...Discuss·44 readsTerraform
Abhishek Kumarabhishek003.hashnode.net·Apr 11, 2023Building a Resilient LAMP Stack on AWS with CloudFormation and Auto ScalingIn this article, We will Provision the infrastructure and Host a highly available & scalable LAMP(Linux, Apache, Mysql, PHP) Stack over the AWS cloud using the Infrastructure as a code (IAC) service named CloudFormation. Prerequisite: An AWS account....Discuss·42 readsAWS
Okafor Peace Ngoziladyprowess.hashnode.net·Apr 4, 2023The Benefits & Best Practices of IaC in DevOpsInfrastructure as Code (IaC) has become a cornerstone of modern DevOps practices, enabling teams to manage Infrastructure more efficiently and effectively. Here, we explore the benefits of IaC and share best practices for incorporating it into your D...Discuss·23 likes·54 reads#IaC
Saumya Pandeysaumyapandey.hashnode.net·Apr 4, 2023Getting Started with Pulumi for a Simple AWS Project: A Step-by-Step GuideIf you're just getting started with Pulumi, be sure to check out my introductory blog post on the topic. In that post, I provided an overview of Pulumi and its key features, as well as a step-by-step guide for setting up a simple Pulumi project on AW...Discuss·11 likesDevops
ILYAS RUFAIrufilboy.hashnode.net·Apr 2, 2023Infrastructure as CodeInfrastructure as Code (IaC) is a method of managing and provisioning infrastructure resources using machine-readable definition files, rather than manually configuring them. It allows for the automation and repeatability of infrastructure deployment...Discuss·1 like·28 readsDevOpsTerraform