Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Update - On premise page content. #443

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Minor Update - On premise page content.
MagicLex committed Feb 6, 2025
commit 030e4a546294a1a593a818443c91d21d59723351
66 changes: 59 additions & 7 deletions docs/setup_installation/on_prem/contact_hopsworks.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,63 @@
---
description: Requirements and instructions on how to install the Hopsworks on-premises.
---
# Hopsworks Quick Setup Guide

# Hopsworks On-Premise Installation
## Quick Start Script
Get up and running with a single command:
```bash
curl -O https://raw.githubusercontent.com/logicalclocks/hopsworks-k8s-installer/master/install-hopsworks.py
python3 install-hopsworks.py
```

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.
## Essential Information
Hopsworks is an enterprise-grade distributed AI Lakehouse platform with a feature store. Currently supports:

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.
* Amazon Web Services (EKS)

For further details about on-premise installations; [contact us](https://www.hopsworks.ai/contact).
* Google Cloud Platform (GKE)

* Microsoft Azure (AKS)

* OVHCloud

## Technical Requirements

* Kubernetes cluster version ≥ 1.27.0

* 4-5 nodes minimum

* Required tools:
* kubectl
* helm
* Cloud CLI (aws/gcloud/az)

## For the Startups and Enthusiasts
Want to dive deeper? Here's what you need:

### Default Setup

* AWS: m6i.2xlarge instances, EBS GP3 storage

* GCP: n2-standard-8 instances

* Azure: Standard_D8_v4 instances

### Access Points
Once installed, find your services at:

* UI: https://<load-balancer>:28181

* API: https://<load-balancer>:8182

* Default login: [email protected] / admin

## Enterprise & Production
For enterprise deployment, including:

* Production environments

* Custom configurations

* Enterprise SLAs

* Sovereign cloud options

[Contact our team](https://www.hopsworks.ai/contact) for enterprise deployment options.