https://github.com/stevesloka/gimbal-demo
Spin up a dev cluster for Gimbal using Kind
https://github.com/stevesloka/gimbal-demo
contour envoy gimbal kind kubernetes
Last synced: 7 months ago
JSON representation
Spin up a dev cluster for Gimbal using Kind
- Host: GitHub
- URL: https://github.com/stevesloka/gimbal-demo
- Owner: stevesloka
- Created: 2019-08-13T02:35:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T21:34:30.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T06:12:29.783Z (9 months ago)
- Topics: contour, envoy, gimbal, kind, kubernetes
- Language: Makefile
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gimbal Demo
This is a sample repo which spins up 3 Kubernetes clusters using KinD. It is used to demonstrate Contour, Gimbal, as well as httpproxy.
## Curl
```bash
$ while sleep 1; do curl http://marketing.pixelproxy.net/blog ; done
```## Sample Apps
```
$ docker run --restart always -d -p 8080:8080 stevesloka/echo-server echo-server --echotext="This is app01!"
```