kubernetes-hello-world-python-flask icon indicating copy to clipboard operation
kubernetes-hello-world-python-flask copied to clipboard

A Kubernetes Hello World Project

Results 4 kubernetes-hello-world-python-flask issues
Sort by recently updated
recently updated
newest added

As per * https://github.com/skounis/cdf-kubernetes-hello-world-python-flask/issues/1 * https://github.com/skounis/cdf-kubernetes-hello-world-python-flask/issues/3

In the requirements.txt, flask 1 is used but it is incompatible with other libraries (the escape library can longer be imported from jinja2). It is recommended to change to flask...

According to the Kubernetes template "kube-hello-change.yaml", the **hello-flask-change-service** is created, but the Readme file points to describe "hello-python-service". Please, update the Readme file: `kubectl describe services hello-flask-change-service` instead of the...

![kubernetes-load-balanced-cluster](https://user-images.githubusercontent.com/58792/111511557-3f45a280-8725-11eb-8e4a-5f5ef787796d.png)