Day03-TerraWeek Challenge🎗️Introduction: 🌟In this blog, we will explore how Terraform can be used to define and manage resources, specifically for EC2 instances, including the key pair, security groups, and configurations within AWS. Additionally,🚀 we'll delve into concep...Sep 28, 2023·8 min read
Project: Deployment of Reddit Clone App with Ingress on K8s Cluster Using KubeadmSep 5, 2023·4 min read
Project: Deploying Two-Tier Application on AWS using Automated CI/CD Pipeline🌟Introduction: This article will demonstrate how to create a Two-tier Flask application🐍🌐 that has two primary components. First, there is the flask application, which is written in Python 3.x, and Subsequently, there is the MySQL database, requir...Aug 22, 2023·7 min read
Basic Git & GitHub for DevOps Engineers📜What is Git? Git is a version control system 📝✨ that allows you to track changes to files and coordinate work on those files among multiple people. It is commonly used for software development, but it can be used to track changes to any set of fil...Aug 10, 2023·6 min read
Understanding Package Manager & SystemctlWhat is a package manager in Linux📦🐧? In simpler words, a package manager is like a digital toolbox that empowers users to easily: 🔹 Install 📥 🔹 Remove 🗑️ 🔹 Upgrade 🔄 🔹 Configure ⚙️ 🔹 Manage 🛠️ software packages on an operating system🖥️. ...Aug 9, 2023·3 min read
File Permissions and Access Control ListsThe concept of Linux 📂 File permission 🔐 and ownership is important in Linux. Here, we will be working on Linux permissions and ownership and will do tasks on both of them. Let us start with the Permissions. Create a simple file and do ls -ltr to ...Aug 3, 2023·3 min read
Advanced Linux Shell Scripting for DevOps Engineers with User managementTasks You have to do the same using Shell Script i.e using either Loops or command with start day and end day variables using arguments - So Write a bash script create directories.sh that when the script is executed with three given arguments (one ...Aug 2, 2023·2 min read
Basic Shell Scripting for DevOps Engineers🧠 What is Kernel? The kernel serves as the heart of a computer's operating system, holding complete control over all system components. It is a vital computer program with immense authority. 💻 What is Shell? A shell acts as a specialized user progr...Jul 28, 2023·2 min read