https://github.com/asishkumar-gouda/python-flask-rest-api-helm-project
This repo is used to create a helm chart and containerize and dockerize the application and push it to minikube k8s using helm charts
https://github.com/asishkumar-gouda/python-flask-rest-api-helm-project
flask helm helm-charts minikube python
Last synced: 2 months ago
JSON representation
This repo is used to create a helm chart and containerize and dockerize the application and push it to minikube k8s using helm charts
- Host: GitHub
- URL: https://github.com/asishkumar-gouda/python-flask-rest-api-helm-project
- Owner: asishkumar-gouda
- Created: 2024-12-18T06:52:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T08:58:59.000Z (over 1 year ago)
- Last Synced: 2025-10-28T02:42:20.342Z (8 months ago)
- Topics: flask, helm, helm-charts, minikube, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Flask REST API with Docker and Helm
This project is a Python Flask REST API that can be containerized using Docker and deployed using Helm on Kubernetes.
## Prerequisites
- Docker installed on your machine.
- Helm installed and configured for your Kubernetes cluster.
- Docker Hub account for pushing the image.
## Running the Application Locally with Docker
To run the application locally in a Docker container, use the following command:
```bash
docker run -p 9001:9001 python-app