Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 603 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 603 Bytes

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.