https://github.com/trstringer/simple-web-app
https://github.com/trstringer/simple-web-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trstringer/simple-web-app
- Owner: trstringer
- Created: 2018-04-26T17:34:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T17:35:06.000Z (almost 8 years ago)
- Last Synced: 2024-10-11T15:10:53.158Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Web App
## Deploy to Istio-capable Kubernetes Cluster
```
$ git clone https://github.com/trstringer/simple-web-app.git
$ cd simple-web-app
$ kubectl apply -f kubernetes/deployment.yaml
$ kubectl apply -f kubernetes/service.yaml
$ kubectl apply -f kubernetes/gateway.yaml
```