All Stories

Introduction to OpenShift BootCamp

The plan is to start with the basics of OpenShift and slowly explain the OpenShift core components. Then we will learn how to deploy OpenShift clusters for you to practice labs and le...

In DevOps, Featured, Kubernetes, Sep 29, 2021

Ansible for Windows – Troubleshooting

There are many cases where Ansible developers and users struggled to connect Windows machine from Ansible.

In Ansible, Automation, DevOps, Sep 25, 2021

How to open WinRM ports in the Windows firewall

We need to make sure, ports 5985 and 5986 (HTTPS) are open in firewall (both OS as well as network side) for Ansible to connect to Windows machine.

In Ansible, Ansible Course, Automation, Sep 23, 2021

How to set up and use Python virtual environments for Ansible

You can have different versions of Ansible and other important Python modules in a dedicated test directory with a virtual environment.

In Ansible, Automation, DevOps, Sep 20, 2021

How To Housekeep Your Vagrant Boxes

If you are using different Operating systems and virtual machines using Vagrant, there will be multiple Vagrant boxes downloaded on your local machine and indeed it will take a lot of...

In Automation, DevOps, How To, Aug 28, 2021

Top 5 Free Resources to Learn Docker

There are plenty of resources around to learn docker and most of them are FREE of cost.

In Cloud, DevOps, Docker, Aug 26, 2021

How To Download RHEL8 for Free

Anyone can download and use RHEL8 via Individual Developer subscription and it can be used in production for up to 16 systems.

In How To, Infrastructre & Hardware, Utilities, Aug 25, 2021

Install Ansible AWX on Kubernetes

Ansible AWX is one of the upstream project for Red Hat Ansible Tower. AWX provides a web-based user interface, REST API, and task engine built…

In Ansible, Automation, DevOps, Jul 02, 2021

Installing a Kubernetes Cluster using minikube

minikube is the easiest method to deploy a Kubernetes cluster for testing purpose. You can simply spin up a cluster in minutes on your laptop…

In Automation, DevOps, Infrastructre & Hardware, Jul 01, 2021

How To Create And Use NAT Network In VirtualBox

Introduction When we talk about local development or PoC (Proof of Concept) environments, VirtualBox is my first choice as it gives me the choice of…

In Cloud, CyberSecurity, DevOps, Jun 18, 2021