You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multi-Tier Web Application Deployment on Kubernetes
Description
This project demonstrates how I deployed a complete multi-tier web application on Kubernetes using Nginx (frontend), Flask (backend), and MySQL (database). I used YAML manifests to configure Deployments, Services, ConfigMaps, and Secrets. The setup was verified end-to-end by testing internal connectivity and exposing the app for external access.