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

k8s

#k8s

More content

Read more stories on Hashnode


Articles with this tag

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?

Multi-AZ EKS Cluster Setup with Service for Pod Communication Verification

Oct 21, 20245 min read

Introduction To create an Amazon EKS (Elastic Kubernetes Service) cluster in a Multi-AZ (Availability Zone) configuration and ensure that pods can...

Multi-AZ EKS Cluster Setup with Service for Pod Communication Verification

A/B Testing in Kubernetes

Oct 17, 20244 min read

🎯 Learning Objective Understand how to perform A/B testing in Kubernetes to test different versions of your application simultaneously and determine...

A/B Testing in Kubernetes

Blue-Green Deployments in Kubernetes

Oct 16, 20245 min read

🎯 Learning Objective Understand how to perform blue-green deployments in Kubernetes to minimize downtime and risk during application updates. 📖...

Blue-Green Deployments in Kubernetes