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
- Host: GitHub
- URL: https://github.com/artemtech/simple-flask-request
- Owner: artemtech
- Created: 2022-09-08T09:46:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T11:25:38.000Z (over 3 years ago)
- Last Synced: 2025-01-01T13:41:56.866Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```