Contents Menu Expand
Flyte Docs
Logo
Flyte Docs
  • Getting started
  • Tutorials
  • API Reference
    • Flytekit Python
    • Flytekit Java
    • FlyteIDL
    • Flytectl
    • FlytePropeller
    • FlyteAdmin
    • FlytePlugins
    • DataCatalog
  • Community

How-Tos

  • Extending Flyte
    • When & How to Extend Flyte
    • Extend flytekit (python)
    • Implement Backend Extensions (advanced)
    • Run Spark on your Kubernetes Cluster
    • K8s Pods
    • Query SQLite3 databases -> DataFrames
    • Use Pandera to Enforce Type safety in DataFrames
    • Use Papermill notebooks as tasks
    • BYOC Hive
    • AWS Plugins
      • AWS Athena
      • AWS Sagemaker
    • Kubeflow Plugins
      • TF Operator
      • Pytorch Operator
  • Frequently Asked Questions
    • How to install Flytekit Python?
    • How to install Flytekit Java?
    • How do I try out/install Flyte?
    • How do I use Flyte CLI?
    • How do I create/register a new project?
    • How do I execute a single task?
    • How do I execute a workflow?
    • How do I enable and use memoization?
    • How do I productionize my Flyte cluster
      • Handling Production Load
      • Using AWS EKS to host Flyte
    • How do I add launch plans?
    • How do I configure my Flyte deployment to have specialized behavior per project/domain?
    • How do I use Flyte scheduling?
    • How do I enable backend plugins?
    • How do I monitor my Flyte deployment?
    • How do I optimize performance of my Flyte Deployment?
    • How to setup Authentication?
    • How do I enable and configure resource manager?
    • How do I limit resources per project/domain?
    • How do I use Fast Registration?
    • How do I use multiple Kubernetes clusters?
    • How do I use Spot, Pre-emptible Instances? Interruptible?
    • How to add Labels and Annotations?
    • How do I use and enable notifications on Flyte?
    • How do I use Kubernetes ServiceAccounts to access my cloud resources?
    • How do I Use Flyte with Google Cloud Platform?
    • How to Inject Secrets Into Tasks

Deep Dive

  • Architecture and Concepts
    • Logical Overview
    • Tasks
    • Workflows
    • Nodes
    • Launch plans
    • Schedules
    • Architecture Overview
    • Projects
    • Domains
    • FlyteAdmin
    • FlyteAdmin Service Background
    • Understanding Registration process
    • Flyte Console
    • Overview of the Execution of a Workflow
    • Understanding the State Transition in a workflow
    • Timeline of a workflow execution
    • Metrics for your executions
    • Dynamic Job Spec
    • What is Data Catalog?
    • Adding customizable resources

Developers

  • Join the Community
  • Contributing to Docs
  • Roadmap
  • Compare Flyte to other products

How do I productionize my Flyte cluster¶

How To Productionize My Flyte Cluster Guides¶

  • Handling Production Load
  • Using AWS EKS to host Flyte
Next
Handling Production Load
Previous
How do I enable and use memoization?
Copyright © 2021, Flyte Authors | Built with Sphinx and @pradyunsg's Furo theme. | Show Source