Saurabh Adhau's Blog
Saurabh Adhau's Blog
Follow
Follow
homeProjectsAWSAzureK8sTerraformJenkins

What is AWS Karpenter ?

Oct 28, 20242 min read

Introduction AWS Karpenter is an open-source, high-performance autoscaling solution for Kubernetes, designed to optimize resource management and...

What is AWS Karpenter ?

Understanding Cluster Autoscaler: Automating Kubernetes Resource Management

Oct 26, 20244 min read

Introduction In cloud-native applications, efficient resource management is crucial to maintain optimal performance and cost-effectiveness. One...

Understanding Cluster Autoscaler: Automating Kubernetes Resource Management

What is a stateful application?

Oct 25, 20243 min read

In software applications, the term "stateful" frequently arises, but what does it mean? To clarify this concept, let’s explore it through a practical...

What is a stateful application?

How can you store persistent data for a Kubernetes application running on EKS?

Oct 24, 20243 min read

Scenario: You are deploying a Kubernetes-based web application on Amazon EKS that includes a database for storing user data and configurations. The...

How can you store persistent data for a Kubernetes application running on EKS?

How do you deploy a web application on AWS using Amazon EKS and expose it to the internet?

Oct 23, 20243 min read

Scenario: You’ve developed a simple web application consisting of a React frontend and a Node.js backend. You want to deploy this application using...

How do you deploy a web application on AWS using Amazon EKS and expose it to the internet?

How do you manage Kubernetes cluster upgrades on Amazon EKS?

Oct 22, 20244 min read

Upgrading a Kubernetes cluster on Amazon EKS (Elastic Kubernetes Service) involves updating both the control plane and the worker nodes to a new...

How do you manage Kubernetes cluster upgrades on Amazon EKS?