AL Noor Istiak Mahmudtop-devops-tools-2025.hashnode.dev·Jan 31, 2025Top 15 AWS Services that Every DevOps Engineer Should LearnIn the ever-evolving world of cloud computing, Amazon Web Services (AWS) has emerged as a dominant force, offering many services catering to various application development, deployment, and management aspects. For DevOps engineers, mastering AWS is n...10 likesDeveloper Tools
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
sneh srivastavasnehcreate.hashnode.dev·Jan 24, 2025Redirect Issue in the Bank App Deployed on EKS on custom domainHow Session Affinity Solved the Redirect Issue in the Bank App Deployed on EKS When deploying applications on Kubernetes with an ingress controller (e.g., NGINX ingress), maintaining consistent user sessions becomes crucial for web applications, espe...44 readsEKS
Matias MartinezforBlog de CloudAcademyblog.cloudacademy.ar·Jan 21, 2025Todo lo que necesitas saber antes de usar EKS Auto ModeAWS sacó hace poco una nueva función de EKS con el nombre de “AWS EKS Auto Mode”, la cual promete simplificar significativamente la gestión de nodos en clusters de Amazon EKS.En este artículo, vamos a analizar qué es, sus beneficios y, lo más importa...68 readsAWSAWS
Amit Sidesamitsides.hashnode.dev·Jan 18, 2025A Complete Guide for Building ML Pipeline with Athena, SQS, EKS, Keda & SageMaker[ Included: the architecture, YAMLs, and Python Code for the 2 microservices (Athena→SQS & SQS→SageMaker) to make this pipeline work. ] Secured Data Pipeline: Secure your (Athena, SQS) Credentials in Vault/Secret Manager for the Pods to Query Them P...1 likeEKS
karan jaykarmasteryink8s.hashnode.dev·Jan 17, 2025Mastering Kubernetes: The Ultimate Guide to Container OrchestrationIntroduction In today’s fast-evolving tech landscape, Kubernetes has emerged as the de facto standard for container orchestration. Whether you're a developer, DevOps engineer, or IT administrator, mastering Kubernetes can significantly enhance your a...k8s-interview-questions
Hein Htet WinforHeinux Blogsheinhtetwin.hashnode.dev·Jan 14, 2025Exploring AWS EKS Auto-mode | Sample app deployment (Part-1)Welcome back everyone, and Happy new year 2025! 🧨 In this article, I will explore about the new feature introduced in AWS re:Invent 2024, AWS EKS Auto Mode. (You can see the original news post here.) The main purpose of EKS Auto Mode is to streamlin...73 readsAWS ServicesEKS
Aditya Sethadityaseth777.hashnode.dev·Jan 13, 2025Advanced Kubernetes on Solana: Customizing Scalable Validator Nodes (AWS EKS + Phantom)"Why did the EKS pod go to the gym? It needed to stay fit for the workload!" 😄 Did you get it? No? Ah, let me explain! 🚀In Kubernetes, pods need to be properly configured to handle scaling and workloads. Now, when you introduce Solana, things get e...2 likes·50 readsSolana
Arshad Zackeriyablog.awsfanboy.com·Jan 13, 2025Let's Explore Amazon EKS Auto Mode💡 Note: I hope you already have a good understanding of Amazon EKS and Kubernetes. If not, you might find some parts difficult to follow. However, feel free to ask any questions, and I will be happy to help. During AWS re:Invent 2024, one of my fa...1 like·184 readsKubernetes
Harsh Soniharshdevopss.hashnode.dev·Jan 12, 2025Step-by-Step Guide to Creating an EKS Cluster with TerraformInfrastructure as Code (IaC) is a game-changer for automating and managing cloud resources. Recently, I worked on a Terraform project to provision an Amazon Elastic Kubernetes Service (EKS) cluster following industry standards. Here's a quick walkthr...Devops