Skip to content

Latest commit

 

History

History
 
 

chart

Helm Chart for AIFlow

Introduction

This chart will bootstrap an AIFlow and Airflow deployment on a Kubernetes cluster using the Helm package manager.

Requirements

  • Kubernetes 1.14+ cluster
  • Helm 3.0+
  • PV provisioner support in the underlying infrastructure (optionally)

Features

  • Supported executors: LocalExecutor
  • Supported AIFlow version: 0.1.0
  • Supported database backend: MySQL
  • Automatic database migration after a new deployment
  • Administrator account creation during deployment
  • One-command deployment. You don't need to provide other services e.g. Redis/Database to test AIFlow.