Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

MLOps Platform

License

NotificationsYou must be signed in to change notification settings

Hydrospheredata/hydro-serving

Repository files navigation

Hydrosphere.io logo

Hydrosphere Serving

Platform for deploying your Machine Learning to production
Check out Hydrosphere.io docs »

Report bug ·Contact Us


GitHub licenseHelm chart Lint and Testing

Hydrosphere Serving is a cluster for deploying and versioning your machine learning models in production.

  • Framework Agnostic. Serve machine learning models developed in any language or framework. Hydrosphere Serving will wrap them in a Docker image and deploy on your production cluster, exposing HTTP, gRPC and Kafka interfaces.
  • Traffic shadowing. Shadow your traffic between different model versions to examine how different model versions behave on the same traffic.
  • Model Version Control. Version control your models and pipelines as they are deployed.

Getting Started

You can refer to ourdocumentation to see tutorials, check out example projects, and learn about all features of Hydrosphere.

Installation

There are two main ways of installing Hydropshere:

Docker

Before installing Hydrosphere Serving, please install its prerequisites:

To deploy the Hydrosphere platform from master branch, follow the instructions below:

  1. Download the latest release version from thereleases page;
    ### __released_version__export HYDROSPHERE_RELEASE=3.0.3wget -O hydro-serving-${HYDROSPHERE_RELEASE}.tar.gz https://github.com/Hydrospheredata/hydro-serving/archive/${HYDROSPHERE_RELEASE}.tar.gz
  2. Unpack the tar ball;
    tar -xvf hydro-serving-${HYDROSPHERE_RELEASE}.tar.gz
  3. Set up an environment.
    cd hydro-serving-${HYDROSPHERE_RELEASE}docker-compose up

To deploy the Hydrosphere platform from the master branch, follow the instructions below:

  1. Clone umbrella repository locally.
    git clone ...cd hydro-serving
  2. Build the docker-compose.yaml.
    ./build-compose.shdocker-compose up
  3. Set up an environment.
    docker-compose up

To check installation, openhttp://localhost/. By default Hydrosphere UI is available at port 80.

Note, other installation options are described in thedocumentation.

Kubernetes

Before installing Hydrosphere Serving, please install its prerequisites:

To install Hydrosphere Serving, follow the instructions below:

helm repo add hydrosphere https://hydrospheredata.github.io/hydro-serving/helm/helm install --name serving --namespace hydrosphere hydrosphere/serving

To reach the cluster, port-forwardui service locally.

kubectl port-forward -n hydrosphere svc/serving-ui 8080:9090

To check installation, openhttp://localhost:8080/.

Note, other installation options are described in thedocumentation.

Community

Keep up to date and get Hydrosphere.io support via or contact us directly atinfo@hydrosphere.io

Contributing

We'd be glad to receive any help from the community!

Check out our issues for anything labeled withhelp-wanted, they will be the perfect starting point! If you don't see any, just let us know, we would be happy to hear from you.


[8]ページ先頭

©2009-2025 Movatter.jp