Skip to content

Commit 030e4a5

Browse files
committed
Minor Update - On premise page content.
1 parent 98b71c9 commit 030e4a5

File tree

1 file changed

+59
-7
lines changed

1 file changed

+59
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,63 @@
1-
---
2-
description: Requirements and instructions on how to install the Hopsworks on-premises.
3-
---
1+
# Hopsworks Quick Setup Guide
42

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+
```
69

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:
812

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)
1014

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

Comments
 (0)