flask app
Flask App Deployment using Docker & Kubernetes (Minikube)
Here, I demonstrate how I created and deployed a simple Flask web application using Docker and Kubernetes with StatefulSet on a local Minikube cluster.
This project shows how to:
✅ Build a Flask app with Python
✅ Containerize the app using Docker
✅ Deploy it using a Kubernetes StatefulSet
✅ Expose the app internally with ClusterIP and externally with NodePort
✅ Test everything on Minikube (Windows system)
Tech Stack Used:
Python – for building the Flask app
Flask – lightweight web framework
Docker – to containerize the application
Kubernetes – for orchestrating containers
StatefulSet – for deploying stateful pods
Minikube – local Kubernetes environment
YAML – for Kubernetes configuration files
kubectl – to interact with the K8s cluster
🔗 GitHub Source Code: https://shorturl.at/nh9bV
Видео flask app канала Cloud Scape Chronicles
Here, I demonstrate how I created and deployed a simple Flask web application using Docker and Kubernetes with StatefulSet on a local Minikube cluster.
This project shows how to:
✅ Build a Flask app with Python
✅ Containerize the app using Docker
✅ Deploy it using a Kubernetes StatefulSet
✅ Expose the app internally with ClusterIP and externally with NodePort
✅ Test everything on Minikube (Windows system)
Tech Stack Used:
Python – for building the Flask app
Flask – lightweight web framework
Docker – to containerize the application
Kubernetes – for orchestrating containers
StatefulSet – for deploying stateful pods
Minikube – local Kubernetes environment
YAML – for Kubernetes configuration files
kubectl – to interact with the K8s cluster
🔗 GitHub Source Code: https://shorturl.at/nh9bV
Видео flask app канала Cloud Scape Chronicles
Комментарии отсутствуют
Информация о видео
15 июля 2025 г. 23:15:03
00:04:51
Другие видео канала