Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Librespeed in Kubernetes

Librespeed

Build commands

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 .

Create-CLI

Once completed you can check the status of everything with this command

kubectl get pod,deployment,pvc,svc -n librespeed

Status-CLI

Accessing the Frontend

From 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:30001

Deleting deployment of Librespeed

To remove run this command

kubectl delete namespace librespeed

About

Kubernetes build of the very lightweight speed test tool Librespeed.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors