https://github.com/neilkuan/k8s-hlab
https://github.com/neilkuan/k8s-hlab
flask python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neilkuan/k8s-hlab
- Owner: neilkuan
- License: apache-2.0
- Created: 2020-09-28T04:12:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T04:40:09.000Z (over 4 years ago)
- Last Synced: 2025-03-29T02:38:26.594Z (2 months ago)
- Topics: flask, python
- Language: Dockerfile
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k8s-hlab
## Install Virtual Env and Install need package
```bash
python3 -m venv venvsource venv/bin/activate
pip install -r requirements.txt
```## Run in python
```bash
python app-k8s.py
```## Example on browser
```bash
http://localhost:8000/geturl?host=http://example.com
```
