#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Introduction: In today's blog, we will do CI with Jenkins and CD using ArgoCD. We will deploy a Java spring boot application and will build it using...
Prometheus is an open-source monitoring and alerting toolkit designed for reliability and scalability. Prometheus was originally developed at...
Day7 · Task 1: Workspaces, Remote Execution, and Collaboration Terraform Workspaces: Terraform workspaces are a feature that enables you to manage...
Day 5 · Task 1: What are modules in Terraform and why do we need modules in Terraform? What are the benefits of using modules in Terraform? Modules in...
Day4 · Task 1: Importance of Terraform State Terraform state is a fundamental and critical component of Terraform, a popular Infrastructure as Code (IaC)...
Task-1: Create a Terraform configuration file to define a resource of AWS EC2 instance Creating an AWS EC2 Instance with Terraform In this tutorial,...