DevOps project demonstrating containerization and deployment of a web server using modern DevOps tools.
In this project, I containerized an Nginx web server using Docker and deployed it on a Kubernetes cluster running on Minikube. I created Kubernetes YAML configuration files for the deployment and service, enabling the application to run in a scalable and manageable environment.
Tools and technologies used:
Docker for containerization
Kubernetes for orchestration
Minikube for local Kubernetes cluster
YAML configuration files
Linux (Ubuntu)
This project demonstrates my ability to build, deploy, and manage containerized applications using DevOps practices