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·106 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·105 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·28 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·249 readsEvery DevOps Novice must knowEKS
Sudarshan Tevarisudarshant.hashnode.dev·Mar 27, 2023DevOps Project: 2048 Game 🕹💎 Project brief: 2048 is a popular puzzle game played on a 4x4 grid. The goal is to slide numbered tiles around the board to combine them and create a tile with the number 2048, the game is lost when the board is full and there are no moves left. So...Discuss·329 readsDevops