Skip to content

CLI

Help

1
2
# this will show the help text
smol-k8s-lab --help
Help text example Output of smol-k8s-lab --help after cloning the directory and installing the prerequisites.

Launching the TUI

1
2
# you can also do smol-k8s-lab -i
smol-k8s-lab --interactive

Install a k8s distro

This command will launch the TUI by default, unless you have it disabled. If you have the TUI disabled, running this command will run everything via the CLI, unless something in the configuration file is missing or we run into conflicts:

1
smol-k8s-lab

Uninstall a distro of k8s

This command assumes $NAME_OF_YOUR_CLUSTER is the name of a cluster in your $KUBECONFIG.

1
2
# --delete can be replaced with -D
smol-k8s-lab --delete $NAME_OF_YOUR_CLUSTER