๐ 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
๐ฅ 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/"
