Devops

Installing Podman on Red Hat Enterprise Linux 9
If you’re working with containers on Red Hat Enterprise Linux (RHEL), you’ve likely heard of Docker . However, there’s another powerful tool you can …

Book Review: Mastering Amazon EC2
Mastering Amazon EC2 by Badri Kesavan is an excellent resource for anyone looking to dive deep into Amazon EC2. Badri, who is highly active in the …

Install Ansible AWX on Kubernetes
Ansible AWX is the upstream project for the Ansible automation controller (Part of Red Hat Ansible Automation Platform). It offers a web-based user …

How to Use Pod Failure Policy in Kubernetes
Introduction With the release of Kubernetes 1.31, the Pod Failure Policy for Jobs has graduated to General Availability (GA). This new feature …

Testing Kubernetes 1.31 with minikube: A Step-by-Step Guide for multi-node cluster
In this guide, we’ll explore how to set up and test the latest Kubernetes 1.31 using minikube. We’ll create a 3-node cluster with specific …

How to Learn Containers in 2025: Podman, Docker, and more
Containers are revolutionizing modern IT, offering a lightweight and portable way to package and deploy applications. But what exactly are they, and …

DMCON 2024: Calling All DevOps Enthusiasts!
DevOps enthusiasts, mark your calendars! The much-anticipated DMCON 2024 , hosted by DevOps Malayalam , returns to the scenic coastal city of Kochi, …

Integrating Ansible with OpenShift & Kubernetes
This article explores how the Ansible Automation Platform integrates with OpenShift to create a powerful automation solution for modern, efficient IT …

Demystifying Kubernetes API Versions: Alpha, Beta and Stable
Kubernetes , the container orchestration platform, empowers developers to manage containerized applications. But have you ever stumbled upon those …

GitHub Security: Detecting and Addressing Vulnerabilities for Safer Repositories
This article talks about the security features offered by the GitHub. Discusses what are vulnerabilities and their types. Also, talk about methods of …

Book Review: AWS for Solutions Architects, Second Edition
This hefty but informative book, “ AWS for Solutions Architects, Second Edition ,” by Saurabh Shrivastava, Neelanjali Srivastav, Alberto Artasanchez, …

Best Practices To Manage Terraform State
What : This article explores the importance of the Terraform state and tips for managing it to improve infrastructure management.