This project is about learning and better understanding routing and proxying in K8S with an easy to configure app.
The backends in this setup are based on https://hub.docker.com/r/mendhak/http-https-echo
git clone https://github.com/xxradar/app_routable_demo.git
cd ./app_routable_demo
./setup.sh
watch kubectl get po -n app-routable-demo
This is the layout of the application
Navigate by modifying the parameters in the curl command
kubectl run -it -n app-routable-demo --rm --image xxradar/hackon mycurler -- bash
curl -v -H "Cookie: loc=client" http://zone1/app3