Articles by Deepak Prasad
Helm hooks examples in Kubernetes for beginners
Helm hooks provides a means to hook into events in the release process and take action. Hooks like pre-install can be used to pass configmaps and secrets to the …
Simple Kubernetes Helm Charts Tutorial with Examples
Kubernetes Helm Charts are package manager used to deploy charts (package). This can contain all type of resources and deploy or un-deploy them instantly. It …
Tips to check Disk Space in Linux
You can use different commands such as fdisk, parted, du, df, lsscsi, lsblk, dmesg, blockdev to check disk space in Linux. Most of these commands will display …
Join Linux to Windows domain using adcli (RHEL/CentOS 7/8)
The adcli will be using System Security Services Daemon (SSSD) to connect a CentOS/RHEL 7/8 system to Microsoft Active Directory Windows Domain
Integrate Samba with Active Directory (Linux & Windows)
To integrate Samba share with Active Directory we can use winbind to join Linux client with domain controller and use smbclient to access the windows share
Step-by-Step: Create LVM during installation RHEL/CentOS 7/8
Step by step screenshots to create LVM during installation using Red Hat or CentOS 7/8 ISO. how to create lvm in redhat linux 7 step by step
Beginners guide to how LVM works in Linux (architecture)
LVM stands for Logical Volume Manager which is made up of Physical Volume, Volume Group ad Logical Volume. It can be easily extended or even reduced at times
9 easy steps to create custom ISO RHEL/CentOS 8
To create custom ISO in RHEL/CentOS 8, create a kickstart file and modify the isolinux.cfg for boot menu. You can also minimze the package list and update …
6 Tools making Automation Testing easy in Linux
The QA automation testing tools mentioned in this article enable the deployment of tests integrated with the DevOps workflow. They support continuous testing …
SSH port forwarding | SSH Tunnel (Forward & Reverse)
Configure SSH Port forwarding tunneling between local and remote host in Linux. Example SSH session to forward port 8080 with ssh connection RHEL/CentOS
5 easy ways to concatenate strings in Python with examples
There are different methods available in Python to concatenate strings such as + operator, str.join(), format strings. The most recommended is + and += …
8 simple ways to sort dictionary by value in Python
We can use different methods to sort dictionary by value or keys in Python. With Python 3.7 dictionaries remember the order of items inserted so we can use …
Steps to expose services using Kubernetes Ingress
Kubernetes Ingress provides a granular mechanism for routing requests into a cluster. Ingress does not replace Services but augments them with capabilities such …
How to check Disk Interface Types in Linux
how to check my hard disk is ssd or hdd. what kind of hard drive do I have. how to check ssd. how to check disk type hdd or ssd. how to check disk interface …
4 practical examples - Python string replace in file
perform find and replace action string in same and different file using Python programming. Pythong string replace in a file using fileinput module.
