Learning Everyday.
Join a community where DevOps, SREs, developers, and security engineers share how-to guides, articles, and videos to level up your skills.


Integrating Ansible Automation Controller with Splunk
Do you use Red Hat Ansible Automation Controller to manage your IT infrastructure? Keeping track of what’s happening behind the scenes is crucial. …

Book Review: Mastering AWS CloudFormation
Looking to take your AWS CloudFormation expertise to the next level? I recently finished reading “ Mastering AWS CloudFormation ” by Karen Tovmasyan , …

Running Multiple Kubernetes Playgrounds: Your Guide to Minikube Magic!
Have you ever wanted to experiment with Kubernetes, but felt a little intimidated by setting up a complex cluster? Well, fear not! minikube comes to …

Ansible Inventory: Advanced Techniques for Dynamic Automation
Ansible, an open-source automation tool, has become a cornerstone in configuration management, enabling organizations to streamline and automate their …

Promo: Get Up to $430 Off on KubeCon + CloudNativeCon Europe 2024 Paris Tickets
Are you ready to dive deep into the world of cloud native computing? Look no further than KubeCon + CloudNativeCon Europe 2024, happening from March …

Let-s talk about kubectl create, apply, edit, replace and patch
Juggling flaming chainsaws in Kubernetes ? Don’t worry, fellow tech adventurer! While managing resources can feel like that sometimes, the kubectl …

Book Review: The Linux DevOps Handbook
The Linux DevOps Handbook is a comprehensive guide that takes readers on a journey through the intricacies of Linux systems and DevOps practices. …

Book Review: Fedora Linux System Administration – A Hands-On Guide for Power Users
For years, Ubuntu was my Linux love. Its popularity drew me in, and it served me well. But then I met Fedora. Its stability, cutting-edge features, …

Mastering CI/CD with GitHub Actions and Jenkins
Understanding CI/CD Continuous Integration (CI) involves automatically integrating code changes from multiple contributors into a shared repository. …