*Akhil Kumareks-cluster-upgrade.hashnode.dev·Feb 7, 2025EKS Cluster upgrade🚀 EKS Cluster Upgrade on AWS (EKS) – Best Practices & Key Considerations 🚀 Upgrading your Kubernetes (K8s) cluster might seem intimidating at first, but with the right preparation and process, it can be a breeze. Whether you are managing your own c...managed nodes
Toluwase Makanjuolatolu4realluv.hashnode.dev·Jan 25, 2025Building Elastic Kubernetes Service (EKS) With Terraform — Deploying and Packaging applications with HelmBuilding Elastic Kubernetes Service (EKS) With Terraform — Deploying and Packaging applications with Helm Toluwase Makanjuola 14 min read·Just now This project seeks to solidify your skills by focusing more on the best practice setup. You will use ...EKS
Faizan Shaikhfaizanshaikh.hashnode.dev·Jan 4, 2025Leveraging Amazon EKS for Scalable and Reliable Applications: A Case Study on Snap Inc.In today’s fast-paced tech landscape, container orchestration platforms have become indispensable for businesses striving to maintain scalability, reliability, and efficiency. Among these platforms, Amazon Elastic Kubernetes Service (EKS), a fully ma...sanp inc
Harshit Sahuharshitsahu2311.hashnode.dev·Dec 7, 2024Project: TF-K8s-Deployment in EKS ClusterDescription: Deploy an application Kubernetes using Jenkins for CI-CD pipeline, EKS for automated cluster configuration, and terraform for provisioning of the infrastructure. Project Code: https://github.com/harshitsahu2311/terraform-k8s-project.git ...1 like·109 readsDevOps ProjectsJenkins
Shaik Salmansalmanshaik.hashnode.dev·Dec 3, 2024Deploying three-tier-architecture using kubernetes and helm in EKS Cluster.In this article we are going to deploy a 3-tier architecture application of robot selling company using kubernetes and helm in EKS cluster. Step 01 : Installing prerequisites. We need to install following tools as prerequisites: kubectl : To communi...79 readsDevops
Harshit Sahuharshitsahu2311.hashnode.dev·Nov 11, 2024Project: End-to-End CI/CD Pipeline of Amazon-Prime CloneIf you want to run the following code in local or through Docker image only then checkout this blog. Part1 Prerequisite Launch an EC2 Instance on AWS Sign in to AWS Management Console. Go to EC2 Dashboard: Under Services > EC2. Launch Instance: N...2 likes·210 readsDevOps ProjectsGitHub
Kandlagunta Venkata Siva Niranjan Reddygetting-started-with-kubernetes.hashnode.dev·Nov 5, 2024Launching an Amazon EKS Cluster from the AWS Console: A Complete GuideSetting up an Amazon EKS (Elastic Kubernetes Service) cluster can seem complex, but with the right approach, it becomes manageable. This guide walks you through setting up a dedicated VPC, configuring IAM roles, deploying the EKS cluster, and managin...10 likes·54 readseks kubernetes
KUNALkunaltheengineer.hashnode.dev·Oct 23, 2024Upgrading the EKS Cluster, Node Groups, and Add-Ons from Version 1.28 to 1.29Here are the steps in point form: Upgrade EKS Cluster: Update the EKS cluster to the latest Kubernetes version, ensuring workload compatibility. Upgrade Node Groups: Sequentially upgrade each node group. Upgrade Add-ons: Update all installed ...10 likes·175 readsAWSEKS
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 22, 2024How do you manage Kubernetes cluster upgrades on Amazon EKS?Upgrading a Kubernetes cluster on Amazon EKS (Elastic Kubernetes Service) involves updating both the control plane and the worker nodes to a new Kubernetes version. Managing upgrades carefully is crucial to ensuring minimal downtime and maintaining t...10 likesQ & Aeks upgrade
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 21, 2024Multi-AZ EKS Cluster Setup with Service for Pod Communication VerificationIntroduction To create an Amazon EKS (Elastic Kubernetes Service) cluster in a Multi-AZ (Availability Zone) configuration and ensure that pods can communicate with each other across different AZs, you need to follow a detailed step-by-step process. T...10 likesK8sEKS