DevOps Tools, CI/CD and Automation Guides
Master DevOps with tutorials on CI/CD pipelines, Kubernetes, Docker, Git, and automation tools used in modern infrastructure.
The DevOps section focuses on automation, CI/CD pipelines, and modern infrastructure management tools.
DevOps combines development and operations to improve software delivery and system reliability. This category includes tutorials on tools like Docker, Kubernetes, Git, and CI/CD workflows.
To strengthen your foundation, also explore Linux and Programming.
Topics covered
- CI/CD pipelines and automation
- Containerization using Docker
- Kubernetes orchestration
- Infrastructure as code
Who should read this
- DevOps engineers
- Developers working with CI/CD
- Cloud engineers
302 articles
Git Commit Message Command Explained (git commit -m Examples)
Learn how to write commit messages in Git using the git commit -m command. This guide explains how to add commit messages from the command line, write …
Azure Database For MySQL Deployment [Step-By-Step]
As in this article, we understood the deployment and benefits of using Azure Database for MYSQL Deployment. It is used for performing database management …
AWS Amplify Tutorial | Deploy S3 Website [100% Working]
In this AWS Amplify tutorial I will share step by step guide to deploy S3 website with screenshots using a custom domain.
Amazon Elastic Block Store (EBS) Tutorial [Hands On]
In this tutorial, we learned about Amazon Elastic Block Store, its benefits, and volume types. After that, we walked through the process of the creation of EBS …
How to Unstage Files in Git (Without Losing Changes)
Learn how to unstage files in Git using git restore, git reset, and git rm commands. This guide explains how to remove files from the staging area, undo git …
Decoding git remove remote [3 Different Ways]
3 different ways to perform git remove remote with multiple examples. The primary method is git remote remove . Alternatively, you can remove the entire .git …
Create S3 Static Website using Custom Domain [Step-by-Step]
Step by step instructions to create S3 static website using custom domain and SSL from AWS Certificate Manager.
Azure Site Recovery (ASR) Tutorial [Step-by-Step]
Step by Step instructions to learn about Azure Site Recovery (ASR). Practical example by performing a site recovery using a VM in Microsoft Azure with …
AWS CLI Explained with Practical Examples [Tutorial]
we learned about AWS CLI. First, we learned that how we can set up AWS CLI on our PC. After that, we walked through the process of creation of EC2 instance and …
How to Remove a Commit in Git (Undo, Delete or Revert) with Examples
Learn how to remove a commit in Git using reset, revert, or rebase. This guide explains how to undo the last commit, delete a specific commit, remove commits …
AWS RDS Tutorial with Hands On [Step-by-Step]
In this tutorial, we will learn about AWS RDS i.e Relational Database Service and then walk through the step-by-step process of creating an Amazon RDS DB …
Git Undo Add (Unstage Files in Git) with Practical Examples
Learn how to undo git add and remove files from the staging area in Git. This tutorial explains how to unstage files, cancel git add, undo git add ., remove …
Azure Kubernetes Service (AKS) Tutorial [Practical Example]
Azure Kubernetes Service (AKS) is a managed Kubernetes container orchestration service in Azure. It helps removing the complexity of implementing, installing, …
Git List Branches: How to Show Local, Remote & All Branches (Examples)
Learn how to list branches in Git using simple commands. Show local branches, remote branches, and all branches with git branch, git branch -r, and git branch …
How to Squash Commits in Git (Combine, Clean History, Before & After Push)
Learn how to squash commits in Git using rebase and merge. This guide covers combining commits, squashing last N commits, squashing all commits in a branch, …
