Seldon CLI

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.

Installing Seldon CLI

To install Seldon CLI using prebuild binaries or build them locally.

  1. 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+.

  2. Move to the seldon folder and provide the permissions.

    mv seldon-linux-amd64 seldon
    chmod u+x seldon
  3. Add the folder to your PATH.

Usage

seldon --help

Last updated

Was this helpful?