top of page
Posts


Optimize Kubernetes
How to Optimize Kubernetes for Performance and Cost On the surface, your Kubernetes cluster looks well-configured. HPA is enabled, CPU...

RNREDDY
Sep 92 min read


Namespaces
Some namespaces in Kubernetes are immortal, they can never be deleted. Most production systems implement custom immortal namespaces to...

RNREDDY
Sep 92 min read


Kubernetes Operator vs Helm - Which One to Choose ?
Kubernetes Operator vs Helm - Which One to Choose? Kubernetes Operators and Helm charts often seem like interchangeable for application...

RNREDDY
Sep 92 min read


Systemd, Capabilities, and Kubernetes
Systemd, Capabilities, and Kubernetes 90% of DevOps roadmaps are inaccurate, focusing only on the tools You can't separate Linux from...

RNREDDY
Sep 92 min read


Understanding Kubernetes Logs
Understanding Kubernetes Logs - A Comprehensive Guide Not every day you would be setting up clusters; however, there is a huge...

RNREDDY
Sep 92 min read


Conventional Vs Kubernetes CI/CD Pipelines
Conventional Vs Kubernetes CI/CD Pipelines With more teams looking to adopt Kubernetes, it’s essential to understand how its CI/CD...

RNREDDY
Sep 92 min read


ArgoCD Powered Multi Cluster Kubernetes Architecture
ArgoCD Powered Multi Cluster Kubernetes Architecture You may have likely seen a similar architecture with one management cluster,...

RNREDDY
Sep 92 min read


SSL Certificates Scale Better Than SSH?
What is SSH? SSH (Secure Shell) is a cryptographic protocol that allows you to securely connect to remote systems (like Linux servers)....

RNREDDY
Sep 93 min read


k8s Installation Steps
create best script without failure nmcli connection modify ens160 ipv4.addresses 192.168.1.15/24 nmcli connection modify ens160...

RNREDDY
Sep 12 min read


K8S Installation Script
#!/bin/bash set -euo pipefail # Define network and host details NIC="ens160" IP="192.168.1.24/24" GW="192.168.1.1" DNS="192.168.1.1" #...

RNREDDY
Sep 12 min read


K8S storage
Kubernetes Storage Lab Concepts – Best Practices (for Certification) 1. Understand the Storage Types Type Description Example Use...

RNREDDY
Aug 304 min read


Pod Disruption Budget
Kubernetes Pod Disruption Budget Practical Guide Have you ever faced a situation where your application suddenly went down during a...

RNREDDY
Aug 272 min read


Decoding QoS Classes
Decoding Kubernetes Resource Allocation with QoS Classes I recently spent some time breaking down how Kubernetes allocates resources to...

RNREDDY
Aug 272 min read


CreateContainerConfigError
Some of you may already know… CreateContainerConfigError is an error that occurs when Kubernetes fails to create a container due to an...

RNREDDY
Aug 272 min read


Pod Lifecycle
Understanding the lifecycle of a Kubernetes Pod is crucial for managing workloads effectively. It helps you anticipate how your...

RNREDDY
Aug 272 min read


Air Gap Implementation (Airplane Mode)
Kubernetes AirGap Implementation (An Airplane Mode) For someone who is new to air gap environments, it is a security measure where a...

RNREDDY
Aug 262 min read


ImagePullBackOff
Kubernetes ImagePullBackOff Explained For Kubernetes practitioners, encountering the ImagePullBackOff error is a common challenge that is...

RNREDDY
Aug 262 min read


KEDA vs Karpenter
KEDA vs Karpenter - Which One to Choose? Kubernetes practitioners often find themselves unsure whether to choose KEDA or Karpenter, as...

RNREDDY
Aug 262 min read
bottom of page



