html-kube-tester

Workload

Workload to test application behavior while making changes on infrastructure.

Ingress fqdn has to be configured by either:

  • modifying file ingress-patch-route-name.yaml
  • using this repo as kustomize source and override inn the same way than ingress-patch-route-name.yaml

replicas and content-git-repo in config folder can be customized by modifying files or applying kustomize patch

Connntent git will be displayed in an iframe with node name on top.

Node name is displayed on the top of the page and also in kube-node.json and on kube-node.txt

Thanks to https://github.com/amoldalwai/RoadFighter.git for having something fun to display.

Analyse script

A script is given to test inngress availability. analyse.sh {ingress fqdn} [keep_results]

Option keep_results does not ovewrite file on startup.

Information is displayed in csv format: date (epoch) | request total time | response http code | page successfully reached (0/1) | response conntent

Description
No description provided
Readme AGPL-3.0 70 KiB
Languages
Shell 100%