Sumit Kumarsumit01kr.hashnode.dev·Nov 19, 2024Project Name :- Deploying an E-Commerce three tier application on AWS EKS | 8 microservices and 2 databases.Prerequisite:- Configure AWS CLI, Kubectl and eksctl. Clone github repo:- https://github.com/Sumit01kr/three-tier-architecture-demo.git Step1- Create Cluster. eksctl create cluster --name demo-cluster-three-tier-1 --region ap-south-1 Step2- Expor...DiscussEKS
Keerthi Ravilla Subramanyamkeerthiravillasubramanyam.hashnode.dev·Nov 13, 2024Building a Scalable Microservices Application on AWS EKS with GitHub CI/CD AutomationIn this project, we will build a cloud-based microservices application on AWS using Elastic Kubernetes Service (EKS). The application will consist of a frontend, backend, and database, each containerized and deployed on EKS. We will also set up a CI/...Discuss·20 likes·60 readsAWS cloudAWS
ALI MASIU ZAMAdevopstoolbatch8.hashnode.dev·Nov 3, 2024Amazon EKS - (13) — Day 29Table of contents What is Amazon EKS Key Features and Benefits Getting Started with Amazon EKS Best Practices for Amazon EKS EKS Nodes (Worker Nodes) Registered with the Control Plane AWS Fargate Profiles What is Amazon EKS Amazon EKS simplif...DiscussAWS
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 ...Discuss·145 readsAWSEKS
Anasanasmansuri.hashnode.dev·Oct 2, 2024Learn AWS EKS: Simple Guide for Beginners to Kubernetes on AWSAmazon 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 ...DiscussEKS
mehdi pashamehdipasha.hashnode.dev·Oct 2, 2024Kubernetes Cluster Auto scaler on AWSIntroduction AWS Cloud use Cluster Autoscaler utilizes Amazon EC2 Auto Scaling Groups to manage node groups. Cluster Autoscaler typically runs as a Deployment in your cluster Prerequisites Cluster Auto scaler requires Kubernetes v1.3.0 or greater. ...DiscussDevops articles
Karuppiah Natarajankaruppiah.dev·Sep 21, 2024Shipping CloudWatch Logs to S3Recently, at Ola, the Sentinels team, that is the security team in Ola, was asking us, the Core Infrastucture team, to help with getting Logs 🪵 for many things for a PCI Audit PCI - Payment Card Industry. PCI is a compliance. I think it’s called PCI...Discuss#CloudWatch
Sahil Kaushalsahilkaushal.hashnode.dev·Sep 4, 2024Day 48 : ECS, EKSWhat is Amazon ECS? Amazon Elastic Container Service (ECS) is a fully managed container orchestration service provided by Amazon Web Services (AWS). It allows you to run and manage Docker containers on a cluster of Amazon EC2 instances. Here’s a brea...DiscussAWS ECS
Pravesh Sudhapraveshstwt.hashnode.dev·Aug 27, 2024How to Deploy a Three-Tier Application on AWS EKS: A DevOps Engineer's Guide💡 Introduction Welcome to the world of DevOps, in today’s cloud-centric world, deploying applications efficiently and reliably is a crucial skill for any DevOps engineer. One of the most powerful setups is a three-tier application architecture, whic...Discuss·1 like·27 readsAWS
Ritesh Dolareriteshdolare.hashnode.dev·Aug 23, 2024🥳Day 44: Deploying a Three-Tier Application on KubernetesHey there! 👋 Today, we are diving into how to deploy a three-tier application on Amazon EKS (Elastic Kubernetes Service). We'll learn how to set up the frontend, backend, and database components, and get them running smoothly in the cloud using Kube...Discuss·26 readsThree tier application deployment on kubernetes