Skip to content

xxradar/app_routable_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application routing demo

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 App Routable demo

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages