Install the KNDP command-line
Prerequisites
- Linux-based operating system. This script is designed for Linux-based operating systems, specifically tested on Ubuntu.
- Internet access for package downloads.
- Kubernetes engine installed locally, supported: KinD, k3s, k3d
Installing from GitHub Releases
Install the latest version of the KNDP command-line via shell script by downloading the install script from KNDP GitHub Releases. Downloading packages requires both the version and CPU architecture (linux-amd64).
VERSION="0.1.0"
ARCH="linux-amd64"
curl -Lo ./kndp.tar.gz "https://github.com/kndpio/cli/releases/download/$VERSION/kndp-$VERSION-$ARCH.tar.gz"; tar -xf ./kndp.tar.gz; rm ./kndp.tar.gz
sudo mv ./kndp /usr/local/bin/kndp
Verify installation
kndp --version