Learn about installing Seldon command line tool that you can use to manage Seldon Core 2 resources.
Note: The Seldon CLI allows you to view information about underlying Seldon resources and make changes to them through the scheduler in non-Kubernetes environments. However, it cannot modify underlying manifests within a Kubernetes cluster. Therefore, using the Seldon CLI for control plane operations in a Kubernetes environment is not recommended. For more details, see 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 seldon
folder and provide the permissions.
Add the folder to your PATH.
Install Go version 1.21.1
Clone and make the build.
Add <project-root>/operator/bin
to your PATH.
Install dependencies.
brew install go librdkafka
Clone the repository and make the build.
Add <project-root>/operator/bin
to your PATH.
Open your terminal and open up your .bashrc
or .zshrc
file and add the following line:
export PATH=$PATH:<project-root>/operator/bin