Tag: DevOps

How To Become a DevOps Engineer In Six Months or Less

This part is an overview of a multi-part series. Start here for a brief intro to DevOps or skip directly to Part 1 to start your journey. Part 1 is here. Target Audience Are you a developer looking to shift your career towards a more DevOps model? Are you are a classically traine...

DevOps in Linux ??? System Call Introduction

In the context of Linux, a system call is a specific type of function that allows user-space programs to interact with the Linux kernel. Through system calls, software applications request the kernel to perform various operations like file I/O, process control, networking, and memory ...

Linux Commands for DevOps Warriors

This article will help in understanding most of the important and majorly used Linux commands that would be required for a DevOps Engineer. To execute these commands one can either use any Linux machine / virtual machine / online Linux terminal to quickly start working with the commands. Syste...

DevOps in Linux ??? Process Memory Management

As we manage various applications and services on a Linux system, we deal with multiple processes running simultaneously. One of the core principles here is that each of these processes has its own dedicated memory space. This means that the memory allocated to one process is isolated from the me...

Creating Azure DevOps Pipelines using Terraform

After my last post about An Azure DevOps Pipeline to manage Azure resources using Terraform, I want to go a step further and build the Azure DevOps Project, Repository and Pipelines etc. using Terraform. That means we can manage the Azure DevOps resources using Infrastructure as Code and can cr...

Streamlining DevOps: Deploying Django on AWS EKS with Flux CD

Automating Deployment with Git Actions and Terraform. In this article, we’ll explore a project where I deployed a Django web application on AWS Elastic Kubernetes Service (EKS) using a combination of Git Actions, Terraform, and Flux CD. The Challenge: My goal was to build a scalable...

7 Best DevOps Tools In-Demand in 2023

The DevOps philosophy continues to revolutionize the way organizations design, deploy, and manage their applications. The integration of development and IT operations not only accelerates software delivery but also enhances collaboration, reduces errors, and improves overall efficiency. As we step i...

The Top 10 DevOps Tools You Need to Know in 2023

When it comes to accelerating software development and delivery, DevOps tools are the unsung heroes. These digital workhorses automate and streamline processes, enabling you to enhance software quality, expedite feature deployment, and enhance application reliability and scalability. In this arti...

DevOps in K8s ??? PodTopologySpread

Note, full “DevOps in K8s” mind map is available at: “DevOps in K8s Mind Map” What is PodTopologySpread? PodTopologySpread (formerly known as "EvenPodsSpread") is a scheduling feature in K8s that aims to achieve a balanced distribution of pods across di...

Project 3 ???Aws DevOps Deployment

Completion Steps → fetch a code from github by git clone https://github.com/Aakibgithuber/Aws-DevOps-Project Setup code commit repository on aws push code to code commit using aws CLI setup aws code-build for building code setup S3 bucket for cod...