SoumyaTechTalkssoumyatechworld.hashnode.dev·Feb 4, 2025Deploying Super Mario on Kubernetes with Jenkins CI/CDHey everyone! 🎮 Remember the fun of 90’s gaming?Let’s hit pause on the present and take a journey back to those legendary moments! With the game now running on Kubernetes, it's time to power up and dive straight into the nostalgic world of Mario. Co...Kubernetes
TECH-NOTESblog-technotes4you.hashnode.dev·Jan 11, 2025ECS vs EKS on Amazon: Guide to Picking the Right Container Management ToolWith the rise of containerized applications, developers and operations teams face the challenge of choosing the right platform for container orchestration. Amazon Web Services (AWS) offers two prominent solutions: Amazon Elastic Container Service (EC...AWSECS
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
Abhijit Sagareabdevops.hashnode.dev·Nov 30, 2024Most Popular AWS Compute Services: A Deep Dive.Amazon Web Services (AWS) offers a broad range of cloud computing services that help businesses scale and manage applications efficiently. Compute services, in particular, are at the core of AWS, providing the underlying infrastructure needed to run ...AWS
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...EKS
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/...20 likes·88 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...AWS
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
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 ...EKS
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. ...36 readsDevops articles