k8s librespeed

This commit is contained in:
Waylon Walker 2023-11-05 14:30:03 -06:00
parent 04dfe716b8
commit 82ba3bc778
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
4 changed files with 131 additions and 22 deletions

9
librespeed/justfile Normal file
View file

@ -0,0 +1,9 @@
default: convert deploy viz
convert:
kompose convert -o deployment.yaml -n librespeed
deploy:
kubectl apply -f deployment.yaml
viz:
k8sviz -n librespeed --kubeconfig $KUBECONFIG -t png -o librespeed-k8s.png
restart:
kubectl rollout restart -n librespeed deployment/librespeed