SGSaransh Goyalinsargo.hashnode.dev·Jul 5, 2024 · 2 min readAnsible: tool for automationIn the DevOps realm, automating everything is very important to bring reliability and consistency. Ansible is one of the tools that is very helpful in bringing automation in configuration management, application deployment, and running tasks automati...00
SGSaransh Goyalinsargo.hashnode.dev·Jun 29, 2024 · 2 min readInfrastructure as Code using TerraformIn today's realm of Cloud and DevOps, being able to provision and manage the infrastructure is highly important. Terraform is an open-source tool by Hashicorp, which is a very popular tool for IaC. Terraform uses Hashicorp Configuration Language (HCL...00
SGSaransh Goyalinsargo.hashnode.dev·Jun 21, 2024 · 4 min readAWS crucial componentsLet's dive in and understand some crucial AWS components on a higher level. All these components are imperative to form any AWS complete infrastructure. VPC (Virtual Private Cloud) - It is like our personal cloud network within the whole cloud networ...00
SGSaransh Goyalinsargo.hashnode.dev·Jun 19, 2024 · 2 min readJenkins - CI/CD toolJenkins is a widely used tool for creating automated software development pipelines. Using Jenkins, we can create continuous integration pipelines where we can configure our different build stages as per our needs. The stages of CI are copying the so...00
SGSaransh Goyalinsargo.hashnode.dev·Jun 17, 2024 · 2 min readCI/CD - PracticesCI stands for continuous integration and CD stands for continuous deployment or continuous delivery, with some minute differences between them. CI/CD are practices used in the software development life cycle, making it more efficient, consistent, sec...00