To deploy librespeed in kubernetes go to the folder from the cloned repo that has all of the yaml manifest files.
Run this command from that directory
kubectl create -k .Once completed you can check the status of everything with this command
kubectl get pod,deployment,pvc,svc -n librespeedFrom a web browser you can now access the librespeed frontend page by going to the IP address of the node it is hosted on with the nodePort from the service.yaml file which is 30001 unless changed.
Example
http://192.168.1.10:30001To remove run this command
kubectl delete namespace librespeed

