Rishav Paulrpaul.hashnode.dev·Nov 16, 2024Building Java Microservices on AWS Elastic Kubernetes ServiceOriginally authored on Dev.to So, you woke up one morning and decided to learn Kubernetes. You tried it out and found that it requires a lot of theoretical knowledge to begin, but you're more of a hands-on learner. I'm in the same situation as you. U...1 likeJava
Manoj Shetmanojshet.hashnode.dev·Oct 29, 2024Setting Up Amazon EKS with TerraformIntroduction Amazon Elastic Kubernetes Service (EKS) simplifies the management of Kubernetes clusters, allowing users to deploy and scale containerized applications with ease. As organizations increasingly adopt microservices architectures and contai...Terraform
Subodh Bagdesubodhbagde.hashnode.dev·Aug 1, 2024Scaling 2048: How I Deployed a Classic Game on AWS EKSDeploying the 2048 Game on AWS Using Elastic Kubernetes Service (EKS) In this blog, I’ll walk you through the process of deploying a simple game, the 2048 game, on AWS using Elastic Kubernetes Service (EKS). This deployment not only showcases the pra...AWS
Mubin Khalifetechnicalwritermubin.hashnode.dev·Jun 20, 2023DevOps project using Terraform, Jenkins, and EKSIn this article, we are going to create a DevOps project where we’ll use Terraform, Jenkins, GitHub, and EKS. The first part of the article deals with setting up a Jenkins server through Terraform. The second part will deal with EKS setup using Terra...Terraform
Henry Eleonuhenryeleonu.com·Dec 18, 2022How to Create an AWS Elastic Kubernetes Service (EKS) ClusterWe will be explaining steps to follow to create to create an AWS EKS cluster. Set Up The IDE or Command Line Interface The first step to start from in creating an EKS cluster on AWS is to set up the interfaces and Integrated Development Environments ...111 readsEKS cluster
Henry Eleonuhenryeleonu.com·Dec 18, 2022How to Set Up AWS Cloud9 EnvironmentCloud9 is a web-based IDE that runs on an AWS EC2 instance. This means we do not need to install any IDE on our local machine to be able to develop on AWS. Create Cloud9 Environment Navigate to the AWS console to create the environment. Click on Crea...100 readscloud9