This demonstrates integration of the solo.io GlooGateway on a Kind K8s cluster.
- Cloud Provider Kind is deployed as Docker contain to provide LoadBalance services
- A 3-worker node Kind cluster is deployed
- GlooGateway (OSS) is deployed
- 2 simplistic Nodejs microservices are deployed with 3 replicas per
- GlooGateway routes are created to the 2 Nodejs service endpoints
- Separate Gloo implementations with the Edge and K8s Gateway APIs
- Docker
- Kind
./start-edge.sh
./start-gwy.sh
./stop.sh