Skip to main content
Rakesh Jain

Rakesh Jain

12 posts published

Seasoned DevOps professional with 8+ years of real-world experience with tools like Docker, Kubernetes and more.

India
How to Resize LVM Partition Inside an Extended Partition
Tips

How to Resize LVM Partition Inside an Extended Partition

Resizing a logical volume in Linux is not very difficult but it can be tricky if the root is under an extended partition.

· Rakesh Jain

Terraform vs Ansible: What's the difference and which one you should use?
DevOps

Terraform vs Ansible: What's the difference and which one you should use?

Preparing your Infrastructure as Code solution? Ansible and Terraform are two of the most popular choices. But what's the difference?

· Rakesh Jain

YAML basics
Tips

YAML Basics Every DevOps Engineer Must Know

As a DevOps engineer, you'll be dealing with YAML files a lot. It is always a good idea to understand the basic YAML syntax.

· Rakesh Jain

Complete Beginner's Guide to Kubernetes Cluster Deployment on CentOS (and Other Linux)
Kubernetes

Complete Beginner's Guide to Kubernetes Cluster Deployment on CentOS (and Other Linux)

A complete step-by-step beginner's guide to deploy Kubernetes cluster on CentOS and other Linux distributions.

· Rakesh Jain

delete service in Kubernetes
Kubernetes

How to Delete a Service in Kubernetes

Learn two ways to delete a service in Kubernetes.

· Rakesh Jain

drain nodes in Kubernetes
Kubernetes

How to Drain a Node in Kubernetes

Learn how to properly drain nodes in Kubernetes to prepare for maintainance.

· Rakesh Jain

adding labels to nodes
Kubernetes

How to Add or Remove Labels to Nodes in Kubernetes

Learn to add labels to nodes in Kubernetes, change the labels and remove those labels later.

· Rakesh Jain

kubectl apply vs create
Kubernetes

kubectl apply vs create: Which One to Use for Creating Resources in Kubernetes Cluster Environment?

Two different approaches for creating resources in Kubernetes cluster. What's the difference?

· Rakesh Jain

Delete Pods in Kubernetes
Kubernetes

How to Delete Pods in Kubernetes [Quick K8s Tips]

Deleting a Kubernetes pod is very simple with the kubectl delete pod command but there are specific steps to minimize disruption for your application.

· Rakesh Jain

Delete a Kubernetes Deployment
Kubernetes

How to Delete a Kubernetes Deployment [Quick K8s Tips]

Here are two ways to delete Kubernetes deployments.

· Rakesh Jain

Restart pods in Kubernetes
Kubernetes

How to Restart Pods in Kubernetes [Quick K8s Tip]

There is no 'kubectl restart pod' command. Here's what you can do to restart pods in Kubernetes.

· Rakesh Jain

Read Nodes in Kubernetes
Kubernetes

How to Read Nodes in Kubernetes [Quick K8s Tip]

Learn how to see the available nodes in Kubernetes and read the node details.

· Rakesh Jain