This project automates the end-to-end deployment of a Dockerized Nginx web application on a Minikube Kubernetes cluster using Ansible. It includes Docker image creation, Kubernetes YAML templating with Jinja2, and Ansible playbook orchestration — all running inside an EC2 instance. Final application access is enabled via port-forwarding.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
1
commits
Ansible playbook file that will build, push & deploy our web page
2b036c8View on GitHubDeployment & Service j2 template files that will create final Deployment & service file
ec8a9d1View on GitHubadded simple index.html webpage & Dockerfile to serve this page on nginx server
0bb820bView on GitHub