Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avsbharadwaj/flask_app_on_kubernetes
A simple python web app written in Flask, turned into a Docker image, pushed into DockerHub and finally deployed on Google Kubernetes Engine as a Deployment resource. It listens on the port number 5000 exposing a REST api of the format <localhost:5000/num> to which it prints the output: the square of <num>.
https://github.com/avsbharadwaj/flask_app_on_kubernetes
Last synced: about 19 hours ago
JSON representation
A simple python web app written in Flask, turned into a Docker image, pushed into DockerHub and finally deployed on Google Kubernetes Engine as a Deployment resource. It listens on the port number 5000 exposing a REST api of the format <localhost:5000/num> to which it prints the output: the square of <num>.
- Host: GitHub
- URL: https://github.com/avsbharadwaj/flask_app_on_kubernetes
- Owner: AVSBharadwaj
- Created: 2021-12-06T16:38:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T16:46:54.000Z (about 3 years ago)
- Last Synced: 2024-05-06T04:24:12.619Z (9 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask_app_on_kubernetes
A simple python web app written in Flask, turned into a Docker image, pushed into DockerHub and finally deployed on Google Kubernetes Engine as a Deployment resource. It listens on the port number 5000 exposing a REST api of the format <localhost:5000/num> to which it prints the output: the square of <num>.