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

https://github.com/artemtech/simple-flask-request

simple test hit to other app service
https://github.com/artemtech/simple-flask-request

Last synced: 7 months ago
JSON representation

simple test hit to other app service

Awesome Lists containing this project

README

          

# simple-flask-request
simple test hit to other app service

```bash
# deploy to kube
kubectl apply -f deployment.yaml
kubectl expose deployment simple-flask-test --type NodePort

# test hit
curl http://ip_host:nodeport/subdir/test-hit
```