Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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>.

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>.