Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 committed Nov 15, 2023
1 parent e5fc4af commit 1fbeccb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
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.


0 comments on commit 1fbeccb

Please sign in to comment.