Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.