-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Helm Chart for Metaflow services | ||
|
||
This chart deploys Metaflow Services in a Kubernetes cluster. Specifically, it includes: | ||
|
||
* a sub-chart for Metaflow Metadata service | ||
* a sub-chart for Metaflow UI, front end and back end | ||
* PostgreSQL to store Metadata | ||
|
||
PostgreSQL subchart is included to make it easier to deploy Metaflow for evaluation or development purposes. In production, we recommend to use a managed PostgreSQL offering such as AWS RDS and disable PostgreSQL sub-chart by setting `postgresql.enabled` to `false`. | ||
|
||
## Quickstart | ||
|
||
Prerequisites: | ||
* Local Kubernetes cluster via Docker Desktop (or Minikube) | ||
|
||
1. Clone this repository: `git clone https://github.com/moleculemaker/metaflow-helm-chart` | ||
2. Change directories: `cd metaflow-helm-chart/` | ||
3. | ||
|
||
|