Skip to content

What resources do I need for Flyte deployment? #1125

Answered by SandraGH5
SandraGH5 asked this question in Q&A
Discussion options

You must be logged in to vote

The minimum requirements are - rds, s3 and kubernetes. Also either a cluster wide role or if you prefer to use Iam roles then Iam for service accounts or Kiam.
Then you need a way to talk to FlyteAdmin and data catalog. This can use multiple options on AWS:

  1. Elb
  2. Alb
  3. Contour
  4. Plain envoy
    And then once you venture in the deeper end you need: SQS, SNS, and cloudwatch cron scheduler.

We have a helm template now to deploy. We also have kustomize.
It is recommended to deploy Flyte to an entire cluster instead of shared (but sharing is ok) this is easy to get started.

Also you should have ability to pull containers from GitHub registry, and SES if you want to send notification emails.

@kumare3
@…

Replies: 1 comment

Comment options

SandraGH5
Jun 11, 2021
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by SandraGH5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
1 participant