Skip to content

iam-siva-prasad/DevOps-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

317 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ Build & Deploy a Full-Stack Static Website for DevOps Practice

Want to master Docker & Kubernetes with a real-world example? This project is a ready-to-run static website designed for practicing containerization and orchestration.

โœ… Features

Multi-page Website: Home, Features, Contact Live Temperature Widget: Uses Geolocation + Free API (Open-Meteo) Dark Mode Toggle & Animations Dockerfile (Nginx-based) for containerization Kubernetes Manifests: Deployment, Service, Ingress, HPA

๐Ÿ“‚ Tech Stack

Frontend: HTML, CSS, JavaScript Web Server: Nginx Containerization: Docker Orchestration: Kubernetes

๐ŸŒ Repository "https://github.com/iam-siva-prasad/DevOps-Web"

๐Ÿ’ก How to Start?

1๏ธโƒฃ Clone the repo

$ git clone https://github.com/iam-siva-prasad/DevOps-Web.git cd DevOps-Web Show more lines

2๏ธโƒฃ Build Docker Image

$ docker build -t devops-demo:live . Show more lines

3๏ธโƒฃ Run the Container

$ docker run -d -p 8080:80 devops-demo:live . Show more lines

WebSite URL:https://iam-siva-prasad.github.io/DevOps-Web/

๐Ÿ“ธ Preview

Demo.png

๐Ÿ”ฅ Why This Matters?

Hands-on projects like this help you bridge the gap between theory and production. Whether youโ€™re preparing for DevOps interviews or building your cloud-native skills, this is a great starting point.

๐Ÿ‘‰ Follow for More

Follow me for DevOps tips & projects!

๐Ÿ’ฌ Drop your thoughts or questions in the comments.

Linkedin: "https://www.linkedin.com/in/iam-siva-prasad/"

About

๐Ÿš€ DevOps Web โ€“ Full-Stack Static Website for Containerization & Orchestration Practice This project is a ready-to-deploy static website designed for hands-on DevOps practice with Docker and Kubernetes. Perfect for beginners and professionals looking to strengthen containerization and orchestration skills.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors