Getting Started
Installation
-
Currently
ktlcan only be installed from source:brew install go go install github.com/Mirantis/ktl -
Make sure you have
${HOME}/go/binin your${PATH} -
To use
ktlyou will also needkubectland optionallyhelm:brew install kubernetes-cli helm
Try the examples
If you would like to try ktl in an isolated sandbox environment instead of
your live clusters, please follow these steps:
-
Run the included
examples/setup.sh- this will deploy several lightweight K8skwokclusters as Docker/Podman containers and will populate them with sample applications -
Run the
export KUBECONFIGcommand returned bysetup.sh- this will make surektluses the sample clusters instead of your real clusters from the mainKUBECONFIG -
To cleanup, run
examples/cleanup.sh