All Stories

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 configurations to provide a robust local dev...

In Cloud, DevOps, Kubernetes, Aug 15, 2024

Book Review: Solutions Architect-s Handbook, Third Edition

I recently finished the Solutions Architect’s Handbook, third edition , by Saurabh Shrivastava and Neelanjali Srivastav, and I must say, it’s a treasure trove for anyone in the field....

In Books, Cloud, Infrastructre & Hardware, Jul 27, 2024

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 how can you leverage their power? ...

In Developer, DevOps, Kubernetes, Jul 05, 2024

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 operations.

In Ansible, Automation, DevOps, Jun 19, 2024

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 confusing version numbers attached t...

In Developer, DevOps, Kubernetes, Jun 16, 2024

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, and Imtiaz Sayed, was a valuable ...

In AWS, Books, Cloud, Jun 01, 2024

Multi-Level Approvals in Ansible Automation Controller: A Workaround

Ansible Automation Controller streamlines IT tasks through automation. A key component of this power lies in workflows . These workflows allow you to orchestrate a sequence of dispara...

In Ansible, Ansible Resources, Automation, Apr 25, 2024

Book Review: MLOps with Red Hat OpenShift

Having previously enjoyed the authors’ “ Machine Learning on Kubernetes ,” I dove into “ MLOps with Red Hat OpenShift ” with high expectations, and it certainly delivered. Ross Brigol...

In Artificial Intelligence, Books, Machine Learning, Apr 24, 2024

Dynamic Inventory in Ansible Controller: Use an Inventory File as a Source

Ansible’s inventory plays a crucial role in defining the infrastructure you manage. It holds information about your hosts, such as their names, variables, and IP addresses. Traditiona...

In Ansible, Ansible Course, Ansible Resources, Apr 22, 2024

Featured