To install Hydrosphere using docker-compose, you should have the following prerequisites installed on your machine.
Install from releases
Download the latest $2.4.3$ release from the :
Unpack the tar ball:
Set up an environment:
Install from source
Clone the serving repository:
Set up an environment:
To check the installation, open . By default, Hydrosphere UI is available at port 80.
Kubernetes installation
To install Hydrosphere on the Kubernetes cluster you should have the following prerequisites fulfilled.
PV support on the underlying infrastructure (if persistence is required)
Install from charts repository
Add the Hydrosphere charts repository:
Install the chart from repo to the cluster:
Install from source
Clone the repository:
Build dependencies:
Install the chart:
After the chart has been installed, you have to expose the ui component outside of the cluster. For the sake of simplicity, we will just port-forward it locally.
To check the installation, open .
Docker registry with pull/push access (if the built-in one is not used)
This command lets you operate cluster instances. A cluster points to your Hydrosphere instance. You can use this command to work with different Hydrosphere instances.
See hs cluster --help for more information.
hs upload
This command lets you upload models to the Hydrosphere platform. During the upload, hs looks for a serving.yaml file in the current directory. This file must contain a definition of the model ().
See hs upload --help for more information.
hs apply
This command is an extended version of the hs upload command, which also allows you to operate applications and host selector resources.
See hs apply --help for more information.
hs profile
This command lets you upload your training data to build profiles.
$ hs profile push - upload training data to compute its profiles.
$ hs profile status - show profiling status for a given model.
See hs profile --help for more information.
hs app
This command provides information about available applications.
$ hs app list - list all existing applications.
$ hs app rm - remove a certain application.
See hs app --help - for more information.
hs model
This command provides information about available models.