Sagar profile picture

Follow Sagar

Sagar

Petri Contributor

I am the technical writer, DevOps consultant, and the founder of automateinfra.com, who believes in writing the best content on DevOps, and IT technologies and sharing it with the world. My mission has always remained the same: learn new technologies by doing hands-on practice, deep-dive into them, and teach the world in the easiest possible way.

I have good exposure to DevOps technologies such as Terraform, AWS Cloud, Microsoft Azure, Ansible, Kubernetes, Docker, Jenkins, Linux, etc.

LATEST

Cloud Computing

How to Git Branch Checkout a Remote Branch

Last Update: Jul 18, 2022

If you are new to Git, understanding how Git commands work is really important. And one of the most important tasks is using git checkout remote branch. The git checkout command allows you to collaborate with your peers or teammates in a way that allows everyone in the team to work on their specific branch…

View Article
DevOps code

How to Install Git on Ubuntu 20.04

In this guide, we’ll explain how to install Git on Ubuntu 20.04 step by step so that you can manage your repositories quickly and easily from the command line! You can then go on to learn the Git commands, which will allow you to automate common tasks, like the ability to create, check out, and merge…

View Article
DevOps code

How to Use Git Bash on Windows

Last Update: Jul 11, 2022

Git Bash is a terminal emulator shell and limited Linux-like environment for Windows that lets you run Git commands. Learn how to use the app in this detailed guide. What is Git Bash? Git Bash is a software tool for Windows. It runs Git commands using an emulation layer. Bash is a command-line shell for…

View Article
DevOps code

What is Datadog – The Ultimate Guide

Last Update: May 31, 2022

Datadog is a SaaS-based monitoring platform for cloud applications. In this guide, we’re going to detail how IT pros and DevOps teams can get started with Datadog and make the best use of this observability platform. What is Datadog? Datadog is a tool that allows you to monitor cloud infrastructure, Windows and Linux hosts, system…

View Article
DevOps code

What is Grafana: The Ultimate Guide

Last Update: May 31, 2022

In today’s DevOps era, most organizations use hundreds of different services. Monitoring all of these is crucial for keeping your systems running without any issues. And one of the most widely used service monitoring tools is Grafana. In this ultimate guide, we will give you a complete overview of Grafana, so let’s get started! What is Grafana? Grafana…

View Article
DevOps code

What is Ansible – The Ultimate Guide

Last Update: May 31, 2022

Ansible is the most widely used DevOps tool for managing changes across your cloud or data center infrastructure. In this article, you will get an overview of how Ansible works and how you can get started with it. What is Ansible? Ansible is an automation platform tool used for easily deploying applications and system configurations on multiple servers. It can be used…

View Article

How to Use the Terraform AWS Provider

The Terraform AWS provider lets you connect Terraform with Amazon cloud services such as AWS Elasticbeanstalk, AWS Lambda, etc. And unless you have the Terraform Amazon Web Services (AWS) provider defined, you cannot manage or work with Amazon Web Services. But no worries, in this tutorial, you will learn everything you need to know about…

View Article
Go to page