Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 21, 2024Day 47: Exploring AWS Elastic Beanstalk and EC2 TasksToday, we dive into AWS Elastic Beanstalk, a powerful platform for deploying and scaling web applications. Additionally, we’ll walk through deploying a web game, 2048, on Elastic Beanstalk and testing our knowledge with hands-on tasks involving AWS s...Discuss90DayofdevopsAWS Elastic Beanstalk
Rishabh Mishrarishabhmishra.hashnode.dev·Oct 17, 2024Deploying a 2048 Game App on AWS EKS with Fargate: A Beginner's GuideHey there! Today, we’re going to learn how to deploy a simple 2048 game application on Amazon EKS (Elastic Kubernetes Service) using an Application Load Balancer (ALB). If you're new to Kubernetes or AWS, don’t worry—I’ll guide you through each step....Discuss·34 readsDevOpsDevops
Zorayah Jacksonzjackson.hashnode.dev·Sep 2, 2024weekly post ~ aug 26th - sep 1stThis week’s project was still the Chemistry 2048 project. I was super productive and made a lot of progress. Even though I had a busy schedule, I had a ton of energy (probably thanks to my vitamins 💁♀️), but anyways Iet me tell you what got done! F...Discussunity
Sujith Saisujith08.hashnode.dev·Aug 19, 2024Deploying a 2048 Game Application on AWS EKSIntroduction: In this guide, we will deploy a 2048 game application on Amazon Elastic Kubernetes Service (EKS). We will use a Virtual Private Cloud (VPC) to manage network resources, an Ingress controller to handle external access, and AWS Fargate to...Discuss·124 readsAWS
Hemanth Gangulahemanthgangula.hashnode.dev·Feb 28, 2024From Code to Cloud: Deploying 2048 with Docker on AWSExplore the deployment of the 2048 game, leveraging DevOps and cloud tech for rapid, scalable, and reliable deployment in today's digital landscape. Our deployment strategy revolves around a robust technology stack, incorporating Docker containers an...Discuss·10 likes·108 readsGame deployment in AWS
Yashraj Singh Sisodiyatheyashsisodiya.hashnode.dev·Feb 21, 2024Day 25: Complete Jenkins CI/CD Project - Continued with DocumentationSoftware Requirements Specification (SRS) 1. Introduction 1.1 Purpose The purpose of this document is to provide a detailed overview of the requirements for the Dockerized version of the 2048 Game. 1.2 Scope This project aims to containerize the 2048...Discuss·10 likesdocumentation
Yashraj Singh Sisodiyatheyashsisodiya.hashnode.dev·Feb 20, 2024Day 24: Complete Jenkins CI/CD Project2048 Game Dockerized Project Github Link: theyashsisodiya/2048-Game (github.com) Project Deployed Link: http://65.2.11.33:8000/ This repository contains a Dockerized version of the popular 2048 Game. Getting Started To start playing the 2048 Game,...Discuss·10 likes·59 readsdeploeyed
Yashraj Singh Sisodiyatheyashsisodiya.hashnode.dev·Feb 12, 2024Day 17: Docker Project for DevOps Engineers.Dockerize the 2048 Game: Step-by-Step Guide Welcome to our guide on Dockerizing the classic 2048 Game! Dockerizing applications allows for easy deployment and scalability, ensuring consistency across different environments. In this tutorial, we'll wa...Discuss·26 readsDocker
Subash Neupaneblogs.subashneupane3.com.np·Jan 20, 2024Deploying a classic 2048 game on EKSIn this blog, we will do a real-time project based on EKS. But before deep dive into the project let's know about the EKS and its features. What is EKS? EKS, abbreviated as "Elastic Kubernetes Service", is an AWS service managed by the Amazon Web Ser...Discussapplication load balancer
Aditya Dhopadecodemyworld.hashnode.dev·Jun 13, 2023Deploying 2048 Application on AWS EKS ClusterWhat we are going to do? We will be deploying the 2048 Application on the EKS Cluster; which will contain the VPC with Public and Private Subnet. The Application will be in the Private Subnet. What is EKS? In the Kubernetes Cluster, there are 2 compo...Discuss·6 likes·250 readsEvery DevOps Novice must knowEKS