Why shell script is giving syntax errors despite no issue with the script? You might check the … [Read more...] about Why shell script is giving syntax errors without any issue? The same scripts work in another system
Automation
AWS – S3 Buckets Tag remediation automation
This article will help you to remediate the S3 buckets tags using the AWS CLI script. Amazon's … [Read more...] about AWS – S3 Buckets Tag remediation automation
Holistic Operational Management – AWS Systems Manager
AWS Systems Manager helps you manage your EC2 instances and On-Premise systems at scale. You can … [Read more...] about Holistic Operational Management – AWS Systems Manager
GitOps – Install and Configure Argo CD for Kubernetes
Managing the Kubernetes cluster is very simple if you use the right toolsets. Argo CD is one of the … [Read more...] about GitOps – Install and Configure Argo CD for Kubernetes
GitOps vs Infrastructure as Code
What is GitOps? Why it's so popular? GitOps is nothing but doing "Infrastructure as Code" right. … [Read more...] about GitOps vs Infrastructure as Code
What is Infrastructure as Code ? IaC
Define all your IT infrastructure as Code instead of creating it manually. So that Infrastructure … [Read more...] about What is Infrastructure as Code ? IaC
Bootstrap Terraform – Let’s create an Azure resource group
Terraform is an open-source infrastructure as a code software tool that provides a consistent CLI … [Read more...] about Bootstrap Terraform – Let’s create an Azure resource group
Open Source – Hybrid Cloud Automation Platform
Ansible and Terraform are market-leading automation tools. These tools are not competing with each … [Read more...] about Open Source – Hybrid Cloud Automation Platform
Azure tag automation using an Initiative definition
Azure tag automation using an Initiative definition. In Cloud, Tags are metadata values that contain … [Read more...] about Azure tag automation using an Initiative definition
Ansible – Validate Multiple conditions for a task
How to add multiple conditions for an ansible task? Here are some of the examples which will help … [Read more...] about Ansible – Validate Multiple conditions for a task