Skip to content

Latest commit

 

History

History
 
 

node-perf-dash.k8s.io

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

node-perf-dash is a web UI to collect and analyze performance test results of Kubernetes nodes.

To bootstrap node-perf-dash:

for manifest in ./*.yaml; do
    kubectl apply -f "${manifest}"
done