An open API service indexing awesome lists of open source software.

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

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