DevOps Classroom notes 11/Apr/2026

Configuring sonar qube in github Navigate to sonar cloud Refer Here Signup using GIthub Authorize Sonar cloud to use github Create organization Create an organization with any name key -> auto generated Plan -> Free (free for all public repos) Import the repo from github Choose analysis method -> Github Actions Add token to Github… Continue reading DevOps Classroom notes 11/Apr/2026

Published
Categorized as Uncategorized Tagged

DevOps Classroom notes 07/Apr/2026

Terraform contd Terraform takes a folder as a input Terraform considers all the files which have extension of .tf Prompt: According to google style guide for terraform give me standard terraform template structure from now on providers -> providers.tf basic resources -> main.tf and others as required variables -> variables.tf outputs -> outputs.tf Refer Here… Continue reading DevOps Classroom notes 07/Apr/2026

Published
Categorized as Uncategorized Tagged

DevOps Classroom notes 06/Apr/2026

Terraform contd Scenario 1: Creating a network with subnets in AWS To write terraform templates we need to understand HCL (Hashicorp configuration language) Datatypes string number boolean list set object/map Manual Creating a network in AWS Prompt You are an expert in AWS I want to understand how to create a vpc in AWS Explain… Continue reading DevOps Classroom notes 06/Apr/2026

Published
Categorized as Uncategorized Tagged

DevOps Classroom notes 05/Apr/2026

Github actions Variables in Github Actions Environmental Variables These are values we can define inside the workflow YAML, job or step. They are good for non-sensitive runtime values like app-name region port build mode Thy are available through shell syntax inside run steps and also env context in workflow expressions Configuration variables These are non-sensitve… Continue reading DevOps Classroom notes 05/Apr/2026

Published
Categorized as Uncategorized Tagged
Please turn AdBlock off
Social Media Icons Powered by Acurax Web Design Company
Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube