Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dejain4/pykube
Python Flask application on Kubernetes. It includes all the necessary files and configurations to automate the deployment process using GitHub Actions.
https://github.com/dejain4/pykube
flask flask-application kubernetes kubernetes-cluster python
Last synced: about 1 month ago
JSON representation
Python Flask application on Kubernetes. It includes all the necessary files and configurations to automate the deployment process using GitHub Actions.
- Host: GitHub
- URL: https://github.com/dejain4/pykube
- Owner: dejain4
- License: mit
- Created: 2023-06-19T01:41:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T17:34:37.000Z (10 months ago)
- Last Synced: 2024-02-18T18:37:23.119Z (10 months ago)
- Topics: flask, flask-application, kubernetes, kubernetes-cluster, python
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pykube
Python Flask application on Kubernetes. It includes all the necessary files and configurations to automate the deployment process using GitHub Actions.
## Features
- Flask application template with basic routes and error handling.
- Dockerfile for containerizing the Flask application.
- Kubernetes deployment and service files for easy deployment on Kubernetes clusters.
- GitHub Actions workflow for automating the deployment process.
- Pre-configured code formatters and linters for maintaining code quality.
- Unit testing setup using pytest to ensure the correctness of the application.