Kubernetes: Basic commands

August 14, 2024 admin 0

Once the installation of Kubernetes cluster is competed, let us go with the basic commands. The below command lists the pods running on the cluster. […]

Ansible: The copy module

July 6, 2024 admin 0

The module ansible.builtin.copy enables users to copy files from the controller node to managed nodes. It also helps to add/modify a destination file with a specific […]

DNF : Dandified YUM

June 24, 2024 admin 0

Dandified YUM or simply DNF is an advanced version of the Yellowdog Updater, Modified OR simply YUM, a package manager for rpm-based Linux distributions. The […]