Secure Lightweight Kubernetes Package Manager
Download pre-built binaries from kubepack/pack Github releases and put the binary to some directory in your `PATH`. Learn more
$ wget -O pack https://github.com/kubepack/pack/releases/download/0.1.0/pack-linux-amd64 \
&& chmod +x pack \
&& sudo mv pack /usr/local/bin/
$ wget -O pack https://github.com/kubepack/pack/releases/download/0.1.0/pack-darwin-amd64 \
&& chmod +x pack \
&& sudo mv pack /usr/local/bin/