Install k8sbox

There are currently two ways to install k8sbox to your computer/server.

Docker image

We strongly recommend using the k8sbox docker image to replicate the environment.

  1. Make sure that docker is running on your machine.

  2. Run docker pull twelvee/k8sbox:v1.2.0 to pull an image.

  3. All done! Now you can run the k8sbox image with the k8sbox binary as the entry point.

Build from repository

This is good if you want to somehow modify k8sbox to suit your needs.

  1. Clone github.com/twelvee/k8sbox repository.

  2. Run make build command.

  3. All done! Now you have your own k8sbox build right in the bin folder.

We are currently working on other methods of installing k8sbox.

Last updated