Final Project: Scalable Web App with Docker & Kubernetes - #142
Open
GOKUL-P-R wants to merge 28 commits into
Open
Final Project: Scalable Web App with Docker & Kubernetes#142GOKUL-P-R wants to merge 28 commits into
GOKUL-P-R wants to merge 28 commits into
Conversation
Added a personal README file outlining skills, projects, and interests.
- Create index.html: Professional portfolio-style web application - Create Dockerfile: nginx:alpine based container - Create deployment.yaml: 3-replica Kubernetes deployment - Add STUDENT_NAME environment variable - Complete self-healing test verification Project Structure: - gokulpr-1@mulearn/FinalProject/index.html - gokulpr-1@mulearn/FinalProject/Dockerfile - gokulpr-1@mulearn/FinalProject/deployment.yaml - gokulpr-1@mulearn/FinalProject/README.md - gokulpr-1@mulearn/FinalProject/TEST_REPORT.md Test Results: ✅ Docker image built and verified ✅ KIND cluster created and configured ✅ Image loaded to Kubernetes ✅ 3/3 replicas deployed successfully ✅ Self-healing test PASSED (pod recreated in 3 seconds) Tags: #evn-dop-shipyard26-ship
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 Final Project Submission - evn-dop-shipyard26-ship
Objective Completed ✅
Package a simple web application using Docker, deploy it to a Kubernetes cluster, and verify scaling using multiple replicas.
✅ Docker Phase
✅ Kubernetes Phase
✅ Self-Healing Test - PASSED
📁 Files Submitted
All files in gokulpr-1@mulearn/FinalProject/:
📊 Test Results Summary
✅ Docker image built and verified
✅ KIND cluster created and running
✅ 3/3 replicas deployed successfully
✅ All pods healthy and running
✅ Self-healing works (pod recovery verified)
✅ Environment variables configured correctly
🚀 Key Technologies Demonstrated