Installation
The Hydrosphere platform can be installed in the following orchestrator's:
Docker installation
To install Hydrosphere using docker-compose
, you should have the following prerequisites installed on your machine.
Install from releases
Download the latest 2.4.1 release from the releases page:
Unpack the tar ball:
Set up an environment:
Install from source
Clone the serving repository:
Set up an environment:
To check the installation, open http://localhost/. 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)
Docker registry with pull/push access (if the built-in one is not used)
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 http://localhost:8080/.
Last updated