|
1 |
| ---- |
2 |
| -description: Requirements and instructions on how to install the Hopsworks on-premises. |
3 |
| ---- |
| 1 | +# Hopsworks Quick Setup Guide |
4 | 2 |
|
5 |
| -# Hopsworks On-Premise Installation |
| 3 | +## Quick Start Script |
| 4 | +Get up and running with a single command: |
| 5 | +```bash |
| 6 | +curl -O https://raw.githubusercontent.com/logicalclocks/hopsworks-k8s-installer/master/install-hopsworks.py |
| 7 | +python3 install-hopsworks.py |
| 8 | +``` |
6 | 9 |
|
7 |
| -It is possible to use Hopsworks on-premises, which means that companies can run their machine learning workloads on their own hardware and infrastructure, rather than relying on a cloud provider. This can provide greater flexibility, control, and cost savings, as well as enabling companies to meet specific compliance and security requirements. |
| 10 | +## Essential Information |
| 11 | +Hopsworks is an enterprise-grade distributed AI Lakehouse platform with a feature store. Currently supports: |
8 | 12 |
|
9 |
| -Working on-premises with Hopsworks typically involves collaboration with the Hopsworks engineering teams, as each infrastructure is unique and requires a tailored approach to deployment and configuration. The process begins with an assessment of the company's existing infrastructure and requirements, including network topology, security policies, and hardware specifications. |
| 13 | +* Amazon Web Services (EKS) |
10 | 14 |
|
11 |
| -For further details about on-premise installations; [contact us](https://www.hopsworks.ai/contact). |
| 15 | +* Google Cloud Platform (GKE) |
| 16 | + |
| 17 | +* Microsoft Azure (AKS) |
| 18 | + |
| 19 | +* OVHCloud |
| 20 | + |
| 21 | +## Technical Requirements |
| 22 | + |
| 23 | +* Kubernetes cluster version ≥ 1.27.0 |
| 24 | + |
| 25 | +* 4-5 nodes minimum |
| 26 | + |
| 27 | +* Required tools: |
| 28 | + * kubectl |
| 29 | + * helm |
| 30 | + * Cloud CLI (aws/gcloud/az) |
| 31 | + |
| 32 | +## For the Startups and Enthusiasts |
| 33 | +Want to dive deeper? Here's what you need: |
| 34 | + |
| 35 | +### Default Setup |
| 36 | + |
| 37 | +* AWS: m6i.2xlarge instances, EBS GP3 storage |
| 38 | + |
| 39 | +* GCP: n2-standard-8 instances |
| 40 | + |
| 41 | +* Azure: Standard_D8_v4 instances |
| 42 | + |
| 43 | +### Access Points |
| 44 | +Once installed, find your services at: |
| 45 | + |
| 46 | +* UI: https://<load-balancer>:28181 |
| 47 | + |
| 48 | +* API: https://<load-balancer>:8182 |
| 49 | + |
| 50 | +* Default login: admin@hopsworks.ai / admin |
| 51 | + |
| 52 | +## Enterprise & Production |
| 53 | +For enterprise deployment, including: |
| 54 | + |
| 55 | +* Production environments |
| 56 | + |
| 57 | +* Custom configurations |
| 58 | + |
| 59 | +* Enterprise SLAs |
| 60 | + |
| 61 | +* Sovereign cloud options |
| 62 | + |
| 63 | +[Contact our team](https://www.hopsworks.ai/contact) for enterprise deployment options. |
0 commit comments