Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Install Flyte using Kustomize

Flyte can be deployed to a kubernetes cluster using a generated deployment yaml file. This file is generated using Kustomize. Please refer to Kustomize documentation to see how it works.

In brief, Kustomize allows composing a deployment yaml using multiple components. In Flyte all the core components are listed under Base Components. The Base components also consist of a composed set of components that can be deployed to a Single Kubernetes cluster. This deployment configures various components using Flyte Configuration system.

The Single Cluster configuration on its own is not deployable. But indiviudal overlays are deployable.

Refer to

  1. Base Components: If you want to build your own overlay start here
  2. overlays: If you want to build on top of an existing overlay start here