Kubernetes: NameSpace

August 14, 2024 admin 0

The namespaces in Kubernetes provides a way for separating groups of resources hosted within a single cluster. While the default namespace where all the pods […]

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. […]

No Image

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 […]

Redhat – Boot Target

June 13, 2024 admin 0

A Linux systems can boot up in various modes based on user preference. For example we can configure a node to start on GUI mode, where once […]

Linux – sudo file

February 11, 2024 admin 0

The sudo command allows you to run programs with the security privileges of another user. Usually this command is used to run command as a  […]