mozhuli / kube-performance

kubernetes e2e performance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kube-performance

kubernetes e2e performance plugin of Sonobuoy

use command e2e.test --ginkgo.focus="\[Feature:Performance\]" --provider=local --kubeconfig=/kube/config to test the performance of kubernetes.

Usage

  1. Start e2e performance test.
kubectl create -f e2e-performance.yml
  1. Copy the output directory from the main Sonobuoy pod to somewhere local.
kubectl cp heptio-sonobuoy/sonobuoy:/tmp/sonobuoy ./results --namespace=heptio-sonobuoy
  1. View the results.
cd results && tar -zxvf *.tar.gz
  1. Clean up.
kubectl delete -f e2e-performance.yml

About

kubernetes e2e performance

License:Apache License 2.0


Languages

Language:Shell 51.6%Language:Makefile 48.4%