© 2026 Hashnode
In today's cloud-native world, containerized applications have become the standard for deploying scalable and resilient services. EKS significantly simplifies Kubernetes cluster management by transforming the traditionally complex and tedious process...

Prerequisites - An "AWS account": To provision cloud resources. - Basic "CLI familiarity": Required for interacting with AWS and Kubernetes. Step 1: Create an IAM User with Admin Permissions Actions: 1. Create a new user name "eks-user" with the "Adm...

In this blog, I’ll walk you through how I deployed a real-world three-tier application (frontend, backend, and database) on Amazon EKS (Elastic Kubernetes Service) using domain purchased from Namecheap using industry-standard tools like Docker, Kuber...

In this tutorial, we’ll walk through how to build a complete CI/CD pipeline using Jenkins and SonarQube, and automate deployments to Amazon EKS with Argo CD. It’s going to be an exciting ride—so buckle up and let’s dive in! Prerequisite Jenkins Son...

Amazon Web Services Elastic Kubernetes Service (EKS) is a managed container service that allows you to run Kubernetes on AWS without having to manage the underlying infrastructure. With EKS, you can focus on deploying and managing your containerized ...

In the world of DevOps, practical knowledge of cloud platforms, automation, and Kubernetes orchestration is crucial. In this project, we will deploy an API in Amazon Elastic Kubernetes Service (EKS) using AWS resources. This blog will walk you throug...

Today, we’re diving into AWS Elastic Kubernetes Service (EKS) as part of our 90 Days of DevOps challenge. EKS makes it easier to manage Kubernetes clusters in the cloud, perfect for running and scaling applications. We’ll explore how EKS works and ge...
