Each release on github has associated binaries built which can be used to easily install triton-kubernetes
CLI.
There are three packages available for Linux. An RPM, DEB and a standalone binary.
Download the triton-kubernetes
rpm package.
From the same directory as where rpm package was downloaded, run the following command:
rpm -i triton-kubernetes_v0.9.0_linux-amd64.rpm
Replace
triton-kubernetes_v0.9.0_linux-amd64.rpm
with the package name that was downloaded.
Download the triton-kubernetes
deb package.
From the same directory as where deb package was downloaded, run the following command:
dpkg -i triton-kubernetes_v0.9.0_linux-amd64.deb
apt-get install -f
Replace
triton-kubernetes_v0.9.0_linux-amd64.deb
with the package name that was downloaded.
Triton Multi-Cloud Kubernetes CLI has a standalone Linux binary available.
Download the triton-kubernetes
Linux binary.
Move the binary to /usr/local/bin/
or somewhere in your $PATH
.
Triton Multi-Cloud Kubernetes CLI has a standalone OSX binary available.
Download the triton-kubernetes
OSX binary.
Move the binary to /usr/local/bin/
or somewhere in your $PATH
.
triton-kubernetes
CLI can also be installed using Homebrew.
To install the latest version:
brew tap joyent/tap
brew install triton-kubernetes