In this post, we will show you how to setup dynamic nfs provisioning in Kubernetes (k8s) cluster. Dynamic NFS storage provisioning in Kubernetes allows you to automatically provision and manage NFS (Network File System) volumes for your Kubernetes applications on-demand. It enables
Read More

Formerly known as Nagios, Nagios Core is a free, open-source, and powerful network monitoring tool that allows you to monitor servers and applications on your network. You can monitor both Linux and Windows servers as well as running applications. Nagios core enables
Read More

Immutable is the new buzzword in the Linux world. Started with container-focused working environments, and it is also coming to desktop variants. With Fedora already there, Ubuntu is also planning for a Snap-based immutable desktop edition in 2024. Seems like immutability is
Read More

Pip is a popular tool for installing Python packages and modules from Python Package Index. However, in recent distribution versions, pip users are encountering an externally-managed-environment error. That’s a ‘feature’ added to avoid conflicts between Python packages installed via Pip and the
Read More

In this post, we will show you how to install Ansible AWX on Kubernetes (k8s) cluster step by step. Ansible AWX is a powerful open-source tool for managing and automating IT infrastructure. AWX provides a graphical user interface for Ansible, allowing you
Read More

I recently upgraded to Ubuntu 23.10. Things are mostly smooth. However, recently I encountered an issue that was not present in the previous version. I was trying to install a package using Pip, a command line based Python package manager. It works
Read More