From 1fbeccb6369e7a9fddf69a6b6c0b812b60aa3006 Mon Sep 17 00:00:00 2001 From: Sara Lambert Date: Wed, 15 Nov 2023 00:23:07 -0600 Subject: [PATCH] first commit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6549757 --- /dev/null +++ b/README.md @@ -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. + +