© 2026 Hashnode
This blog explains Kubernetes (K8s) architecture, Amazon EKS, and a complete hands-on project where I created an EKS cluster from a virtual machine (EC2), provisioned worker nodes, and deployed a Node.js application. This is written from a beginner-t...

As containerized workloads continue to dominate modern cloud infrastructure, effective monitoring becomes critical for maintaining reliability, performance, and cost efficiency. Amazon ECS and EKS power millions of production containers, yet many org...

Recently, I upgraded our Amazon EKS cluster from v1.30 to v1.31, and along the way, I encountered a critical Identity Provider issue that halted the upgrade. Here's a breakdown of the issue, how I resolved it, and the best practices I followed for up...

In today’s cloud-native world, containerized applications are everywhere and Kubernetes is the powerhouse orchestrating them. Kubernetes has become the go to container orchestration platform for deploying and managing scalable, resilient workloads. F...

Introduction Kubernetes has become the de facto standard for container orchestration, but managing a Kubernetes cluster can be complex. Amazon Elastic Kubernetes Service (EKS) simplifies this by providing a managed control plane, automated scaling, a...
