Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.02 KB

sample_apps.md

File metadata and controls

35 lines (22 loc) · 1.02 KB

Sample applications

This page lists sample applications that are useful to generate traffic for show-casing or [stress-]testing NetObserv.

Hey-Ho

Repo: https://github.com/jotak/hey-ho

A simple bash script on top of Hey that deploys any number of Pods sending load to each other, for a given period.

git clone github.com/jotak/hey-ho
cd hey-ho
./hey-ho.sh -h

Kube Traffic Generator

Repo: https://github.com/wiggzz/kube-traffic-generator

Another traffic generator. See traffic.yaml.

kubectl apply -f https://raw.githubusercontent.com/netobserv/documents/main/examples/kube-traffic-generator/traffic.yaml

Mesh Arena

Repo: https://github.com/jotak/demo-mesh-arena

A tiny "soccer simulation" as microservices, running on Kube, that self-generates traffic.

kubectl create namespace mesh-arena && kubectl apply -f https://raw.githubusercontent.com/jotak/demo-mesh-arena/zizou/quickstart-naked.yml -n mesh-arena