Skip to content

Files

Latest commit

8a254d3 · Feb 14, 2024

History

History
This branch is 913 commits behind flyteorg/flyte:master.

kustomize

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 9, 2023
Feb 14, 2024
Oct 13, 2023

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 individual 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