Seldon CLI
Learn how to install and use the Seldon CLI tool for managing Seldon Core 2 resources in non-Kubernetes environments.
Installing Seldon CLI
To install Seldon CLI using prebuild binaries or build them locally.
Download from a recent release from
https://github.com/SeldonIO/seldon-core/releases. It is dynamically linked and will require and *nix architecture and glibc 2.25+.Move to the
seldonfolder and provide the permissions.mv seldon-linux-amd64 seldon chmod u+x seldonAdd the folder to your PATH.
Install Go version
1.21.1Clone and make the build.
git clone https://github.com/SeldonIO/seldon-core --branch=v2 cd seldon-core/operator make build-seldonAdd
<project-root>/operator/binto your PATH.
Install dependencies.
brew install go librdkafkaClone the repository and make the build.
git clone https://github.com/SeldonIO/seldon-core --branch=v2 cd seldon-core/operator make build-seldon-armAdd
<project-root>/operator/binto your PATH.Open your terminal and open up your
.bashrcor.zshrcfile and add the following line:export PATH=$PATH:<project-root>/operator/bin
Usage
seldon --helpLast updated
Was this helpful?

